BUGFIX: mac debugger would show "Input file is missing" error when debugging a dyldcache lib on macOS11. BUGFIX: mac/ios/xnu debuggers would create tons of meaningless debugger segments. BUGFIX: macho loader could fail to load a correct SDK til in some cases. ...
BUGFIX: valid-position range information was missing when moving a structure around. BUGFIX: When "recent files" history was set to more than 10, the entries past 10 in the "File" menu wouldn't be numbered. BUGFIX: When debugging, variables of type '*' that were stored directly in a...
linux: information about hidden messages is saved in the user directory, not in ida directory. linux_stub file was missing which made impossible to debug linux programs from ms windows. locret_ labels are generated correctly for wide byte processors with high byte first. ...
dotNIET: .NIET is an IDA Pro plugin to import missing symbols (usually few thousands) which are resolved at runtime by .NET native compiled binaries. These symbols lie in SharedLibrary.dll and are not exported by this one. .NIET has been tested on IDA Pro 7.5 using python 3.8 on the ...
PE: when using manual loading, it is now possible to use the "don't show again" checkbox to load (or skip) all subsequent sections at once PE: print the PE timestamp in the file's info comment .net: we use our own file parser on all platforms, including windows too uimage: ...
Any contribution is welcome one way or another. If you know of a plugin that could be added, or data in the list that could be updated, missing categories, typos.. please send a PR! If you'd just prefer sending me a message or an email that's fine too, my email should be pretty...
UI: script boxes (Shift-F2, Alt-8) and other multi-line input boxes in IDA now auto-indent new lines UI: Output window is a ritchtext control. Users can double-click on identifiers / address to jump UI: Output window is now searchable (hotkey Alt-T and Ctrl-T) UI: The environment...
UI: OSX: IDA's main window will now appear as the top level window on OSX when idaq is started with an IDB file on the command line Debugger debugger: IDA reacts faster to the cancel button while searching for binary patterns debugger: now it is possible to stop a long memory snapshot...
[GENERAL] use_tmp_logging_file=false if you wish to use the Qt debugging frontend for the target. Embedded devices and missing/proc/<pid>/maps In some scenarios, such as debugging embedded devices over serial or raw firmware in QEMU, gdb is not aware of the PID and cannot access/proc/...
("GpaMissingHandler: GPA {:#x} is not mapped in the dump.\n",AlignedGpa);}uint8_t*Page=(uint8_t*)aligned_alloc(Page::Size,Page::Size);if(Page==nullptr){fmt::print("Failed to allocate memory in GpaMissingHandler.\n");__debugbreak();}if(DmpPage){/// Copy the dump page into...