Skip to content

Commit

Permalink
Add string searching. Minor bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
idiom committed Oct 10, 2023
1 parent 1f29c92 commit 790935a
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 142 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ When the `Search Preview` option is enabled, the plugin will display a preview o
<img width="600" alt="Example Results" src="imgs/search_preview.png?raw=true">
</p>

### String Searching

To search for a specific string select the string within the _Strings subview_ or the address where is referenced.

<p align="center">
<img width="600" alt="String Search" src="imgs/string_search_example.png?raw=true">
</p>


### Results

The results window shows a summary of the search results, followed by a table of the raw results. If the pattern is a
Expand All @@ -54,7 +63,6 @@ The plugin has the following configuration options that can be set via the plugi
<img width="400" alt="Example Results" src="imgs/config.png?raw=true">
</p>


- **API Key** - Your Unpac.me API key. This can be found in your account settings on [Unpac.me](https://www.unpac.me/account#/). We use the keyring module
to store the API token within the system keyring.
- **Log Level** - Set the log verbosity.
Expand Down
Binary file added imgs/string_search_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 790935a

Please sign in to comment.