-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add string searching. Minor bug fixes.
- Loading branch information
Showing
4 changed files
with
349 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
# Changelog | ||
|
||
## 1.1.0 - 2023-10-09 | ||
|
||
- Added support for String Searching | ||
- Updated to use new `bytes` search prefix instead of `string.hex` | ||
- Fixed error logging in several places | ||
- Tested with IDA 8.3 | ||
- Minor fixes and updates | ||
|
||
## 1.0.2 - 2023-07-11 | ||
|
||
### Added | ||
- Copy results from the results window | ||
|
||
### Changed | ||
- Code cleanup | ||
|
||
## 1.0.1 - 2023-07-02 | ||
|
||
### Changed | ||
- Updated version | ||
|
||
## 1.01 - 2023-06-29 | ||
|
||
### Fixed | ||
- Fixed a bug with x64 sample search | ||
- Fixed a bug with no malware family in results | ||
|
||
## 1.0 - 2023-06-23 | ||
|
||
### Added | ||
- Initial Release |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.