Commit Graph

56 Commits (c6a741b7111eca184ec090889d68f52a88208f56)
 

Author SHA1 Message Date
Andrei KISARI c6a741b711 Added the paths to bddisasm library : default install path (Linux) and local build path (Linux/Windows)
4 years ago
Andrei KISARI 175b059b27 Changed the version of the pybddisasm package.
4 years ago
Andrei KISARI 4dc2fe4a8a Fixed pybddisasm build.
4 years ago
Andrei KISARI ee235fa5de Modified the python-disassembler-wraper to be able to be installed using pip.
4 years ago
vlutas ad128fd72a
Merge pull request #13 from ianichitei/master
4 years ago
Anichitei Ionel-Cristinel a496ab16e5
Rename c-cpp.yml to ci.yml
4 years ago
Anichitei Ionel-Cristinel d06fe6cf56
Don't build bdshemu_fuzzer
4 years ago
Anichitei Ionel-Cristinel f734bc600b
Try to build bdshemu_fuzz
4 years ago
Anichitei Ionel-Cristinel 053e105fd2
Skip the build in certain situations
4 years ago
Anichitei Ionel-Cristinel c0e7a43db3
Disable disasmtool build
4 years ago
Anichitei Ionel-Cristinel 4d077a75eb
Try to fix disasmtool build
4 years ago
Anichitei Ionel-Cristinel 079fbb8802
Rebuild disasmtool Windows
4 years ago
Anichitei Ionel-Cristinel 6e8937a71b
Fix jobnames
4 years ago
Anichitei Ionel-Cristinel 8c92cccdbb
Run the Windows build as well
4 years ago
Anichitei Ionel-Cristinel 1184a314a1
Install setuptools before building pydis
4 years ago
Anichitei Ionel-Cristinel 374dd532e6
Try to build pydis
4 years ago
Anichitei Ionel-Cristinel 15629ff302
Clone rapidjson into a dedicated directory
4 years ago
Anichitei Ionel-Cristinel 21d20ba584
Try to build disasmtool_lix
4 years ago
Anichitei Ionel-Cristinel af8a0cc52f
.github/workflows: Add CI workflow
4 years ago
Ionel-Cristinel ANICHITEI c1e796625a bdshemu_fuzz: Fix build
4 years ago
Andrei Vlad LUTAS ed564dba32 Specifically flag multi-byte NOP operands as not-accessed.
4 years ago
Andrei Vlad LUTAS 4328dc4efa Changed REG_xxx to NDR_xxx in docs too.
4 years ago
Andrei Vlad LUTAS 144baa5140 Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES.
4 years ago
vlutas 02b7177b99
Merge pull request #10 from cbsirb/master
4 years ago
Cristian-Bogdan SIRB 2868b2afde disasmtool_lix: Added the --extended parameter which shows the instructions info
4 years ago
Cristian-Bogdan SIRB 75702e9f0d disasmtool_lix: Align the address part to the biggest one
4 years ago
Andrei Kisari 5e14a6f25c
Merge pull request #9 from cbsirb/master
4 years ago
Cristian-Bogdan SIRB daa0d403a1 Fix the disasmtool_lix build
4 years ago
Ionel-Cristinel ANICHITEI b0b7a67c8e Add braces around the ND_INSTRUCTION.Operands initializer
4 years ago
Ionel-Cristinel ANICHITEI a20db3ce54 Fix constants.h include path
4 years ago
Ionel-Cristinel ANICHITEI 11f1f548ff Regenerate autogenerated files
4 years ago
Ionel-Cristinel ANICHITEI 049ecc0ab7 Don't use reserved identifiers for include guards
4 years ago
Andrei KISARI 0d5d2a9625 Fixed include path.
4 years ago
Andrei KISARI 9d98a67c70 Added the 'nd_memset' implementation for pydis.
4 years ago
Andrei Vlad LUTAS d622f56211 Added SERIAL flag to the SERIALIZE instruction.
4 years ago
Andrei Vlad LUTAS 4b2f2aee66 Added dedicated Prefetch operand access type.
4 years ago
Andrei Vlad LUTAS d11fe85599 Improved linear address computation in bdshemu.
4 years ago
Andrei Vlad LUTAS 6c248cc4c1 Handle Ignore ER bit in instruction attributes.
4 years ago
Andrei Vlad LUTAS 7ddf7e448a Apply address size override to gla computation.
4 years ago
Ionel-Cristinel ANICHITEI 087ffbcf95 disasmtool_lix: Add missing instructions to ins_class_to_str
4 years ago
Andrei Vlad LUTAS cfb0f97897 Truncate the output of a relative addressing if 0x67 prefix is used.
4 years ago
Andrei Vlad LUTAS 752bc626c4 Fixed RET with immediate - the immediate is not sign-extended.
4 years ago
Andrei Vlad LUTAS 52ed638c13 Fixed some typos.
4 years ago
Anichitei Ionel-Cristinel 08f4b31b7d
Merge pull request #2 from andreaswimmer/patch-1
4 years ago
andreaswimmer 0b7c9a84fe
Fix typo "Lighetweight" in README.md
4 years ago
Andrei Vlad LUTAS 960e9eaeee disasmtool_lix dumper fix - dump cet_ss and cet_ibt.
4 years ago
Andrei Vlad LUTAS 94d7894fa5 Added the Shadow Stack Pointer operand to the SYSRET and SYSENTER instructions.
4 years ago
vlutas 3f385cc531
Merge pull request #1 from valkheim/fix-no-color
4 years ago
Andrei Vlad LUTAS 8392c97f97 Use the documented byte granularity for cache-line accesses.
4 years ago
Charles Paulet f936d0c020 Fix disasmtool_lix no_color option
4 years ago