ghoost82 / hakchi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Clone the repo:

git clone git@github.com:madmonkey1907/hakchi.git
cd hakchi
git submodule init
git submodule update

Install the build dependencies

Mac OS X 10.12

If you don't already have homebrew installed on your Mac:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install

brew install libusb qt wget upx cpio lzop wget brew link qt --force

Ubuntu 16.04

sudo apt-get install libusb-1.0-0-dev libqt4-dev upx-ucl cpio lzop wget

Build

make

Execute

Linux

. importpath
hakchi-gui

macOS

open build/hakchi-gui.app

About

License:GNU General Public License v3.0


Languages

Language:C++ 67.2%Language:C 14.9%Language:Shell 8.9%Language:Batchfile 3.8%Language:Makefile 3.1%Language:QMake 2.1%