mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
main.py rdoc.Metadata creation: revert to usage of as_posix() within the call to rdoc.Sample()
This commit is contained in:
@@ -1021,7 +1021,7 @@ def collect_metadata(
|
||||
md5=md5,
|
||||
sha1=sha1,
|
||||
sha256=sha256,
|
||||
path=str(Path(sample_path).resolve()),
|
||||
path=Path(sample_path).resolve().as_posix(),
|
||||
),
|
||||
flavor=flavor,
|
||||
analysis=get_sample_analysis(
|
||||
|
||||
Reference in New Issue
Block a user