mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
12 lines
455 B
Markdown
12 lines
455 B
Markdown
## DSA SHellcode Execution Methods
|
|
|
|
This is my small series about using data structures and algorithms on malware development series.
|
|
Feel feel to DM me if you have implemented any Execution methods using DSA Concepts.
|
|
|
|
### Why DSA ?
|
|
|
|
Using DSA Will give malware an great advantage to evade detection and optimize the execution speed and efficiency of shellcode, making attacks quicker and less resource-intensive.
|
|
|
|
Author: [@5mukx](https://x.com/5mukx)
|
|
|