|
You are here |
blog.timac.org | ||
| | | | |
sergioprado.blog
|
|
| | | | | The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C. | |
| | | | |
intrigus.org
|
|
| | | | | How to reverse engineer a Mach-O binary from BraekerCTF 2024 that breaks all tools. | |
| | | | |
blog.xpnsec.com
|
|
| | | | | 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
|
|
| | | 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... | ||