mirror of
https://github.com/kittywitch/ida-pro-overlay.git
synced 2026-02-09 00:29:18 -08:00
feat: hmmmmm :3
This commit is contained in:
parent
b69522edab
commit
cb612510be
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
runfile,
|
||||
normalScript,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -105,6 +106,12 @@ pkgs.stdenv.mkDerivation rec {
|
|||
ln -s $lib $out/lib/$(basename $lib)
|
||||
done
|
||||
|
||||
pushd $out/lib
|
||||
${pythonForIDA}/bin/python ${normalScript}
|
||||
mv libida.so.patched libida.so
|
||||
popd
|
||||
|
||||
|
||||
# Manually patch libraries that dlopen stuff.
|
||||
patchelf --add-needed libpython3.13.so $out/lib/libida.so
|
||||
patchelf --add-needed libcrypto.so $out/lib/libida.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue