Skip to content

Geluchat/v8_dll_resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

v8_dll_resolver

A javascript dll resolver for v8.

Note this require 4 functions in order to work :

  • read32(addr) -> read 32bits at addr
  • read64(addr) -> read 64bits at addr
  • addrof(obj) -> get address of obj
  • readStr(addr,tolower=false) -> read string at addr (see example script)

Example: Resolving dll on the starCTF oob challenge (script):

example

About

A javascript dll resolver for v8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published