-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TDecompiler.CheckPrototype was returning False instead of True. Removed instruction types (itUnknown...) from Def_disasm as unused. Converted operand types to enumeration. Moved OutputHex() from class MDisasm to unit Misc. Fixed MDisasm.GetOpType to properly handle $,+,- Refactored code for Apply button in EditFunctionDlg In EditFunctionDlg, lRetBytes & lArgsBytes must not include text, only numbers Refactored AddArgsFromDeclaration to use ExtractStrings Fixed bug in Main.FindImports - there was an offset by 1 for replacing @ Added *.BPL in filters for OpenDlg Label caption in FInputDlg was EP instead of Version when autodetection fails Changed FlagList & InfoList to be dynamic arrays Changed lbCodeDrawItem to use OutputHex() vtUnitMouseMove now sets WhereSearch according to Sender
- Loading branch information
tmcdos
committed
Jul 20, 2016
1 parent
998642e
commit ea4e677
Showing
12 changed files
with
370 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.