/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

blog.timac.org
| | sergioprado.blog
16.7 parsecs away

Travel
| | The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C.
| | intrigus.org
16.7 parsecs away

Travel
| | How to reverse engineer a Mach-O binary from BraekerCTF 2024 that breaks all tools.
| | blog.xpnsec.com
11.3 parsecs away

Travel
| | In this blog we'll look at what it takes to construct an in-memory loader for Mach-O bundles within MacOS Ventura without using dyld. We'll walk though the lower-level details of what makes up a Mach-O file, how dyld processes load commands to map areas into memory, and how we can emulate this to avoid writing payloads to disk.
| | astr0baby.wordpress.com
46.0 parsecs away

Travel
| If one needs to run neo4j natively on the Apple M1 hardware (for example to analyze/query BloodHound ingestor data from an Active Directory) and benefit from the fast CPU it seems to be possible to build and run from source. I have prepared this "experimental" howto so that others can reproduce this Pre-Requisites : make...