-
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.
Mov instruction manipulating esp and ebp added to plugin to detect mo…
…re args (#22) * Arguments passed using mov instruction (mov* [ebp*], ... or mov* [esp*], ...) are recognized, Functions ending with Stub are also recognized, small bugfix with string concatenation * Ignoring instructions of prolog and epilog when trying to detect arguments of functions * Avoid putting same comments duplicated whenever analysis is done again * Reverted back to VS2013 since appveyor was failing the build (untested here, dont have VS2013) * Update xAnalyzer.vcxproj * Update xanalyzer.cpp
- Loading branch information
1 parent
84f4f0b
commit 2f09732
Showing
5 changed files
with
48 additions
and
17 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
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
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