https://github.com/yurisizuku/reverse3rdparty
some single header library file for reverse in stb style
https://github.com/yurisizuku/reverse3rdparty
stb
Last synced: about 1 year ago
JSON representation
some single header library file for reverse in stb style
- Host: GitHub
- URL: https://github.com/yurisizuku/reverse3rdparty
- Owner: YuriSizuku
- Archived: true
- Created: 2022-03-20T09:50:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:40:24.000Z (over 1 year ago)
- Last Synced: 2025-02-25T02:25:40.807Z (over 1 year ago)
- Topics: stb
- Language: C
- Homepage:
- Size: 5.98 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReverseStblib
**This Repo is deprecated, migrate to [ZipStb](https://github.com/YuriSizuku/alter-ZipStb) and [MinhookStb](https://github.com/YuriSizuku/alter-MinhookStb).**
---
Some single header libraries for reversing, compatible with `gcc`, `tcc`, `clang`.
The namestyle is mostly like [stb](https://github.com/nothings/stb) style.
The project is modifed based on these libraries
- [zip](https://github.com/kuba--/zip)
- [stb](https://github.com/nothings/stb)
- [minhook](https://github.com/TsudaKageyu/minhook)