NUL0x4C / TerraLdr

A Payload Loader Designed With Advanced Evasion Features
Apache License 2.0
497 stars 83 forks source link

Not properly compiling after generating files #2

Closed witchdoctor187 closed 1 year ago

witchdoctor187 commented 1 year ago

I've followed the instructions to compile GenerateRsrc and use it with my payload to generate DataFile.terra file. Afterwards I replace DataFile.terra with new file and try to compile Tera project. Here are my screenshots below. Hopefully they make sense. I get these errors. Any suggestions? I'm using Vis Studio 2022.

image image image image image

NUL0x4C commented 1 year ago

@witchdoctor187

first, this loader only support shellcodes or reflective payloads (use .bin files) as the input, second, for the errors, i believe you are compiling in Debug mode, and not in Release mode, try compiling it again and let me know