index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
unicorn_emu
/
a32_unicorn.cpp
Age
Commit message (
Expand
)
Author
2022-07-26
tests/{a32,a64}_unicorn: Avoid use of deprecated fmt API
Merry
2022-06-21
A32/A64: Allow std::nullopt from MemoryReadCode
Merry
2022-04-19
Migrate to mcl
Merry
2022-02-15
a32_unicorn: Throw on error to trigger SCOPE_EXIT code
Merry
2021-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-02-06
a32_unicorn: Halt when PC leaves code_mem
MerryMage
2020-06-21
a32_unicorn: Print code on unicorn error
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled
MerryMage
2020-04-22
dynarmic_tests: Resolve CPSR discrepancies in tests
Lioncash
2020-04-22
a32_unicorn: Silence PC value assertions
Lioncash
2020-04-22
A32: Fuzz instructions using unicorn
Lioncash
2020-04-22
tests/unicorn_emu: Add getters and setters for PC/SP
Lioncash
2020-04-22
a32_unicorn: Silence a truncation warning within UnmappedMemoryHook()
Lioncash
2020-04-22
tests: Refactor unicorn_emu to allow for A32 unicorn
MerryMage