mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Install Unicorn for pwndbg.
This commit is contained in:
@@ -305,6 +305,12 @@ MinLen = 0
|
||||
MaxLen = 7
|
||||
CharCount = 69
|
||||
|
||||
[Incremental:All5]
|
||||
File = $JOHN/ascii.chr
|
||||
MinLen = 5
|
||||
MaxLen = 5
|
||||
CharCount = 95
|
||||
|
||||
# Some pre-defined word filters
|
||||
[List.External:Filter_Alpha]
|
||||
void filter()
|
||||
|
||||
@@ -85,7 +85,7 @@ function install_pwndbg {
|
||||
PYTHON="${PYTHON}${PYVER}"
|
||||
local PY_PACKAGES=$HOME/.pwndbg/vendor
|
||||
${PYTHON} -m pip install --target ${PY_PACKAGES} -Ur $HOME/.pwndbg/requirements.txt
|
||||
${PYTHON} -m pip install --target ${PY_PACKAGES} -U capstone
|
||||
${PYTHON} -m pip install --target ${PY_PACKAGES} -U capstone unicorn
|
||||
# capstone package is broken
|
||||
cp ${PY_PACKAGES}/usr/lib/*/dist-packages/capstone/libcapstone.so ${PY_PACKAGES}/capstone
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user