Scally
July 17th, 2001, 19:18
Can anyone recommend tutorial(S) on working with Delphi, where Dede/revendre etc cannot show the detail of the code?
The file in question was discussed in an earlier thread where Kayaker came up with a way of unpacking the UPX host which did not unpack correctly with UPX -d. (use icedeump \pedump 400000 file)
Having done this, with no clues from the usual tools, I just get hopelessly lost in the code. Registers (& the pointed to addresses) don't seem to show anything related to the days left or entered string.
The forms don't seem to have the usual names (e.g. no tmainform) & there are refs in the prog to bits being compressed which is why, I guess, Dede can't show the detail.
h*tp://www.legacyfamilytree.com/GENViewerDownload.asp
I'm pretty sure the process I need is 'butapplyclick' which is at o/s 1660166 (0x00195506) or 02131610 (0x0020869a) in the unpacked version of the file. Is there a way of using this location to find the proc in sice?
Alternatively a good tut would help.
TIA
Scally
The file in question was discussed in an earlier thread where Kayaker came up with a way of unpacking the UPX host which did not unpack correctly with UPX -d. (use icedeump \pedump 400000 file)
Having done this, with no clues from the usual tools, I just get hopelessly lost in the code. Registers (& the pointed to addresses) don't seem to show anything related to the days left or entered string.
The forms don't seem to have the usual names (e.g. no tmainform) & there are refs in the prog to bits being compressed which is why, I guess, Dede can't show the detail.
h*tp://www.legacyfamilytree.com/GENViewerDownload.asp
I'm pretty sure the process I need is 'butapplyclick' which is at o/s 1660166 (0x00195506) or 02131610 (0x0020869a) in the unpacked version of the file. Is there a way of using this location to find the proc in sice?
Alternatively a good tut would help.
TIA
Scally