Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/61bcdefg/machostrip
使用lief对macho进行一些简单操作
https://github.com/61bcdefg/machostrip
Last synced: 23 days ago
JSON representation
使用lief对macho进行一些简单操作
- Host: GitHub
- URL: https://github.com/61bcdefg/machostrip
- Owner: 61bcdefg
- License: apache-2.0
- Created: 2023-08-21T03:51:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T11:06:12.000Z (10 months ago)
- Last Synced: 2024-01-19T12:26:58.013Z (10 months ago)
- Language: C++
- Size: 13.6 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)