|
You are here |
nora.codes | ||
| | | | |
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. | |
| | | | |
thedroneely.com
|
|
| | | | | Software development is tightly coupled to the internet. Some programs refuse to run or fail catastrophically without an internet connection. | |
| | | | |
abstractexpr.com
|
|
| | | | | Tracing a program with strace generates a lot of output because of the sheer number of syscalls every program calls during its runtime. This can become overwhelming very quickly, making it hard to analyze the trace and find what you are looking for. Fortunately, strace has several features that allow you to limit which syscalls... | |
| | | | |
smallhacks.wordpress.com
|
|
| | | In one of my previous blog posts I explained how to emulate Marantz remote control with Arduino using "remote in" socket. Now I decided to do something useful about it. My final goal is: Allow managing a device from any mobile or tablet Automatically power off the device if needed (e.g. at 4 AM) Could... | ||