Thread: DllGrabber
View Single Post
  #6  
Old 11-13-2025, 21:52
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
SaveDllX64 and CopyDllX64

SaveDllX64 and CopyDllX64: grab dll (maybe virtual dll) from 64 bits process;
both make exactly the same thing, SaveDllX64 use CreateFile while CopyDllX64 use CopyFile.
You would need to copy config.txt and SaveDllX64.dll to target program directory;
inside config.txt file the first line should be the name of dll to be saved,
then you inject SaveDllX64.dll in the target process with LoadLibraryInject64
https://forum.tuts4you.com/topic/45799-loadlibraryinject64
https://forum.exetools.com/showthread.php?t=21407
or other x64 process injector, the new file will be saved in target program directory "original_name+_saved" for SaveDllX64; "original_name+__copied" for CopyDllX64.
Attached Files
File Type: rar CopyDllX64.rar (263.3 KB, 14 views)
File Type: rar SaveDllX64.rar (263.6 KB, 15 views)
Reply With Quote
The Following 4 Users Say Thank You to CodeCracker For This Useful Post:
canopus (11-27-2025), MarcElBichon (11-14-2025), niculaita (11-14-2025), user_hidden (11-13-2025)