Solved64 Bit Dumper

Posts 16 of 6 · Page 1 of 1
64 Bit Dumper
Does anybody know what dumpers I can use for a 64 BIT machine?
Wut, why not just use PE Tools? Attach the process through PE Tools and dump whatever you're looking for within the process.
Use loadlib posted here before, it will virutalize the module so you can attach PE Tools to the loadlib process and select it then hit dump full.
Quote Originally Posted by Acea View Post
Use loadlib posted here before, it will virutalize the module so you can attach PE Tools to the loadlib process and select it then hit dump full.
thanks that helped me too
Quote Originally Posted by eazygamez View Post
Does anybody know what dumpers I can use for a 64 BIT machine?
Yes make your own. Using a C++: LoadLibrary function is enough
Search the section. There are many methods released.

/Solved
/Closed
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?