https://github.com/xrplf/hook-cleaner-c
Hook Cleaner removes unwanted compiler-provided exports and functions from a wasm binary to make it (more) suitable for being used as a Hook
https://github.com/xrplf/hook-cleaner-c
Last synced: about 1 year ago
JSON representation
Hook Cleaner removes unwanted compiler-provided exports and functions from a wasm binary to make it (more) suitable for being used as a Hook
- Host: GitHub
- URL: https://github.com/xrplf/hook-cleaner-c
- Owner: XRPLF
- Created: 2022-04-26T08:03:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T07:11:09.000Z (over 3 years ago)
- Last Synced: 2025-05-08T04:47:51.430Z (about 1 year ago)
- Language: C
- Size: 91.8 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hook Cleaner
Hook Cleaner removes unwanted compiler-provided exports and functions from a wasm binary to make it (more) suitable for being used as a Hook
## WIP
This project is still being debugged
## Requirements
None, as long as you have any version of
* gcc
* make
from the past 15 years you can build this.
## Build
```bash
git clone https://github.com/RichardAH/hook-cleaner-c.git
cd hook-cleaner-c
make
```
## Use
```bash
./hook-cleaner accept.wasm
```