about summary refs log tree commit diff stats
path: root/nix.shell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to nix flakes, uv and pyproject toml for buildsTheofilos Augoustis2025-08-271-12/+0
|
* Add support for aarch64Theofilos Augoustis2024-07-121-0/+12
- Implement an architecture description for aarch64 - Add endianness information to the `Arch` class. - Move conversion from flags register to logical flag values from the calling code to the concrete targets (LLDB and GDB), which is the only point where we (have to) deal in flags registers. - Handle assembly/disassembly errors in serialization of SymbolicTransform - Move ProgramState's `arch` attribute into ReadableProgramState. Co-authored-by: Theofilos Augoustis <theofilos.augoustis@gmail.com> Co-authored-by: Nicola Crivellin <nicola.crivellin98@gmail.com>