mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
3471d93edf
commit
5abf457723
@@ -116,7 +116,7 @@ Careful of \0 bytes, do not forget them for strings in memory, it spent a lot of
|
||||
## OPSEC
|
||||
|
||||
-Even though Rust has good advantages it is quite difficult to get used to it and it ain't very intuitive.
|
||||
-Shellcode generation is another issue due to LLVM. I have found a few ways to approach this.
|
||||
-Shellcode generation is another issue due to LLVM. I have found a few ways to approach this.
|
||||
[Donut](https://github.com/TheWover/donut) sometimes does generate shellcode that works but not all the time.
|
||||
In general, for shellcode generation the tools that are made should be made to host all code in .text segment,
|
||||
which leads to this amazing [repo](https://github.com/b1tg/rust-windows-shellcode).
|
||||
|
||||
Reference in New Issue
Block a user