aahmad097 / AlternativeShellcodeExec

Alternative Shellcode Execution Via Callbacks
MIT License
1.43k stars 296 forks source link

Can't run the executable due multiple errors #1

Closed avi8892 closed 3 years ago

avi8892 commented 3 years ago

I'm compiling the Shellcodes and manage to execute it only on the PC it was compiled on. When I'm trying the execute it on another PC, I get the following error

image

aahmad097 commented 3 years ago

Ok so DLLs pretty much expose additional functionalities to executables. That DLL was probably installed on your main system via Visual Studio or something else and is not on your VM. Try looking at this.