NUL0x4C / AtomLdr

A DLL loader with advanced evasive features
Apache License 2.0
612 stars 85 forks source link

Enable debug mode #4

Closed prestinn closed 1 year ago

prestinn commented 1 year ago

Awesome project! I'd like to debug the code some more, however for some reason whatever I tried to fix the following "unresolved external error" keeps persisting.

Any ideas?

image

NUL0x4C commented 1 year ago

hey @prestinn thanks for your kind words,

The loader removes the debugging information alongside the CRT library, you cannot debug it directly compiling in debug mode, instead you can revert the Visual Studio project properties to enable debugging

Or you can uncomment this