8000 GitHub - 0n1cOn3/liboffsetfinder64: A 64bit offsetfinder. It finds offsets, patches, parses Mach-O and even supports IMG4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0n1cOn3/liboffsetfinder64

 
 

Repository files navigation

liboffsetfinder64

A 64bit offsetfinder. It finds offsets, patches, parses Mach-O and even supports IMG4

Installation / Getting started

Debian / Ubuntu Linux

First install all required dependencies and build tools:

sudo apt-get install
build-essential
checkinstall
git
autoconf
automake \

Then clone the actual project repository:

git clone https://github.com/thimstar/liboffsetfinder64.git cd liboffsetfinder64

Now you can build and install it:

./autogen.sh

make

sudo make install

About

A 64bit offsetfinder. It finds offsets, patches, parses Mach-O and even supports IMG4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.5%
  • C 4.9%
  • Makefile 1.3%
  • M4 1.1%
  • Python 1.1%
  • Shell 0.7%
  • Assembly 0.4%
0