First of all, I am very grateful to b1tg/rust-windows-shellcode. Because I couldn't find any other resources for doing windows shellcode in Rust. I like Rust, so I was very impressed to be able to do ...
The entrypoint of the shellcode looks like this. Of course, this can be changed for your need. First we need to initialize needed libraries and functions by using our custom written GetModuleHandle ...
Abstract: Executing a macro from VBA is a crossroad that is very well used in Offensive security since attackers can run the application directly on memory to avoid security alerts. This paper is a ...