Page 1 of 2

PureDLLHelper Windows 1.2 (x86 and x64)

Posted: Sat Jan 29, 2011 12:23 pm
by ts-soft
This tool spends information about DLLs and Executables. Furthermore "Include-File" can be created.
Here some pictures:
Image
Image
Image
Preview of resources is very limited at the moment.
On some DLLs, the tool count the parameters, but not always accurate!

Download

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 2:47 pm
by netmaestro
Wow, very fine work and an extremely useful tool indeed. Thanks so much for this! :D :D :D

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 3:17 pm
by ts-soft
thx, but in the moment is a bit buggy :wink:

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 3:38 pm
by rsts
Thanks Mr Soft.

You are a wonderful contributor. Quite an asset to the PB community.

cheers

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 4:36 pm
by ts-soft
Thanks rsts :oops:

@All
Some more infos:
The Program supports 1 Parameter from Commanline.
File with ext. "prj" will be loaded as project, all others as binfile.

- Click on gridheader inverts settings for check or convention (first tab)
- You can edit the aliasname and change the count of parameters :wink:
- The save-button react on the open tabregister!

The program doesn't save anything to registry or appdata.

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 4:47 pm
by skywalk
What took you so long? I just hand typed 74 of these prototypes last night. :oops: :oops:

Thanks ts-soft!!

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 6:27 pm
by skywalk
Hi,
Probably dumb question...how do you determine StdCall or CDecl for the dll?
Trial and error?

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 6:36 pm
by ts-soft
skywalk wrote: Trial and error?
More or less :wink:

Re: PureDLLHelper Windows beta (x86 and x64)

Posted: Sat Jan 29, 2011 7:08 pm
by ts-soft
Update: Version 0.7 beta is online

Support for menu- and dialogresources added

Re: PureDLLHelper Windows 1.0 (x86 and x64)

Posted: Sun Jan 30, 2011 6:53 pm
by ts-soft
Update: Version 1.0 is online

- New better routines to detect count of parameters on stdcall dlls
- Drop-Support on Panel "Functions" and "Resources"
- Many bugs fixed

Greetings - Thomas

Re: PureDLLHelper Windows 1.0 (x86 and x64)

Posted: Sun Jan 30, 2011 7:35 pm
by idle
Thanks, that will save a lot of tedious work.

Re: PureDLLHelper Windows 1.0 (x86 and x64)

Posted: Wed Feb 02, 2011 9:50 pm
by ts-soft
Update

Version 1.1 is online

small changes on count of stdcall parameters

Re: PureDLLHelper Windows 1.0 (x86 and x64)

Posted: Wed Feb 02, 2011 11:03 pm
by Inf0Byt3
As we all got used to it, another great tool from TS-Soft. Thanks! One little thing i noticed: if you drag and drop a DLL on the interface and then you drop another DLL, the program will show an error about the last file not being a valid PE file.

Re: PureDLLHelper Windows 1.1 (x86 and x64)

Posted: Wed Feb 02, 2011 11:20 pm
by ts-soft
You can only drop valid pe-files with the same architecture or a project-file.
The program checks: is valid PE, after this it checks the architecture.

On empty program the bin-file is loaded, on none empty it starts a new instance (same architecture)

Re: PureDLLHelper Windows 1.1 (x86 and x64)

Posted: Wed Feb 02, 2011 11:35 pm
by Inf0Byt3
I dropped the same 32 bit DLL file two times on the 32bit version of PureDLLHelper. First time i dropped it the program loaded it correctly. Then i dropped it again. Instead of loading the dll in a new instance the program shows the error with invalid PE. But the dll is good, it was loaded first time.