introduce capstone

This commit is contained in:
2026-05-11 14:17:07 +02:00
parent c0de07465b
commit e5413f9abd
3 changed files with 17 additions and 3 deletions
+2
View File
@@ -10,4 +10,6 @@ int main() {
const auto& section = reader.sections[i];
std::println(R"(Section n.{} "{}": 0x{:08X} -> 0x{:08X})", i, section->get_name(), section->get_address(), section->get_address() + section->get_size() - 1);
}
return 0;
}