mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
Select region when clicking on string, disassembly or pattern data item
This commit is contained in:
@@ -136,4 +136,9 @@ namespace hex {
|
||||
private:
|
||||
std::function<void()> m_func;
|
||||
};
|
||||
|
||||
struct Region {
|
||||
u64 address;
|
||||
size_t size;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user