mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
Select region when clicking on string, disassembly or pattern data item
This commit is contained in:
@@ -15,6 +15,7 @@ namespace hex {
|
||||
struct Disassembly {
|
||||
u64 address;
|
||||
u64 offset;
|
||||
size_t size;
|
||||
std::string bytes;
|
||||
std::string opcodeString;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user