Mike Hunhoff

Results 100 issues of Mike Hunhoff

Add support for wildcards and skips for `bytes` feature similar to [Yara hexadecimal strings](https://yara.readthedocs.io/en/stable/writingrules.html#hexadecimal-strings).

enhancement

we should add a check to the following code that verifies the single child statement is of the expected type: https://github.com/fireeye/capa/blob/14e65c46011aca908863a770ec925cc222dc7f93/capa/rules.py#L347-L354

enhancement

Taking a peek at the extractors it looks like `capa` assumes exports are named, but what about unnamed exports (by ordinal only)? We support matching imports by ordinal, should we...

enhancement
question

Update explorer to add highlighting to decompiler view in addition to disassembly view

enhancement
ida-explorer

capa explorer is due for a code refactor, some of the files are getting too large to remain a single file.

enhancement
ida-explorer

Update explorer to cache extracted features for multiple runs. This is especially useful when making multiple successive runs while testing a new rule.

enhancement
ida-explorer

detect when user creates a new function and automatically re-run capa analysis to include rules matched on features extracted from the new function. depends on #318.

enhancement
ida-explorer

Register is used as index into table of string pointers @ `mimikatz:0x44EE5A`: ![snipmi_1](https://user-images.githubusercontent.com/42192796/89834670-25e9d180-db18-11ea-9937-44531f657f57.PNG) The table of string pointers @ `mimikatz:0x4475ca0` contains pointers to four strings: `capa` currently extracts the first...

enhancement

link: https://github.com/yck1509/ConfuserEx/blob/master/Confuser.Runtime/antinet/AntiManagedProfiler.cs

good first issue
rule idea

https://github.com/Outbuilt/.NET-Anti-Debug

good first issue
rule idea