Pelles C forum

C language => User contributions => Topic started by: TimoVJL on July 08, 2016, 12:06:03 PM

Title: Tool for displaying imports
Post by: TimoVJL on July 08, 2016, 12:06:03 PM
This tool displays imports from exe/dll in listbox.
Option for recursive search.

EDIT: 32/64-bit versions.
          WPEImpListT with TreeView too.
Title: Re: Tool for displaying imports
Post by: dstritt on July 10, 2016, 12:57:22 AM
That's pretty handy to have. File->Exit seems to have no effect though.
Title: Re: Tool for displaying imports
Post by: TimoVJL on December 14, 2016, 10:58:26 AM
Some fixes in WPEImpLstT1_WS_a4.zip
Title: Re: Tool for displaying imports
Post by: Grincheux on January 25, 2017, 02:01:39 PM
Fine, I tested it with Crack, recursive 10 without ms... it runs...

Could you develop an option displaying juste the function called with the offset into the *.exe file. Offset relative from the beginning of the file. And, but it's a little omplicated the offset from the real call.

I explain :

CreateFont(...)

is replaced with

jump OffsetCreateFont

.
.
.
OffsetCreateFont : CALL CREATEFONT