Explore >> Select a destination


You are here

bernsteinbear.com
| | blog.quarkslab.com
10.9 parsecs away

Travel
| | Where building a custom obfuscated Python interpreter for a Python packer turned into an optimized Python interpreter.
| | pymotw.com
12.2 parsecs away

Travel
| |
| | akaptur.github.com
10.6 parsecs away

Travel
| | Last week at Hacker School I did a quick presentation on python bytecode and the dis module. The disassembler is a very powerful tool with a gentle ...
| | blog.eowyn.net
88.7 parsecs away

Travel
| The idea for the project was to take the processor we had made in a class at Tufts in the fall of 2021, synthesize it to an FPGA, write an assembler, and run a basic program on it. This included several steps, from adding new components and testing them, to debugging overall problems that come from synthesizing code which had only been simulated previously, to writing an assembler specifically targeting the processor that would output in the format necessary for execution on our design.