Hello World

by
4 views 10bc3c00...

Description

Just a simple demonstration project :)

How to Use

Download the script and run it with Frida CLI:

Download Script

Then run with Frida:

frida -U -f YOUR_PACKAGE_NAME -l hello-world.js

Replace YOUR_PACKAGE_NAME with the target app's package name.

Source Code

JavaScript
console.log(' /$$   /$$           /$$ /$$                 /$$      /$$                     /$$       /$$ /$$');
console.log('| $$  | $$          | $$| $$                | $$  /$ | $$                    | $$      | $$| $$');
console.log('| $$  | $$  /$$$$$$ | $$| $$  /$$$$$$       | $$ /$$$| $$  /$$$$$$   /$$$$$$ | $$  /$$$$$$$| $$');
console.log('| $$$$$$$$ /$$__  $$| $$| $$ /$$__  $$      | $$/$$ $$ $$ /$$__  $$ /$$__  $$| $$ /$$__  $$| $$');
console.log('| $$__  $$| $$$$$$$$| $$| $$| $$  \\ $$      | $$$$_  $$$$| $$  \\ $$| $$  \\__/| $$| $$  | $$|__/');
console.log('| $$  | $$| $$_____/| $$| $$| $$  | $$      | $$$/ \\  $$$| $$  | $$| $$      | $$| $$  | $$    ');
console.log('| $$  | $$|  $$$$$$$| $$| $$|  $$$$$$/      | $$/   \\  $$|  $$$$$$/| $$      | $$|  $$$$$$$ /$$');
console.log('|__/  |__/ \\_______/|__/|__/ \\______/       |__/     \\__/ \\______/ |__/      |__/ \\_______/|__/');
Share this script:
Twitter LinkedIn

Comments

Login or Sign up to leave a comment.
Loading comments...