Accenture / VulFi

IDA Pro plugin for query based searching within the binary useful mainly for vulnerability research.
Apache License 2.0
534 stars 63 forks source link

added `vsprintf_like` rules #5

Closed VoidSec closed 1 year ago

VoidSec commented 1 year ago

sometimes IDA will utilize the vsprintf_like syntax to mark functions. This rules will "capture" this specific case

Martyx00 commented 1 year ago

Nice catch :)