Skip to content
Snippets Groups Projects
Commit 6697316c authored by clc5q's avatar clc5q
Browse files

Remove 64-bit IDA Pro database *.i64.

parent 6616bc6e
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ file $1|grep -q "32-bit" >/dev/null 2>&1 ...@@ -53,6 +53,7 @@ file $1|grep -q "32-bit" >/dev/null 2>&1
res=$? res=$?
if [ $res=1 ]; then if [ $res=1 ]; then
myidal=idal64 myidal=idal64
rm -f `basename $1 .ncexe`.i64
else else
myidal=idal myidal=idal
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment