-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a new hotkeys scheme - Added new options to control which previous analysis data should be erased. (This gives the possibility to work seamlessly with map loader plugins like SwissArmyKnife, etc). - Added new commands (old ones have been deprecated) xanal selection : Performs a selection analysis xanal function : Performs a function analysis xanal exe : Performs an entire executable analysis xanalremove selection : Removes a previous selection analysis xanalremove function : Removes a previous function analysis xanalremove exe : Removes a previous entire executable analysis xanal help : Brings up to the log window some help text - Fixed automatic analysis not launching on startup (Closes #18 ) - Fixed various api definition files (Closes #17 )
- Loading branch information
1 parent
b731823
commit b61051c
Showing
41 changed files
with
2,404 additions
and
2,124 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[SystemFunction036] | ||
ParamCount=0 | ||
SourceModule=advapi32.api | ||
@=SystemFunction036 | ||
[SystemFunction040] | ||
ParamCount=0 | ||
SourceModule=advapi32.api | ||
@=SystemFunction040 | ||
[SystemFunction041] | ||
ParamCount=0 | ||
SourceModule=advapi32.api | ||
@=SystemFunction041 |
Oops, something went wrong.