mjolner
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

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');

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mjolner

    Weekly Downloads

    2

    Version

    5.0.0

    License

    MIT

    Unpacked Size

    50.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • oleavr