pH-T

Results 4 issues of pH-T

Hi! **Is your feature request related to a problem? Please describe.** oletools does not detect the malicious macros in this sample: https://bazaar.abuse.ch/sample/907012a9e2eff4291cd1162a0f2ac726f93bad0ef57e326d5767489e89bc0b0a/ you first have to extract the embedded excel...

:+1: enhancement
question
olevba

Hi! Im trying to get a CFG/callgraph for an android app. It seems that Flowdroid is not able to "find" all methods inside the apk... The following code is used:...

Hi! Based on evtxmon I tried to come up with a minimal monitoring tool myself: ``` package main import ( "log" "github.com/0xrawsec/golang-evtx/evtx" ) func main() { ef, err := evtx.OpenDirty(`C:\Windows\System32\winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx`)...

Hi! First: thanks for your work here! Its nice to have a Jira API impl. in Go! I stumbled upon the `Unknowns` struct field of `IssueFields` and thus I think...