From 32ee819325120425e75e801ae555b5be5591eb5e Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 19:41:18 -0800 Subject: add mode to disassemble armv7-thumb instructions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eea9e76..ee63e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-traits = "0.2.10" # common interfaces for all yaxpeax decoders yaxpeax-arch-02 = { package = "yaxpeax-arch", version = "0.2.4" } -yaxpeax-arm = { version = "0.1.1" } +yaxpeax-arm = { version = "0.2.3" } yaxpeax-avr = { version = "0.1.0" } yaxpeax-m16c = { version = "0.1.0" } yaxpeax-mips = { version = "0.1.0" } @@ -29,7 +29,7 @@ yaxpeax-msp430 = { version = "0.1.0" } yaxpeax-lc87 = { version = "1.0.0" } yaxpeax-pic17 = { version = "0.1.0" } yaxpeax-pic18 = { version = "0.1.0" } -yaxpeax-x86 = { version = "1.0.4" } +yaxpeax-x86 = { version = "1.1.3" } yaxpeax-ia64 = { version = "0.2.1" } yaxpeax-superh = { version = "0.3.0" } yaxpeax-6502 = { version = "0.0.2", features = ["std"] } -- cgit v1.1