mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 07:34:45 -04:00
Rework external editor interface (formerly IDA interface)
1. External editor is supported for sections, not files 2. External editor is not visible when it is unspecified in prefs
This commit is contained in:
parent
67fb2a23ee
commit
77d771d452
4 changed files with 58 additions and 61 deletions
|
@ -138,8 +138,8 @@ typedef ptrdiff_t INTN;
|
|||
#define EXTRACT_MODE_BODY_UNCOMPRESSED 2
|
||||
|
||||
// Item inspect modes
|
||||
#define INSPECT_MODE_IDA32 0
|
||||
#define INSPECT_MODE_IDA64 1
|
||||
#define INSPECT_MODE_EXTERNAL32 0
|
||||
#define INSPECT_MODE_EXTERNAL64 1
|
||||
|
||||
// Item replace modes
|
||||
#define REPLACE_MODE_AS_IS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue