Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use PE runtime function tables for finding function start addressesv1.1.1 | Matthijs Lavrijsen | 2021-01-30 |
| | |||
* | Fix two dumb mistakes that were cancelling each other out | Mattiwatti | 2019-05-06 |
| | | | | PE section names must be null terminated because they are not guaranteed to be. However they must be null terminated at 8 characters, not at the length of the string that happens to be relevant for whatever reason. This would have led to false positives when finding sections, were it not for the off-by-one error that was keeping an additional character in the buffer | ||
* | Initial commitv1.0 | Mattiwatti | 2019-03-25 |