Commit Graph

236 Commits (089e6d5e7ed28a8f5a4130eb29ca0ca171b69e6d)
 

Author SHA1 Message Date
BITDEFENDER\vlutas 089e6d5e7e Significant cleanup in disasmtool: the obsolete search functionality, and supplying registers for shemu from a file are no longer supported.
1 year ago
BITDEFENDER\vlutas 61382e95f0 Since all the shemu test file are synthetic and clean, I removed the password from the test archive.
1 year ago
Anichitei Ionel-Cristinel 102b43dd00
Merge pull request #78 from ianichitei/master
1 year ago
Ionel-Cristinel ANICHITEI 31457a0c02 Fix `clang-cl` and `mingw` builds
1 year ago
Ionel-Cristinel ANICHITEI e67584241b Revert "Fix `clang-cl` and `mingw` builds"
1 year ago
Ionel-Cristinel ANICHITEI add871993f Fix `clang-cl` and `mingw` builds
1 year ago
BITDEFENDER\vlutas ab3461fd06 Regenerated test archive.
1 year ago
Ionel-Cristinel ANICHITEI 00c9ebc341 rsbddisasm: Add `RMPQUERY`
2 years ago
BITDEFENDER\vlutas 7a254037b0 Added support for AMD RMPQUERY instruction.
2 years ago
Ionel-Cristinel ANICHITEI f75e1e28cd bdshemu_fuzz: Build with `-maes`
2 years ago
Ionel-Cristinel ANICHITEI 22d7c14c51 rsbddisasm: Update bindings
2 years ago
BITDEFENDER\vlutas 9ba1e6a2f9 Added support for new Intel instructions, per Intel ISA extensions document #319433-046 (September 2022): PREFETCHITI, RAO-INT, CMPCCXADD, WRMSRNS, MSRLIST, AMX-FP16, AVX-IFMA, AVX-NE-CONVERT, AVX-VNNI-INT8.
2 years ago
BITDEFENDER\vlutas 4596dbda51 Add copyright info when auto-generating files.
2 years ago
BITDEFENDER\vlutas b109990ba2 Removed some unneeded code.
2 years ago
BITDEFENDER\vlutas 47da322ea5 Improved upper bits handling for SSE/AVX operations.
2 years ago
BITDEFENDER\vlutas 2fc491d51d Handle reserved bits in RFLAGS when setting the entire register value.
2 years ago
BITDEFENDER\vlutas f62c8a2238 https://github.com/bitdefender/bddisasm/issues/70 - fixed OF setting on ROR.
2 years ago
BITDEFENDER\vlutas 9c6b5429c9 Fixed pybddisasm version.
2 years ago
BITDEFENDER\vlutas d3fd900903 Fixed OF on SHL and SHR with one bit shifts.
2 years ago
BITDEFENDER\vlutas bf81c647e3 Make sure all flags are set for CMPXCHG (this was left intentionally incomplete).
2 years ago
BITDEFENDER\vlutas 6dda2c122c Make sure upper 32 bit of a CMOV destination register is cleared to 0 even if the condition is not satisfied
2 years ago
BITDEFENDER\vlutas 1805a9edec Fixed flag setting for ADC, SBB, SAR and IMUL instructions.
2 years ago
vlutas e930d49713
Merge pull request #54 from ianichitei/master
2 years ago
Anichitei Ionel-Cristinel f900388260
Update rust.yml
2 years ago
Anichitei Ionel-Cristinel 59255c4ea6
Update ci.yml
2 years ago
Anichitei Ionel-Cristinel 90820faba4
ci: Setup Windows SDK 18362
2 years ago
Anichitei Ionel-Cristinel f0804645f3
Update ci.yml
2 years ago
Anichitei Ionel-Cristinel 4525860ec8
Fix a typo in the install instructions
2 years ago
Ionel-Cristinel ANICHITEI 73b7c4ea96 rsbddisasm: Fix `no-std` category
2 years ago
Ionel-Cristinel ANICHITEI 21c584b436 rsbddisasm: Change version to 0.2.0
2 years ago
BITDEFENDER\vlutas 70db095765 Updates Rust binding to the latest version.
2 years ago
BITDEFENDER\vlutas fe6a937f51 Switched to internally defined types.
2 years ago
Anichitei Ionel-Cristinel 08103713b2
Merge pull request #53 from ekilmer/fix-bddisasm-makefile
2 years ago
Eric Kilmer 68c7c4a066
Add missing sources to Makefile for bddisasm
2 years ago
BITDEFENDER\vlutas 63e3ee22a9 Fixed High8 handling in NdGetFullAccessMap.
2 years ago
BITDEFENDER\vlutas c9d4dbca0f Added missing modifications.
2 years ago
BITDEFENDER\vlutas 2f50ce9b4e Improved REG_ID macros - make sure we include block addressing and High8 designator in the reg ID. Alsom, make sure the register size fits in, since the new tile register can be 1K in size, which previously overflowed...
2 years ago
BITDEFENDER\vlutas 4ff620cb76 Added bdhelpers to CMake.
3 years ago
Anichitei Ionel-Cristinel dac2092c17
Rust bindings: Remove `ND_CAT_FRED`
3 years ago
BITDEFENDER\vlutas 7572adaeba Fixed INSTRUX size in setup.py.
3 years ago
BITDEFENDER\vlutas 7749e06b9d Removed ND_CAT_FRED.
3 years ago
BITDEFENDER\vlutas 656916d92d Added missing paranthesis.
3 years ago
BITDEFENDER\vlutas 433e723e07 Implemented a reverse oprand lookup table. It holds pointers to relevant operands inside INSTRUX, for quick lookup.
3 years ago
Ionel-Cristinel ANICHITEI def76f8633 rsbddisasm: Fix keywords
3 years ago
Ionel-Cristinel ANICHITEI 1e78d15878 bddisasm-sys: Fix keywords
3 years ago
vlutas 62cdbdc068
Merge pull request #52 from ianichitei/master
3 years ago
Ionel-Cristinel ANICHITEI 7d50c7edd5 Update README
3 years ago
Ionel-Cristinel ANICHITEI 584150cb44 Move rsbddisasm to the bindings directory
3 years ago
Ionel-Cristinel ANICHITEI af3d23e3ff Move pybddisasm to the bindings directory
3 years ago
Anichitei Ionel-Cristinel 146ebc55c5
ci: Attempt to fix the Windows build
3 years ago