Offensive-Panda / ShadowDumper

Shadow Dumper is a powerful tool used to dump LSASS memory, often needed in penetration testing and red teaming. It uses multiple advanced techniques to dump memory, allowing to access sensitive data in LSASS memory.
MIT License
329 stars 58 forks source link

Build Error: missing .bin files (ShadowDumper.rc) #2

Closed Bad3r closed 2 weeks ago

Bad3r commented 2 weeks ago

Hello, I am trying to build the project and running into the errors:

Severity    Code    Description Project File    Line    Suppression State   Details
Error   RC2135  file not found: C:\Users\DARKN3T\Downloads\d_v1.0\pan.bin   ShadowDumper    \\vmware-host\Shared Folders\Portal\ShadowDumper\ShadowDumper\ShadowDumper\ShadowDumper.rc  53      
Error   RC2135  file not found: C:\Users\DARKN3T\Downloads\d_v1.0\off.bin   ShadowDumper    \\vmware-host\Shared Folders\Portal\ShadowDumper\ShadowDumper\ShadowDumper\ShadowDumper.rc  61      

seems to be searching for local files related to your system located in C:\Users\DARKN3T\Downloads

The files are defined in ShadowDumper\ShadowDumper.rc

/////////////////////////////////////////////////////////////////////////////
//
// pan_bin
//

IDR_PAN_BIN1            pan_bin                 "C:\\Users\\DARKN3T\\Downloads\\d_v1.0\\pan.bin"

/////////////////////////////////////////////////////////////////////////////
//
// off_bin
//

IDR_OFF_BIN1            off_bin                 "C:\\Users\\DARKN3T\\Downloads\\d_v1.0\\off.bin"

I am not sure what these files are or how can I obtain (compile) them to complete the build.

Offensive-Panda commented 2 weeks ago

I have uploaded the shellcodes in the [Resource Shellcodes] folder. Place them somewhere in your computer and change the path in .rc file and try to recompile it. These are the shellcodes used as resources.