mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
patterns: Added std::env and ability to pass parameters to patterns from the UI
This commit is contained in:
@@ -123,6 +123,10 @@ namespace hex::pl {
|
||||
this->m_scopes.clear();
|
||||
this->m_aborted = false;
|
||||
|
||||
ON_SCOPE_EXIT {
|
||||
this->m_envVariables.clear();
|
||||
};
|
||||
|
||||
this->dataOffset() = 0x00;
|
||||
this->m_currPatternCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user