first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
6
rasta_exp/docker/choi_et_al/home_build/run.sh
Executable file
6
rasta_exp/docker/choi_et_al/home_build/run.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
chown -R nix /mnt
|
||||
# Run jadx on /mnt/app.apk
|
||||
HOME=/home/nix sudo -u nix bash -c '. /home/nix/.nix-profile/etc/profile.d/nix.sh && cd /mnt && nix-shell -p jadx --run "jadx app.apk"'
|
||||
find /mnt/app -name '*.java' -print | xargs /workspace/JavaAnalysis/Main
|
Loading…
Add table
Add a link
Reference in a new issue