Skip to content

Commit 905f948

Browse files
committed
Added Infos &nd Updates
1 parent 2c65cc3 commit 905f948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
* [Shellcode Obfuscation](obfuscation): Obfuscate and deobfuscate shellcode using Ipv4, Ipv6, MAC, UUiD formats.
3939
* [Position Independent Series](position%20independent): Position independent series in Rust.
4040
* [Shellcode Execution methods](shellcode_exec): Shellcode execution methods using WinApi's.
41+
* [API Hammering](api_hammering): API Hammering techniques.
4142
* [Sleep Obfuscation](Sleep_Obfuscations/Ekko): Sleep Obfuscation implementation in Rust.
43+
* [Syscalls](syscalls/): Syscall Implementation using system call STUB [Direct/Indirect] methods.
4244
* [BSOD](BSOD): Causes BSOD when Executing.
4345
* [Persistence](Persistence): Persistence Code Snippet.
4446
* [Process Injection 2](Process): Process Injection Code Snippet 2.
@@ -52,7 +54,6 @@
5254
[dependencies]
5355
winapi = { version = "0.3.9", features = ["winuser","setupapi","dbghelp","wlanapi","winnls","wincon","fileapi","sysinfoapi", "fibersapi","debugapi","winerror", "wininet" , "winhttp" ,"synchapi","securitybaseapi","wincrypt","psapi", "tlhelp32", "heapapi","shellapi", "memoryapi", "processthreadsapi", "errhandlingapi", "winbase", "handleapi", "synchapi"] }
5456
ntapi = "0.4.1"
55-
user32-sys = "0.2.0"
5657
```
5758

5859
> Tips for Rust Beginners: Copy and save the dependencies in Cargo.toml File. Versions may be different. Just copy the features when testing.

0 commit comments

Comments
 (0)