|
You are here |
intrigus.org | ||
| | | | |
wachter-space.de
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
pymotw.com
|
|
| | | | | [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
|
|
| | | Documenting my first steps with Rust, from installation to running a simple script. | ||