klezVirus / inceptor

Template-Driven AV/EDR Evasion Framework
Other
1.6k stars 263 forks source link

AttributeError: 'NoneType' object has no attribute 'set_architecture' #14

Closed 3llxkx closed 3 years ago

3llxkx commented 3 years ago

image

klezVirus commented 3 years ago

Hi mate, I'm seeing the issue, but can you please give me a bit more context? Just to start, please paste here the exact command line you were using to launch the program.

3llxkx commented 3 years ago

<python inceptor.py dotnet -t donut mimikatz.exe -o kiwi.exe --sgn --sign> is good <python inceptor.py dotnet MsgboxShellcode64.bin -o MySisterFell.exe --sgn --sign -P -m dinvoke> with error image

klezVirus commented 3 years ago

Hi @3llxkx, thanks for the additional information. Now it makes sense, the supported extension for shellcode files is "raw". If you rename your file from MsgboxShellcode64.bin to MsgboxShellcode64.raw, it should work again.

I should defintely introduce a preliminary check on the input file name.

3llxkx commented 3 years ago

Cool, it's working well now, thank you!