mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Add VMRayanalysis model and call parser
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
from typing import Any, Dict, List, Union, Literal, Optional
|
||||
from pydantic_xml import BaseXmlModel, attr, element
|
||||
|
||||
#
|
||||
##
|
||||
class Param(BaseXmlModel):
|
||||
name: str = attr()
|
||||
type: str = attr()
|
||||
|
||||
Reference in New Issue
Block a user