mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
@@ -48,6 +48,7 @@
|
||||
- decouple Token dependency / extractor and features #1139 @mr-tz
|
||||
- update pydantic model to guarantee type coercion #1176 @mike-hunhoff
|
||||
- do not overwrite version in version.py during PyInstaller build #1169 @mr-tz
|
||||
- render: fix vverbose rendering of offsets #1215 @williballenthin
|
||||
|
||||
### capa explorer IDA Pro plugin
|
||||
- fix: display instruction items #1154 @mr-tz
|
||||
|
||||
@@ -146,7 +146,7 @@ def render_feature(ostream, match: rd.Match, feature: frzf.Feature, indent=0):
|
||||
if key == "string":
|
||||
value = render_string_value(value)
|
||||
|
||||
if key == "number":
|
||||
if key in ("number", "offset"):
|
||||
assert isinstance(value, int)
|
||||
value = hex(value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user