You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
*[`Memory scan`](#memory-scan)
19
19
*[`Stalker`](#stalker)
20
20
*[`Cpp Demangler`](#cpp-demangler)
21
+
*[`Early hook`](#early-hook)
21
22
22
23
</details>
23
24
@@ -2227,6 +2228,52 @@ TODO
2227
2228
<br>[⬆ Back to top](#table-of-contents)
2228
2229
2229
2230
2231
+
#### Early hook
2232
+
2233
+
Set hooks before DT_INIT_ARRAY ( [source](https://cs.android.com/android/platform/superproject/+/master:bionic/linker/linker_soinfo.cpp;l=386;drc=android-8.0.0_r1?q=call_constructor&ss=android%2Fplatform%2Fsuperproject) )
0 commit comments