Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 789 Bytes

File metadata and controls

17 lines (11 loc) · 789 Bytes

DENIM Reverse Engineering Dynamic Analysis

Installation

Prerequisites

  1. NodeJS (tested in version v18.20.7)
  2. NodeProf

Setup

The JavaScript dynamic analysis is done using NodeProf, a dynamic analysis framework for NodeJS [4]. Please refer to their repository for installation instructions. NOTE: despite this library is made for Windows and Unix (Linux/macOS), this was only tested on macOS.

  1. Create a lib folder in project root.
  2. Include your NodeProf workspace in the lib directory, as explained on their repository. The module should include the ./lib/workspace-nodeprof directory.