Skip to content

its-a-feature/DyldDeNeuralyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dyld-DeNeuralyzer

A simple set of POCs to demonstrate in-memory loading of Mach-O's.

  • Method 1 - Patch up dyld for in-memory loading of Mach-O bundles.
  • Method 2 - Use a custom in-memory loader for loading Mach-O bundles.

Usage

# For Method 1
./dylddeneuralyzer 1 macho_bundle_path

# For Method 2
./dylddeneuralyzer 2 macho_bundle_path

Blog posts

Restoring Dyld Memory Loading - https://blog.xpnsec.com/restoring-dyld-memory-loading/ Building a Custom Mach-O Memory Loader for macOS - Part 1 - https://blog.xpnsec.com/building-a-mach-o-memory-loader-part-1/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.2%
  • C 0.8%