Skip to content

YuriSizuku/ReverseTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseTool

GitHub tag (latest by date)GitHub Workflow Status

🍀 Libraries (single header file) for my reverse projects.
Scripts for localization are moved to LocalizationTool.

Projects based on this repo:

Components

cross platform libraries

  • windllin.py, staticly inject dll to a exe
  • wincoff.py, method for parsing coff object file

windows platform libraries

In project, Makefile for gcc (llvm-mingw or mingw-w64), tcc (not support inline) and sln for msvc. All of them are compatible for win xp and above.

  • winhook.h, single header file for dynamic hook functions, such as IAT hook, inline hook
  • winpe.h, single header file for parsing windows PE structure, adjust RELOC, ADDRS, or IAT
  • windyn.h, single header file for dynamic binding windows system api without IAT.
  • winloader.c, start a exe with a dll injected, see Release