Skip to content

Commit

Permalink
Merge pull request #57 from frankschlegel/patch-1
Browse files Browse the repository at this point in the history
Added missing import
  • Loading branch information
arandomdev authored Jun 21, 2023
2 parents d12b5a6 + fe74dea commit 72584a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DyldExtractor/objc/objc_structs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from ctypes import (
c_int32,
c_uint32,
c_int64,
c_uint64
)

Expand Down

0 comments on commit 72584a3

Please sign in to comment.