loman
September 11th, 2002, 16:58
Hi, I've just unpacked powerstrip, protected with asprotect.... trying to run it , I receive an exception error, due to an instruction
mov al,[ebx]
I discovered that happens because outiside the call containing the instruction above, there's a call to GetVersion.
In original file it calls the GetModuleHandleA,pushes results in a location of memory and then pop this value in eax and them move in eax a value stored in memory....... I don't past code since don't want to go against board's rules..... btw I discovered that the zone of memory from wich data are fetched are initilized by GetVolumeInformationA, that's not run anymore after chaining the ip... my question is how to get the real call done since I've no the info of getvolume? is there any irc channel where I can discuss with you? thanks.......regards .....
-loman
mov al,[ebx]
I discovered that happens because outiside the call containing the instruction above, there's a call to GetVersion.
In original file it calls the GetModuleHandleA,pushes results in a location of memory and then pop this value in eax and them move in eax a value stored in memory....... I don't past code since don't want to go against board's rules..... btw I discovered that the zone of memory from wich data are fetched are initilized by GetVolumeInformationA, that's not run anymore after chaining the ip... my question is how to get the real call done since I've no the info of getvolume? is there any irc channel where I can discuss with you? thanks.......regards .....
-loman