/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dsat.igada.de
| | mathspp.com
12.8 parsecs away

Travel
| | Today I learned that I can use the percent sign to run commands from inside Jupyter notebooks.
| | wachter-space.de
7.6 parsecs away

Travel
| | Solution to the Cyber Security Rumble Finals challenge simple-asm. The challenge is strait forward. It defines an custom set of instructions, that get translated to x64 instructions directly and are then executed at a fixed offset, in a no-PIE binary. The translation lacks checks, such that the instructions do more than they should at first sight, when using specific higher register. This is the provides challenge source code, also running on the remote instance:
| | bfontaine.net
10.2 parsecs away

Travel
| | Tips and tricks in Python, Bash, Clojure and other languages/environments.
| | blog.frizk.net
32.5 parsecs away

Travel
| It is possible to break Kernel Address Space Layout Randomization (KASLR) on modern operating systems running on modern x86 CPU's. One possi...