0n1cOn3 / liboffsetfinder64

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.4%Language:C 4.9%Language:Makefile 1.3%Language:M4 1.1%Language:Python 1.1%Language:Shell 0.7%Language:Assembly 0.4%