inceptor icon indicating copy to clipboard operation
inceptor copied to clipboard

Template-Driven AV/EDR Evasion Framework

Results 16 inceptor issues
Sort by recently updated
recently updated
newest added

It seems to be a coding problem **To Reproduce** python3 inceptor.py native 1.raw -o packed.exe -m syscalls -m dinvoke -P Complete! Files written to: E:\bypassAV\inceptor\inceptor\temp\tmp5h9qny5e.h E:\bypassAV\inceptor\inceptor\temp\tmp5h9qny5e.c E:\bypassAV\inceptor\inceptor\temp\tmp5h9qny5e.asm "C:\Program Files (x86)\Microsoft...

I found that the compiler does not use MFC in the static library, which may cause the computer without the library file to not work properly

**Is your feature request related to a problem? Yes, when obfuscating native binaries, they cannot run on machines that do not have all the dlls in place Moreover, even when...

**Is your feature request related to a problem? Please describe.** The main strength of this packer is it's ability to use templates, but the way to use them is not...

documentation
enhancement

**Describe the bug** I am trying to build using a provided example for syscalls and unhooking. Inceptor errors that "No template found with given criteria". **To Reproduce** Steps to reproduce...

i viewed 3 modes for run dotnet assembly classic service how to use assembly load or service? have any tutorial about i can use it? edit: Windows defender updated and...

**Describe the bug** dotnet executable When compiling the cs files needed for the encoders, the CSC compiler complains and stops the process. `[-] Error: temp\tmpg84fw_q7.cs(26,16777214): error CS1034: Compiler limit exceeded:...

bug
good first issue

**Describe the bug** zlib module should work **To Reproduce** ` python3 .\chain-validate.py -l cs -e zlib` **Expected behavior** Working **Output** ``` [*] Validating encoder chain for CSHARP Unhandled Exception: System.IO.FileNotFoundException:...

Hey @klezVirus , when you have a moment, could you have a look at below. I tried to use your tool to generate some DLL and sign them. Here are...

bug

When I try to run the packed exe I get this error: The specified executable is not a valid application for this OS platform. This is the used command: ```...

bug