index
:
focaccia
this commit
ck/fix-det
ck/gen-repr
ck/reproducers
ck/runtime-breakdown
main
sr/benchmark-testing
sr/deterministic_replay
sr/plugin
sr/sql-syscalls
ta/arm64
ta/develop
ta/docs
ta/emu-replay
ta/emu-threaded-replay
ta/fixes
ta/fixup-qemu-partial-validation
ta/json-dumps
ta/memcached
ta/multithreaded-experiments
ta/partial-qemu-validation
ta/pylldb
ta/qemu-replay
ta/redis
ta/reproducers
ta/rr-mmaps
ta/speculative-tracing
ta/sqlite
ta/streaming-transforms
ta/support-memcached
ta/support-redis
ta/tests
ta/tool-refactor
ta/uniformize-qemu
ta/uv-migrate
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
qemu_tool.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
Move capture transforms tool to our current setup
Theofilos Augoustis
3
-0
/
+6
2025-08-28
Move log conversion tool to our current setup
Theofilos Augoustis
2
-6
/
+11
2025-08-28
Add support for the convert tool
Theofilos Augoustis
4
-3
/
+8
2025-08-28
Add helper app for synchronizing uv
Theofilos Augoustis
1
-3
/
+15
2025-08-28
Update glibc and musl devShells to fully support editable builds
Theofilos Augoustis
1
-12
/
+24
2025-08-28
Migrate to LLDB from pylldb
Theofilos Augoustis
3
-73
/
+96
2025-08-27
Migrate to nix flakes, uv and pyproject toml for builds
Theofilos Augoustis
30
-19
/
+663
2024-10-14
Implement online verification of symbolic backend
ta/develop
Theofilos Augoustis
7
-106
/
+412
2024-10-13
Read instructions directly from program memory
Theofilos Augoustis
2
-19
/
+32
2024-07-28
Enable Focaccia's logging in capture_transforms.py
Theofilos Augoustis
2
-11
/
+10
2024-07-12
Add support for aarch64
Theofilos Augoustis
10
-88
/
+293
2024-02-22
Rework Focaccia's command line interface
Theofilos Augoustis
2
-64
/
+132
2024-02-19
Make symbolic equations more symbolic
Theofilos Augoustis
10
-198
/
+413
2024-02-15
Add hostname argument to `verify_qemu.py`
Theofilos Augoustis
1
-6
/
+6
2024-02-14
Rewrite symbolic tracing algorithm
Theofilos Augoustis
3
-191
/
+139
2024-02-08
Store instructions in SymbolicTransformation
Theofilos Augoustis
6
-59
/
+151
2024-02-02
Basic reproducer generator setup
Theofilos Augoustis
9
-21
/
+257
2024-02-07
Extract matching algorithms into a module
Theofilos Augoustis
3
-39
/
+108
2024-01-30
Verify QEMU by abstracting over inconsistencies in trace logs via matching al...
Theofilos Augoustis
3
-135
/
+288
2024-02-02
Add ReadableProgramState interface
Theofilos Augoustis
4
-71
/
+97
2024-01-24
Refactor comparison and user-facing logic
Theofilos Augoustis
5
-102
/
+55
2024-01-22
Use symbolic execution to speed up QEMU testing
Theofilos Augoustis
5
-169
/
+231
2024-01-17
Refactor symbolic transformation handling
Theofilos Augoustis
9
-209
/
+464
2023-12-31
Refactor project structure
Theofilos Augoustis
17
-121
/
+102
2023-12-26
Verify QEMU by converting logs to internal data format
Theofilos Augoustis
4
-1
/
+274
2023-12-27
Extend error reporting system
Theofilos Augoustis
4
-92
/
+169
2023-12-26
Refactor parser.py (for gdb integration)
Theofilos Augoustis
1
-25
/
+56
2023-12-26
Improve SparseMemory.write_memory performance
Theofilos Augoustis
2
-8
/
+13
2023-12-14
Implement symbolic comparison and match traces via Miasm
Theofilos Augoustis
10
-293
/
+511
2023-12-08
Adapt symbolic compare to new transform interface
Theofilos Augoustis
18
-614
/
+278
2023-12-07
Replace symbolic execution tools with Miasm
Theofilos Augoustis
4
-400
/
+317
2023-11-28
Record symbolic transform for single instructions
Theofilos Augoustis
4
-78
/
+178
2023-11-27
Add memory storage capabilities to `ProgramState`
Theofilos Augoustis
4
-156
/
+229
2023-11-27
Implement symbolic state comparison algorithm
Theofilos Augoustis
8
-191
/
+210
2023-11-26
Standardize X86 register names
Theofilos Augoustis
6
-122
/
+142
2023-11-25
Migrate to Miasm for concolic execution from Angr
Theofilos Augoustis
3
-0
/
+363
2023-11-10
Implement interpreter for symbolic expressions
Theofilos Augoustis
6
-71
/
+427
2023-11-07
Implement symbolic tracing in trace_symbols.py using Angr
Theofilos Augoustis
3
-180
/
+158
2023-10-21
Support for testing concrete and emulated execution with angr
Theofilos Augoustis
9
-92
/
+421
2023-10-15
Implement simple comparison algorithm
Theofilos Augoustis
2
-3
/
+119
2023-10-11
Refactor file structure
Theofilos Augoustis
9
-306
/
+326
2023-10-09