mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Updated DisassembleX86-64 library to fix issue with call instrution. Closes #246.
This commit is contained in:
parent
567474ce00
commit
12c226f874
@ -1443,8 +1443,8 @@ const Operands = [
|
|||||||
------------------------------------------------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------------------------------------------------*/
|
||||||
"10000004","10000004","10000004","10000004",
|
"10000004","10000004","10000004","10000004",
|
||||||
"16000C00","170E0C00","0C001600","0C00170E",
|
"16000C00","170E0C00","0C001600","0C00170E",
|
||||||
"10020008",
|
"110E0008",
|
||||||
"10020008",
|
"110E0008",
|
||||||
"0D060C01", //JMP Ap (w:z).
|
"0D060C01", //JMP Ap (w:z).
|
||||||
"100000040004",
|
"100000040004",
|
||||||
"16001A01","170E1A01",
|
"16001A01","170E1A01",
|
||||||
@ -5703,7 +5703,6 @@ function LDisassemble()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user