Android Function Interposition Hook Library Interposition System Calls How To Hook System Calls Of My Android App September 08, 2024 Post a Comment I want to intercept the connect() system call and use my own custom implementation. The custom impl… Read more How To Hook System Calls Of My Android App
Android Build Cordova Hook Ios Cordova Hook And Access To Build Settings June 08, 2024 Post a Comment During a hook for Cordova on for example before_build/before_prepare: cordova build -> before pr… Read more Cordova Hook And Access To Build Settings