python3 IDA9.py Saved new license to ida.hexlic! Generated modulus patch to /Applications/IDA Professional 9.0.app/Contents/MacOS/libida.dylib.patched! To apply the patch, replace the original file with the patched file Generated modulus patch to /Applications/IDA Professional 9.0.app/Contents/MacOS/libida64.dylib.patched! To apply the patch, replace the original file with the patched file
3. 破解脚本执行后,不要打开IDA,执行下面的命令 cd "/Applications/IDA Professional 9.0.app/Contents/MacOS/" rm -rf libida.dylib rm -rf libida64.dylib mv libida.dylib.patched libida.dylib mv libida64.dylib.patched libida64.dylib
(lldb) run There is a running process, kill it and restart?: [Y/n] y Process 5666 exited with status = 9 (0x00000009) Process 7021 launched: '/Applications/IDA Professional 9.0.app/Contents/MacOS/ida64' (x86_64) 2024-08-12 11:08:57.772709+0800 ida64[7021:10984385] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=7021 2024-08-12 11:08:57.772901+0800 ida64[7021:10984385] SecTaskCopyDebugDescription: ida64[7021]/0#-1 LF=0 2024-08-12 11:08:58.112663+0800 ida64[7021:10984385] [qt.qpa.fonts] Populating font family aliases took 156 ms. Replace uses of missing font family "Courier" with one that exists to avoid this cost. Process 7021 stopped * thread #1, stop reason = EXC_BAD_ACCESS (code=1, address=0x7ff8a7efbe88) frame #0: 0x00007ff80f328ff0 -> 0x7ff80f328ff0: movq (%rax), %rcx 0x7ff80f328ff3: movq %rcx, (%rdi) 0x7ff80f328ff6: addq $0x8, %rax 0x7ff80f328ffa: incq %rbx Target 0: (ida64) stopped. (lldb)