Explore >> Select a destination


You are here

intrigus.org
| | wachter-space.de
2.1 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:
| | mathamy.com
6.3 parsecs away

Travel
| |
| | pymotw.com
4.2 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of Python's disassembler and its applications. It covers topics such as using the dis module to inspect bytecode, debugging with dis, and optimizing code by analyzing disassembled output. The text also discusses compiler optimizations like constant folding and the use of itertools for efficient iteration. It includes examples of code, disassembled output, and performance comparisons between different implementations.
| | leblancfg.com
30.5 parsecs away

Travel
| Documenting my first steps with Rust, from installation to running a simple script.