Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hook

How To Hook System Calls Of My Android App

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

Cordova Hook And Access To Build Settings

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