Log in

View Full Version : dll unpacking


w00tz
June 16th, 2003, 10:30
hmm,

i have this dll thats packed with upx, upx -d doesn't work on it, im really stumped on this part of the dll too, i just need it unpacked, any ideas on maybe how i can unpack it?

Aster!x
June 16th, 2003, 16:29
It is a question for The Newbie Forum.
Replace the first byte in yours dll on CCh,
put break in a debugger bpint 3,
run your executable file, then when will stopped
replace the first byte on original,
further continue as with a usual executable file.

squidge
June 16th, 2003, 17:22
Or just search the forum where the same question has been asked many times before, and with many answers

JMI
June 16th, 2003, 18:19
I've moved this post here where it perhaps belongs.

And another way of saying the advise you've already received wOOtz, is that you should read the FAQ first, then use the search function, and then follow the posting guidelines about what to include in your post.

Regards.