Skip to content

YuriSizuku/toolkit-WinReverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolkit Win Reverse

GitHub tag (latest by date)GitHub Workflow Status

🍀 Libraries (mostly use single header file) for my reverse projects.
Scripts for localization are moved to Toolkit Localization.

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.

  • windyn.h, single header file for windows dynamic binding system api without IAT
  • winhook.h, single header file for windows dynamic hook and memory util functions
  • winpe.h, single header file for windows pe structure, adjusting realoc addrs, or iat
  • winversion.h, single header file for windows version.dll proxy to patch.dll, see Release
  • winloader.c, start a exe with a dll injected, see Release

About

Libraries (single header file) for my reverse projects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published