Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 72584a3

Browse files
authored
Merge pull request #57 from frankschlegel/patch-1
Added missing import
2 parents d12b5a6 + fe74dea commit 72584a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DyldExtractor/objc/objc_structs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from ctypes import (
22
c_int32,
33
c_uint32,
4+
c_int64,
45
c_uint64
56
)
67

0 commit comments

Comments
 (0)