Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
-
Forked from fireeye/flare-floss
FireEye Labs Obfuscated String Solver - Automatically extract obfuscated strings from malware.
Python
198 contributions in the last year
Contribution activity
July 2020
Created a pull request in fireeye/capa that received 2 comments
account for Windows paths
posixpath.normpath does not alter Windows backslash paths
+6
−2
•
2
comments
- doc: add license
- main: fix version and reorder options
- remove testbed scripts
- Update setup.py
- doc: add usage examples
- update README
- main: output updates
- increase stack cookie byte delta
- set rule scopes
- remove unused function.py file
- ensure string feature values are strings, tests
- only allow supported scopes
- fix render, cleanup feature string display
- Fix rule linter and run it in the CI GitHub action
- main: fix version and reorder options
- ci: Add GitHub action for style checkers
- capa explorer: add file menu option to export capa results
- Add rules number badge to README
- update README
- main: output updates
- Fix testbed
- add import to IDA script
- move CI files into .github directory
- add cli option --color
- fix #111
- #102 #87
- #28 contributing guide
- Remove args from Features
- Output feature count
- render: simplify metadata display
- Remove stale capa features function imports
- Document how to install development dependencies
- Fix misplaced type annotation
- fix #78 count bb
- render: report header and metadata
- pyinstaller working on linux/py2
- Allow to add a description for every feature
- Fix KeyError in Range#evaluate()
- Some pull request reviews not shown.
Created an issue in fireeye/capa that received 6 comments
vivisect extractor: bytes features for immediate operands
currently this gets bytes features for many invalid immediate operators
if isinstance(oper, envi.archs.i386.disasm.i386ImmOper): v = oper.getOperV…
6
comments
- Rule generator IDA Pro plugin
- -q output: none for packed sample
- doc: update example in readme
- Update or temporarily remove IDA rule generator plugin
- Update setup.py, doc: install rules in git submodule
- include reference to function that contains a given bb in json doc
- Reduce info output and output modes
- output feature count
- capa explorer fails on Python 2, IDA 7.5
- simplify metadata rendering
- count basic block
- update serialization of characteristic feature
- count: 0 - range fails if no feature extracted
- vivisect/viv-utils - Exception: Invalid File: shellcode