|
You are here |
wsummerhill.github.io | ||
| | | | |
0xboku.com
|
|
| | | | | [AI summary] This blog post discusses the process of modifying a TCP reverse shell shellcode to remove null characters, enabling its injection into host programs, and demonstrates its successful execution. | |
| | | | |
cocomelonc.github.io
|
|
| | | | | [AI summary] The article explains how to write and execute shellcode on macOS using Assembly and C, highlighting differences from Linux and the need for mmap to allocate executable memory. | |
| | | | |
blog.dornea.nu
|
|
| | | | | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations. | |
| | | | |
abstractexpr.com
|
|
| | | Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug... | ||