/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

knight.sc
| | blog.timac.org
21.4 parsecs away

Travel
| | CryptedHelloWorld: App with encrypted mach-o sections
| | reverse.put.as
10.6 parsecs away

Travel
| | I smile when I think about this "feature"! I liked it so much that things got out of control and I wrote a crackme to show it. It happens because Apple doesn't follow their own documentation/specification and the reversing tools of the trade do. The result is that IDA terminates, disassemblers output the wrong disassembly, strings are messed up, LLDB disassembles the wrong code (not GDB), class-dump will fail, and the reverser looks at a weird Mach-O header.
| | www.m4b.io
15.3 parsecs away

Travel
| | An online electronic journal repository for various projects, topics, tutorials, and other such texts, usually dealing with programming languages, reverse engineering, CS theory, object/binary analysis, formal methods, formal logic, and maybe, sometimes, even philosophy
| | atilaoncode.blog
44.1 parsecs away

Travel
| I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one...