Skip to content

Commit

Permalink
1.4 - Destructors detection
Browse files Browse the repository at this point in the history
  • Loading branch information
CySHell committed Nov 6, 2022
1 parent 3cbeda3 commit 3a44d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def IsDestructor(bv: bn.binaryview, potential_destructor: bn.function.Function)


def VerifyConstructor(bv: bn.binaryview, potential_constructor: bn.function.Function, found_constructors: int) -> bool:
# The heuristics used here will locate both the constructors and desctructors.
# The heuristics used here will locate both the constructors and destructors.
# It is not easy to automatically distinguish between the two.
func_type = "Constructor"
try:
Expand Down

0 comments on commit 3a44d8a

Please sign in to comment.