frida-cpp

1.1.2 • Public • Published

frida-cpp

Inspect C++ code and STL objects with Frida

Features

Introspection for the following STL classes of MSVC:

  • std::string (StdString)
  • std::vector (StdVector)
  • std::deque (StdDeque)

Example

import { StdString } from "frida-cpp";
console.log(new StdString(ptr(0x1337)));

/frida-cpp/

    Package Sidebar

    Install

    npm i frida-cpp

    Weekly Downloads

    6

    Version

    1.1.2

    License

    GPL-3.0-or-later

    Unpacked Size

    40.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • thestr4ng3r