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

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

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
```