SkillAgentSearch skills...

Mjolner

Cycript backend powered by Frida.

Install / Use

/learn @nowsecure/Mjolner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Mjølner

Cycript compatible runtime powered by Frida.

Example

const mjolner = require('mjolner');

mjolner.register();

const puts = int.functionWith(char.constant().pointerTo())(dlsym(RTLD_DEFAULT, 'puts'));
/*
 * ^
 * |
 *  \ Which would be the output from the cycript compiler if you wrote:
 *    extern "C" int puts(char const*)
 */

puts('Hello');

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated2y ago
Forks5

Languages

JavaScript

Security Score

80/100

Audited on Feb 2, 2024

No findings