mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Added binary pattern search to find view
This commit is contained in:
@@ -326,6 +326,8 @@ namespace hex {
|
||||
return remainder != 0 ? value + (alignment - remainder) : value;
|
||||
}
|
||||
|
||||
std::optional<u8> hexCharToValue(char c);
|
||||
|
||||
bool isProcessElevated();
|
||||
|
||||
std::optional<std::string> getEnvironmentVariable(const std::string &env);
|
||||
|
||||
Reference in New Issue
Block a user