Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/61bcdefg/machostrip

使用lief对macho进行一些简单操作
https://github.com/61bcdefg/machostrip

Last synced: 23 days ago
JSON representation

使用lief对macho进行一些简单操作

Awesome Lists containing this project

README

        

# machostrip

使用lief对macho进行一些简单操作

## Feat

- 移除所有Function Starts
- 移除所有local symbols和external symbols
- 使Hopper Demo版和Ghidra(11.0 前)无法加载文件
- 混淆符号stub名称

## Before

![before](before.png)

## After

![after](after.png)