inceptor icon indicating copy to clipboard operation
inceptor copied to clipboard

How to run Assembly load?

Open ghost opened this issue 2 years ago • 2 comments

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 detecting donut stubs, i need use new codes in csharp to stay away from detections, if i try use old stubs (like old rat's and more) the AV detect fast in runtime execution

ghost avatar Apr 14 '22 22:04 ghost

Hi @Revozop, yes, I'm afraid donut also need to be customised.

"Assembly" is a wrapper to load the binary using .NET Assembly.Load(byte[]) method. You can use it, but it will work only if you're packing a .NET binary.

klezVirus avatar Apr 15 '22 07:04 klezVirus

The New sandbox of windows defender is detecting, this is not only for inceptor but for almost, u can check it

ghost avatar Apr 17 '22 19:04 ghost