ELF: Rebase if requested even if image is not dumped (#119)
This commit is contained in:
@@ -240,10 +240,7 @@ namespace Il2CppInspectorGUI
|
||||
|
||||
// Reset image load options to their defaults
|
||||
public void ResetLoadOptions() {
|
||||
ImageLoadOptions = new LoadOptions {
|
||||
ImageBase = 0xffffffff_ffffffff,
|
||||
BinaryFilePath = null
|
||||
};
|
||||
ImageLoadOptions = new LoadOptions();
|
||||
}
|
||||
|
||||
// Attempt to load an IL2CPP application package (APK or IPA)
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<TextBox.ToolTip>
|
||||
<ToolTip Background="LightYellow">
|
||||
<TextBlock>
|
||||
For ELF binaries that have been dumped from memory, specify the base address of the dump<LineBreak/>Ignored for normal ELF binaries
|
||||
For ELF binaries that have been dumped from memory, specify the base address of the dump<LineBreak/>Use zero to disable rebasing
|
||||
</TextBlock>
|
||||
</ToolTip>
|
||||
</TextBox.ToolTip>
|
||||
|
||||
Reference in New Issue
Block a user