Commit Graph

28 Commits

Author SHA1 Message Date
Aidan Khoury
1ec918f3cb Merge pull request #12 from gir489/master
Added failure scenario for AutoGenerate
2018-07-02 17:00:57 -03:00
Robert Blody
d915020e82 Updated README.md
Grammar changes.
2018-07-01 19:23:31 -04:00
gir489
fc4a76dd4f Added failure scenario to AutoGenerate function, to prevent Run-Time Check Failure #3 - The variable 'SigIterator' is being used without being initialized. 2018-07-01 14:18:41 -04:00
Aidan Khoury
7a634c7fde Merge pull request #11 from gir489/master
Removed extraneous dwAddress initializer.
2018-06-15 10:57:55 -03:00
gir489
a35b58fd61 Removed extraneous dwAddress initializer. 2018-06-15 08:18:01 -05:00
Aidan Khoury
e5eb717086 Merge pull request #10 from gir489/master
Refactored SearchForSigs to use omin_ea
2018-06-15 00:10:06 -03:00
gir489
80df891be9 Removed extraneous includes from Includes.h. 2018-06-14 21:33:51 -05:00
gir489
a8422ba964 Refactored SearchForSigs to use omin_ea to maintain consistency with whatever IDA is showing in the address bars. (This removes the need for __EA64__ awareness.)
Added a more helpful README.md to the project.
Resolved project warnings.
2018-06-14 21:04:55 -05:00
Aidan Khoury
1117b9f872 Update README.md 2018-05-25 08:42:41 -03:00
Aidan Khoury
18e9e31970 Merge pull request #7 from dedmen/patch-1
Enable SigMaker for ELF binaries
2018-04-09 10:41:46 -03:00
Dedmen Miller
1323c93d10 Enable SigMaker for ELF binaries
Don't filter by filetype
2018-04-09 09:44:10 +02:00
Aidan Khoury
d06aae499b Update README.md 2018-02-05 20:39:27 -04:00
Aidan Khoury
524b6fa336 Merge pull request #6 from gir489/master
Search erroneously uses X64 instead of EA64.
2018-02-05 20:36:35 -04:00
gir489
b62803ebb6 Fixed an issue with the IDA 32-bit version not producing the correct clickable address. 2018-02-05 19:34:10 -05:00
Aidan Khoury
ef1e2a0d0b Merge pull request #4 from gir489/master
Fixed GitHub Issue #3 (Test IDA signature on 64-bit doesn't produce c…
2018-02-05 20:29:12 -04:00
gir489
8a61f4c6df Removed obsolete x86 build.
Removed __X64__ from preprocessor definitions.
Fixed Debug build using Release64.
Fixed Debug/Release not using the proper LIB folder for a fresh IDA 7.0 SDK.
2018-02-05 19:25:26 -05:00
gir489
b08c13ed4e Changed "sig found at" address casing to match that of the IDA Text View window. 2018-02-05 17:05:26 -05:00
gir489
2da11b7d20 Fixed GitHub Issue #3 (Test IDA signature on 64-bit doesn't produce clickable addresses) 2018-02-05 16:59:47 -05:00
Aidan Khoury
a67cfd3ed0 Update README.md 2017-11-07 12:15:22 -04:00
Aidan Khoury
1b9e84ce41 Update README.md 2017-11-07 12:14:59 -04:00
Aidan Khoury
56657ad797 Update README.md 2017-11-07 12:14:51 -04:00
Aidan Khoury
384ecc8743 Update README.md 2017-11-07 12:14:41 -04:00
dude719
2a7a803663 Final push 2017-11-07 12:03:44 -04:00
dude719
ed807b7373 Builds now load for 32-bit IDA. 2017-11-07 11:54:53 -04:00
dude719
5ceed68a50 Options fix + cleanup 2017-11-07 01:55:06 -04:00
Aidan Khoury
07b19b74bc Create README.md 2017-11-07 00:36:33 -04:00
dude719
8238992821 Add project files. 2017-11-07 00:33:25 -04:00
dude719
b9dd47e84d Add .gitignore and .gitattributes. 2017-11-07 00:33:22 -04:00