Tool for displaying imports

Started by TimoVJL, July 08, 2016, 12:06:03 PM

Previous topic - Next topic

TimoVJL

This tool displays imports from exe/dll in listbox.
Option for recursive search.

EDIT: 32/64-bit versions.
          WPEImpListT with TreeView too.
May the source be with you

dstritt

That's pretty handy to have. File->Exit seems to have no effect though.
[This space for rent]

TimoVJL

Some fixes in WPEImpLstT1_WS_a4.zip
May the source be with you

Grincheux

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