Ngrev : Tool For Reverse Engineering of Angular Applications

Graphical tool for reverse engineering of Angular projects. Ngrev allows you to navigate in the structure of your application and observe the relationship between the different modules, providers, and directives. The tool performs static code analysis which means that you don’t have to run your application in order to use it.

How To Use?

macOS

  • Go to the releases page.
  • Download the latest *.dmg file.
  • Install the application.

Linux

  • Go to the releases page.
  • Download the latest *.AppImage file.
  • Run the *.AppImage file (you may need to chmod +x *.AppImage).

Windows

  • Go to the releases page.
  • Download the latest *.exe file.
  • Install the application.

Also Read – RetDec : RetDec Is A Retargetable Machine-Code Decompiler Based On LLVM

Creating A Custom Theme

You can add your own theme by creating a [theme-name].theme.json file in Electron [userData]/themes. For a sample theme see Dark.

Application Requirements

Your application needs to be compatible with the Angular’s AoT compiler (i.e. you should be able to compile it with ngc).

Using with Angular CLI

  • Open the Angular’s application directory.
  • Make sure the dependencies are installed.
  • Open ngrev.
  • Click on Select Project and select [YOUR_CLI_APP]/src/tsconfig.app.json.

Using with Angular Seed

  • Open the Angular’s application directory.
  • Make sure the dependencies are installed.
  • Open ngrev.
  • Click on Select Project and select [YOUR_CLI_APP]/src/client/tsconfig.json.

Demo

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

2 days ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

2 days ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

4 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

7 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago