Commit Graph

315 Commits (a2d25fffdd21213d99ac0ad9cbce2bfa6a1be5c9)
 

Author SHA1 Message Date
vlutas a2d25fffdd
Merge pull request #92 from turol/linux-tests
2 months ago
Turo Lamminen 3b620c2dba Fix test runner on Linux
2 months ago
Andrei Vlad LUTAS d9d60a8b47 Fixed the bdshemu test case archive - removed the password.
3 months ago
Anichitei Ionel-Cristinel e3855b464f
ci: Fix `setup-winsd` version
3 months ago
Anichitei Ionel-Cristinel 6e7846bcaf
ci: Upgrade `setup-winsdk` to v2.2
3 months ago
Anichitei Ionel-Cristinel ac34b80f8f
ci: Upgrade `upload-release-assets` to v3.0
3 months ago
Andrei Vlad LUTAS 54a2027333 Added 64-bit mul test case + made the code more readable.
4 months ago
Andrei Vlad LUTAS 270587903e Some more type cast warnings fixed.
4 months ago
Andrei Vlad LUTAS f1a85df2e7 Use const cast when fetching bytes from memory.
4 months ago
Andrei Vlad LUTAS a86c84f599 Added missing paranthesis around macro parameter.
4 months ago
Andrei Vlad LUTAS 91f04ed43b Fixed potential unaligned load, as reported by UBSAN.
4 months ago
vlutas 63ca9e4328
Merge pull request #90 from ianichitei/master
4 months ago
Anichitei Ionel-Cristinel 4e37a3a312
Update rust.yml
4 months ago
Anichitei Ionel-Cristinel 690edbdf87
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 95aab171e4
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel fcf9c79679
Update README.md
4 months ago
Anichitei Ionel-Cristinel fc504017c9
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 7f537ce019
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel ff8260e0dc
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 567a24b4f2
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel ecba4412f5
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel e12c77a4cd
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 02d5b9803f
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 982a08475b
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 2777987530
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 2f53b0c228
Update ci.yml
4 months ago
Anichitei Ionel-Cristinel 0086ea6edf
ci: Attest provenance for each build artefact, not just the archives
4 months ago
Anichitei Ionel-Cristinel 9cd9c58607
ci: Try to figure out what are the required permissions
4 months ago
Anichitei Ionel-Cristinel ea6065bea1
ci: Fix permissions
4 months ago
Anichitei Ionel-Cristinel 802f2854cd
Try Artifact Attestations
4 months ago
Andrei Vlad LUTAS 1fa6505b28 Build fix for macos.
5 months ago
Andrei Vlad LUTAS 173e2e295d Do not use cpuid outside x86 architectures in disasmtool.
5 months ago
Andrei Vlad LUTAS 9a66dc05c7 Further fixed macos build.
5 months ago
Andrei Vlad LUTAS 473eb0af62 Fixed macos build.
5 months ago
Andrei Vlad LUTAS 05d5632dea https://github.com/bitdefender/bddisasm/issues/89 - fixed comment.
5 months ago
Andrei Vlad LUTAS f32c0373ac Incremented revision to 2.1.4.
6 months ago
Andrei Vlad LUTAS 44dc7c6cbb Updated changelog & Python binding version.
6 months ago
Andrei Vlad LUTAS 4bc4636765 https://github.com/bitdefender/bddisasm/issues/88 - removed (no longer needed) assert.
6 months ago
Andrei Vlad LUTAS 37a8c94bc7 Applied some of the syntax recomandations from https://cdrdv2.intel.com/v1/dl/getContent/817241.
7 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.
7 months ago
Andrei Vlad LUTAS f6f93c4112 Fixed pybddisasm version.
7 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.
7 months ago
vlutas 2b12d0ab4b
Merge pull request #86 from oberrich/patch-1
7 months ago
oberrich f7410a083a
Fix typo in bdshemu.c
7 months ago
vlutas 8f95a2828d
Merge pull request #85 from ianichitei/master
7 months ago
Anichitei Ionel-Cristinel aeeafc414a
build: Fix ci.yml
7 months ago
Anichitei Ionel-Cristinel afc3e94801
build: Try to build on macos
7 months ago
Anichitei Ionel-Cristinel 357b95d652
build: Remove `rapidjson` dependency
7 months ago
Anichitei Ionel-Cristinel 3beab3a3ee
build: Use `-march=native`
7 months ago
Andrei Vlad LUTAS 40d53c6433 Removed unused declaration.
7 months ago