Update instructions, fix diff settings and add asm-differ

...to simplify setup a bit
This commit is contained in:
Léo Lam
2020-08-21 12:16:06 +02:00
parent 86ca470778
commit 26183142b1
5 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ for info in utils.get_functions():
if not info.decomp_name:
utils.fail(f"{args.function} has not been decompiled")
subprocess.call(["asm-differ", "-e", info.decomp_name, "0x%016x" %
subprocess.call(["tools/asm-differ/diff.py", "-e", info.decomp_name, "0x%016x" %
info.addr, "0x%016x" % addr_end] + unknown)
if info.status == utils.FunctionStatus.NonMatching: