mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
add imagebase to IDA meta data
This commit is contained in:
@@ -103,6 +103,7 @@ def collect_metadata():
|
||||
"analysis": {
|
||||
"format": idaapi.get_file_type_name(),
|
||||
"extractor": "ida",
|
||||
"base_address": idaapi.get_imagebase(),
|
||||
},
|
||||
"version": capa.version.__version__,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user