Skip to content

Tools for inspecting C++ code and STL objects with Frida

License

Notifications You must be signed in to change notification settings

underwood999/frida-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tools for inspecting C++ code and STL objects with Frida

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%