Commit Graph

280 Commits (master)
 

Author SHA1 Message Date
Andrei Vlad LUTAS f32c0373ac Incremented revision to 2.1.4.
3 weeks ago
Andrei Vlad LUTAS 44dc7c6cbb Updated changelog & Python binding version.
3 weeks ago
Andrei Vlad LUTAS 4bc4636765 https://github.com/bitdefender/bddisasm/issues/88 - removed (no longer needed) assert.
3 weeks ago
Andrei Vlad LUTAS 37a8c94bc7 Applied some of the syntax recomandations from https://cdrdv2.intel.com/v1/dl/getContent/817241.
2 months ago
Andrei Vlad LUTAS 02cbe6a298 https://github.com/bitdefender/bddisasm/issues/87 - added missing `R` access for the `rIP` operand for `SYSCALL` instructions; added missing `SCS`, `rCX` and `rDX` operands for `SYSEXIT` instruction.
2 months ago
Andrei Vlad LUTAS f6f93c4112 Fixed pybddisasm version.
2 months ago
Andrei Vlad LUTAS 3df189f093 https://github.com/bitdefender/bddisasm/issues/87 - Fixed `CALL` instruction access for `rIP` operand - it must include read access, as the instruction pointer is saved on the stack.
2 months ago
vlutas 2b12d0ab4b
Merge pull request #86 from oberrich/patch-1
2 months ago
oberrich f7410a083a
Fix typo in bdshemu.c
2 months ago
vlutas 8f95a2828d
Merge pull request #85 from ianichitei/master
2 months ago
Anichitei Ionel-Cristinel aeeafc414a
build: Fix ci.yml
2 months ago
Anichitei Ionel-Cristinel afc3e94801
build: Try to build on macos
2 months ago
Anichitei Ionel-Cristinel 357b95d652
build: Remove `rapidjson` dependency
2 months ago
Anichitei Ionel-Cristinel 3beab3a3ee
build: Use `-march=native`
2 months ago
Andrei Vlad LUTAS 40d53c6433 Removed unused declaration.
2 months ago
Anichitei Ionel-Cristinel 00a9640b73
rsbddisasm: Update `bddisasm-sys` dependency version
2 months ago
Anichitei Ionel-Cristinel abc9657c78
rsbddisasm: Bump version in install instructions
2 months ago
Anichitei Ionel-Cristinel b5ac0a30b9
Update Cargo.toml
2 months ago
Anichitei Ionel-Cristinel ba14104087
rsbddisasm: Update `bindgen` to 0.62.0
2 months ago
Andrei KISARI 698686ab14 Update headers for pybddisasm.
2 months ago
Anichitei Ionel-Cristinel fbe5c1375d
Update ci.yml
2 months ago
Anichitei Ionel-Cristinel 570fa2bb62
ci: Suppress cppcheck `objectIndex` warning
2 months ago
Andrei Vlad LUTAS fad9c7e35c BDDISASM v2.1.0 release - please consult the CHANGELOG for details about the modifications.
2 months ago
Ionel-Cristinel ANICHITEI 727c87ecc4 rsbddisasm: Update bindings
9 months ago
Andrei Vlad LUTAS f53cbc51e2 Added support for new Intel ISA, per Intel® Architecture Instruction Set Extensions and Future Features document #319433-049 (June 2023): AVX-NNI-INT16, SHA512, SM3, SM4, TSE.
9 months ago
Ionel-Cristinel ANICHITEI be0969824c rsbddisasm: Update CHANGELOG
10 months ago
Ionel-Cristinel ANICHITEI fbb38f1518 #82: Handle 0 in `OpSize::from_raw`
10 months ago
Anichitei Ionel-Cristinel 935e2dfe5b
Merge pull request #81 from bitdefender/ci-updates
10 months ago
Anichitei Ionel-Cristinel b90ed49d33
ci: Update `setup-msbuild` to 1.3
10 months ago
Anichitei Ionel-Cristinel b71ad7e6d9
ci: Update `upload-release-assets` to v2.0.2
10 months ago
Anichitei Ionel-Cristinel aa362fa43e
ci: Update `checkout` to v3
10 months ago
Andrei KISARI 11e6a3e208
Merge pull request #80 from akisari/master
10 months ago
Andrei KISARI 1384893052 Update copyright.
10 months ago
Andrei KISARI 455286ca13 Fix build.
10 months ago
Andrei KISARI 4f182b2c11 Use SWIG to create bindings between C and Python.
10 months ago
BITDEFENDER\vlutas 096b583c25 Tiny comment fix.
11 months ago
BITDEFENDER\vlutas f293c936ee Optimized ror/rol/rcr/rcl instruction emulation - don't use slow loops anymore.
11 months ago
Ionel-Cristinel ANICHITEI d16f1d8ba3 bdshemu_fuzz: Update build scripts
1 year ago
Ionel-Cristinel ANICHITEI 3beaac8ae2 Update bindings
1 year ago
BITDEFENDER\vlutas 124521beb5 Added support for Intel AMX-COMPLEX instructions.
1 year ago
BITDEFENDER\vlutas ee6cdd6cb6 Switched to a more parsing-friendly format for the instructions database, where individual components are sepparated by a semicolon.
1 year ago
BITDEFENDER\vlutas 24665b0531 Switched from nil to n/a naming for absent operands, as it is more obvious.
1 year ago
BITDEFENDER\vlutas fc6059109d Improved comments & improved vector length specifiers.
1 year ago
BITDEFENDER\vlutas 0093439855 Added some comments.
1 year ago
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