add simple objc hooking by modifying the method pointer

This commit is contained in:
2024-02-09 14:01:34 +07:00
parent 901f1ed819
commit f795e9b99d
5 changed files with 453 additions and 27 deletions

View File

@ -46,6 +46,8 @@ func (printer *InfoPrinter) Print() {
)
}
mc.CollectObjectiveCClasses()
fmt.Println("======")
}
}