Skip to content

em1Nlls/android-system-exit-hook-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Android System Exit Hook

This repository contains a Frida script designed to connect to the System.exit() method of Android applications. This script logs the exit code each time System.exit() is called and prevents the application from exiting.

Script Overview

The code binds to the java.lang.System class and overrides the exit(int) method to log the exit code and stop the application from terminating.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published