mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
replace ppid and pid fields with process in thread address
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
@@ -70,8 +70,7 @@ class ThreadAddress(Address):
|
||||
|
||||
def __init__(self, process: ProcessAddress, tid: int):
|
||||
assert tid >= 0
|
||||
self.ppid = process.ppid
|
||||
self.pid = process.pid
|
||||
self.process = process
|
||||
self.tid = tid
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user