There are my tools for reversing.
The building example is in ./project,
as well as Makefile for tcc, gcc and clang.
libbintext.py, for text exporting and importing, checkinglibrawtext.py, some matching and statistic method for textlibfont.py, for extracting, building tile font, or generating font picture.libtexture.py, something about texture and picture convertlibshellcode.py, some method for generating shellcode, such as parsingcoffobject fileftext.py, convert theftextformat made bybintext.pycodepage.py, convert some strings encoding in file
winhook.h, single file for dynamic hook functions, such as IAT hook, inline hookwinpe.h, single file for parsing windows PE structure, adjust RELOC, ADDRS, or IATwindllin.py, pre injectdllto aexewinconsole.js, Allocate a console for gamewinfile.js, view information for bothCreateFile,ReadFile,WriteFile,fopen,fread,fwritewinredirect.js, redirect font, codepage, and paths in games
winloader.c, a tool to start a exe with adllinjected, see Release