mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Hex editor displaying ?? for every byte after editing
This commit is contained in:
@@ -64,6 +64,8 @@ namespace hex::plugin::builtin::prv {
|
||||
return "hex.builtin.provider.file";
|
||||
}
|
||||
|
||||
std::pair<Region, bool> getRegionValidity(u64 address) const override;
|
||||
|
||||
protected:
|
||||
#if defined(OS_WINDOWS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user