Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.47 KB
G.R.E Lab

G.R.E Lab

G.R.E Lab (Game Reverse Engineering Laboratory) is a tool to manipulate and study games functionalities & behaviours.

What is the purpose of this tool ?

This tool allow you to experiment with game functionalities. But this is not a "trainer" or a "mod menu", it's a tool for developers.

How to contribute ?

By reversing structs, classes, enums and symbols you can directly contribute to this tool and tests stuff using the ImGUI implementation.

What skills do I need to contribute ?

  • Reverse engineering (The knowledge of this softwares is recommended: IDA, Ghidra, x64dbg, ReClass, Cheat Engine)
  • Experience with C++

Is there any reverse engineering resources provided with this tool ?

Yes, there is some resources available here.

Screenshots

G.R.E Lab in Red Dead Redemption

More Infos

Note

Right now the purpose of this tool is only to study Red Dead Redemption, but this can be easily suited for others games.

Caution

This tool is for educational purpose only, it has been designed for research regarding singleplayer titles, this is not intended to use in online games, you have been warned.