You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because DecryptAndRun() function decrypts the file and you probably used unencrypted file in DownloadFile() so it got corrupted during 'decryption' and hence it could not be recognized as a valid PE file. Just comment lines 28-31 in the loader. Note: this works only for 32 bit executables, so don't forget to build the loader as 32 bit too.
when build this project give error
Exception thrown: read access violation.
NtHeader was 0x56E508D6.
on runpe.cpp file in line>29
please help me for fix it
The text was updated successfully, but these errors were encountered: