/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

www.synthesis.to
| | blog.deobfuscate.io
2.5 parsecs away

Travel
| | Using symbolic execution to reverse engineer and devirtualise a binary using virtual machine obfuscation.
| | gpfault.net
4.4 parsecs away

Travel
| |
| | www.nayuki.io
4.1 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | bloeys.com
28.1 parsecs away

Travel
| In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.