Willi Ballenthin

Results 256 issues of Willi Ballenthin

malware that uses a stackstrings-like technique to initialize a global string will not be detected by the stackstrings extractor, since we currently inspect only the active stack frame. the decoding...

question

https://github.com/fireeye/speakeasy/

e4732a029fdd3aaebd689481f7e0a57e

dotnet may emit accessor/mutators (getter/setters) for some fields rather than direct field access. how do we recognize and emit these features?

question
dotnet

methods interact with various types, including both primitive objects (u8) and classes. sometimes we see method/property access to the classes, which can be represented by things like `API` (and maybe...

enhancement
question
dotnet

https://github.com/rizinorg/sigdb

enhancement

_Originally posted by @williballenthin in https://github.com/mandiant/capa/pull/1080#discussion_r912047439_ ideally, we want to be able to install capa simply by doing `pip install flare-capa` and/or fetching the standalone executable from github (generated via...