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
/
capture_transforms.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-20
Update pyproject.toml to support a custom development version of miasm
Theofilos Augoustis
2
-6
/
+8
2025-06-20
Add cpuid dependency on fork of cpuid that supports pyproject.toml
Theofilos Augoustis
5
-39
/
+28
2025-06-17
Add support for getting a glibc environment
Theofilos Augoustis
1
-0
/
+9
2025-06-17
Lookup gdb in PATH in verify qemu script
Theofilos Augoustis
1
-1
/
+1
2025-06-17
Add new pyproject.toml that includes dev environment
Theofilos Augoustis
2
-0
/
+175
2025-06-17
Update flake to expose better developer shells
Theofilos Augoustis
1
-8
/
+7
2025-06-12
Include reproducer for 508 (and generalize gitignore)
Theofilos Augoustis
2
-2
/
+15
2025-06-12
Remove nix.shell (switching completely to flakes)
Theofilos Augoustis
1
-12
/
+0
2025-06-12
Update flake to include gcc
Theofilos Augoustis
1
-2
/
+2
2025-06-11
Update flake to include support for musl
Theofilos Augoustis
1
-0
/
+13
2025-06-11
Add flake support for known-buggy QEMU version
Theofilos Augoustis
2
-6
/
+36
2025-06-10
Update flake to include QEMU version
Theofilos Augoustis
1
-0
/
+10
2025-06-10
Add multi-system support to flake;
Theofilos Augoustis
2
-8
/
+43
2025-06-10
Rename tests directory
Theofilos Augoustis
2
-0
/
+0
2025-06-10
Update gitignore to hide Nix result files
Theofilos Augoustis
1
-0
/
+4
2025-06-10
Migrate project to use flakes
Theofilos Augoustis
2
-0
/
+193
2025-06-10
Migrate project to standard structure with uv
Theofilos Augoustis
23
-2
/
+117
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
[next]