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

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

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)