Detection Logic
pe.is_dll() and
filesize < 100KB and
for any export in pe.export_details: (
$c in (export.offset..export.offset+100)
) Field Validations
Loading…
Comments (0)
Loading comments...
pe.is_dll() and
filesize < 100KB and
for any export in pe.export_details: (
$c in (export.offset..export.offset+100)
) Loading…
Loading comments...