Frida: Difference between revisions
imported>Mic92 NUR first! |
imported>Mic92 update build instructions |
||
| Line 58: | Line 58: | ||
profile = '' | profile = '' | ||
export hardeningDisable=all | export hardeningDisable=all | ||
export SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-bundle.crt" | |||
# initialize sdk | # initialize sdk | ||
make | make | ||
| Line 75: | Line 76: | ||
<syntaxHighlight lang=console> | <syntaxHighlight lang=console> | ||
$ make python- | $ make python-linux-x86_64 | ||
</syntaxHighlight> | </syntaxHighlight> | ||
| Line 81: | Line 82: | ||
<syntaxHighlight lang=console> | <syntaxHighlight lang=console> | ||
$ cd frida-python | $ cd frida-python | ||
$ python setup.py bdist_wheel | $ python setup.py bdist_wheel | ||
$ pip install dist/frida-*.whl | $ pip install dist/frida-*.whl | ||
</syntaxHighlight> | </syntaxHighlight> | ||