-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the halium-ja3gxx wiki!
First of all, you need to install all dependencies
sudo apt install git gnupg flex bison gperf build-essential \ zip bzr curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \ libgl1-mesa-dev g++-multilib mingw-w64-i686-dev tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool \ repo liblz4-tool bc lzop imagemagick libncurses5 rsync
After that, you are gonna need to prepare the work area
mkdir halium && cd halium
Then you need to choose and download the source -this could take a while-
repo init -u https://github.com/Halium/android -b halium-7.1 --depth=1
repo sync -c -j 16
After finishes, you are gonna need my changes to build halium for ja3gxx
git clone https://github.com/taka78/halium-ja3gxx
You must have all necessary things that you are gonna need to build.
Preparing to build
source build/envsetup.sh
starting to build
breakfast ja3gxx
If you face any kind of issue please let me know.