# JSREI/ast-hook-for-js-RE

浏览器内存漫游解决方案（探索中...）

Repository: https://github.com/JSREI/ast-hook-for-js-RE
Canonical: https://ross.abutalabs.com/products/ast-hook-for-js-re
Language: JavaScript
License: NOASSERTION
License Family: other
Topics: crawler, js-reverse
Last push: 2024-05-07T17:36:48+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2056, "days_push": 848, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1912, forks 453 (observed 2026-08-28T04:05:53.380463+00:00)

## What it is
A browser memory roaming tool for JavaScript reverse engineering that hooks variable assignments via AST-transformed proxy responses. It lets you search captured variable values (e.g., encrypted request parameters) to locate the code that generated them.

## Use cases
- locate encryption logic for request parameters in javascript
- trace where an encrypted string is generated in a web page
- variable-level packet capture in the browser
- reverse engineer javascript anti-scraping parameters
- find code position of a token or signature in chrome
- hook dynamically injected scripts on a website

## When to choose
- you need a generic, site-agnostic way to find where encrypted parameters are produced
- parameter-name searches or lightweight userscript hooks fail to locate the encryption code
- you want to inspect variable value changes across an entire page

## When to avoid
- you only need simple network request inspection - Chrome DevTools suffices
- you need a polished, stable tool - the project is exploratory with a single main feature
- you need browser support beyond Chrome

## Facets
- artifact type: cli-tool
- maturity: experimental
- function: reverse-engineering, web-scraping, parser, proxy, developer-tools
- domain: reverse-engineering, security, crawlers, web-development, developer-tools
- platform: browser, cli, cross-platform
- tags: js-reverse, ast-hook, anyproxy, memory-roaming, hook-injection, encryption-parameter-locating, nodejs

## Member repositories
- JSREI/ast-hook-for-js-RE (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.380463+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:19:39.835298+00:00, confidence not recorded.
  - readme: https://github.com/JSREI/ast-hook-for-js-RE (fetched 2026-08-28T04:05:53.380463+00:00, sha 59324800f789)
- Data as of 2026-08-30T08:39:29.467469+00:00.
