DAILA
DAILA copied to clipboard
Building for python 3.12
I just wanted to share this with people if anyone wants to try to get DAILA working with python 3.12 you can follow these steps (use command provided to you by pytorch here).
- use command provided to you by pytorch here to install the version of pytorch for your system, at this time you need the nightly version of pytorch.
-
gh repo clone binsync/varbert_api
orgit clone [email protected]:binsync/varbert_api.git
-
cd varvert_api
- Use a text editor of your choice to edit
setup.cfg
and bump the following dependencies:
[options]
install_requires =
torch
transformers
tqdm
dailalib==2.2.2
libbs==0.14.0
- while in the
varbert_api
dir,pip3 install -e .
- either
pip3 install dailalib
or if that doesn't work, clone the repo andpip3 install -e .
inside of the directory -
daila --install
- Verify that it works in your decompiler of choice
- Profit