Commit Graph

21 Commits

Author SHA1 Message Date
olari
e0e0f2be99 update 2021-06-05 21:10:25 +03:00
Aidan Khoury
807cffd9de Update Main.cpp 2020-05-06 11:08:00 -03:00
gir489
c40b21afcc Fixed Issue #19
Verbose signatures fail despite working with sequence of bytes.
2018-11-21 16:25:50 -05:00
gir489
b5b13f90cb Fixed Issue #16 - Infinite Loop scenario could occur on ambiguous function tails. 2018-07-13 08:13:27 -04:00
dude719
c34ce46871 Iterator cleanup. 2018-07-10 13:39:42 -03:00
dude719
65a84ce537 Merge branch 'master' of https://github.com/dude719/SigMaker-x64 2018-07-10 13:15:17 -03:00
dude719
40098171b7 Added post build events instead of setting the output file. 2018-07-10 13:14:42 -03:00
valentin
613922f3dd Fixed signature iterator loop. We must reduce the iterator because the call qvector::erase() shifts vector and causes skipping elements of iterator in the loop. This cause crashes in some situations. 2018-07-10 11:03:47 +03: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
gir489
a35b58fd61 Removed extraneous dwAddress initializer. 2018-06-15 08:18:01 -05: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
Dedmen Miller
1323c93d10 Enable SigMaker for ELF binaries
Don't filter by filetype
2018-04-09 09:44:10 +02: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
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
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
dude719
8238992821 Add project files. 2017-11-07 00:33:25 -04:00