Block or Report
Block or report williballenthin
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
mandiant/flare-floss Public
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
-
mandiant/capa Public
The FLARE team's open-source tool to identify capabilities in executable files.
-
-
-
1,296 contributions in the last year
Less
More
Contribution activity
March 2023
Created a pull request in mandiant/capa-rules that received 23 comments
Opened 2 other pull requests in 2 repositories
vivisect/vivisect
1
open
atlas0fd00m/vivisect
1
closed
Reviewed 27 pull requests in 7 repositories
mandiant/capa
13 pull requests
- Update import-to-ida.py
- Update bulk-process.py
- Update import-to-bn.py
- code style : update remaining files
- code style: update lint.py
- WIP: proto translation
- build(deps): bump tqdm from 4.64.1 to 4.65.0
- feature: support for OS override
- Add Binja backend
- explorer: improve embedded PE detection
- update dependencies and fix
- dotnet: add support for basic blocks
- Fix byte/string extraction and unit tests
mandiant/flare-floss
7 pull requests
mandiant/capa-rules
2 pull requests
mandiant/speakeasy
2 pull requests
mandiant/flare-ida
1 pull request
williballenthin/python-evtx
1 pull request
williballenthin/viv-utils
1 pull request
Created an issue in mandiant/capa-rules that received 2 comments
slow regex in reference-absolute-stream-path-on-windows.yml
i think this inner term: (\\((?![\<\>\"\/\|\*\?])[\x20-\x7E])+)+
with the input string above reduces to something like:
(\\(\)+)+
and is problemati…
2
comments