Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run Assembly load? #36

Open
ghost opened this issue Apr 14, 2022 · 2 comments
Open

How to run Assembly load? #36

ghost opened this issue Apr 14, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 14, 2022

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

@klezVirus
Copy link
Owner

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.

@ghost
Copy link
Author

ghost commented Apr 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant