live · scanning repos
Scanrepo
github.com
github.com / fandombreh

fandombreh/Ghidra-Roblox-Internal-Dumper

C++·25 files·commit 574532b·scanned 5d ago·cached ✓
28/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
Research / educational context
threat-state: lowlive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.publish.py
    """Run a shell command, return (success, stdout, stderr)."""
    result = subprocess.run(cmd, shell=True, capture_output=True, text=True, encoding='utf-8', errors='replace')
    if not silent and ...
+4
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Ghidra/analyze_roblox.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.Ghidra/find_patterns.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Ghidra/import_offsets.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.publish.py+3
infoSuspicious file in repoExecutable file (Create-Release.ps1) in repositoryCreate-Release.ps1+2
infoSuspicious file in repoExecutable file (run.bat) in repositoryrun.bat+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

6 files scanned @ 574532b | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration0
file system access0
obfuscation12
supply chain4
owasp / injection0
telemetry
files 6/25rules hit 8engine v5commit 574532b

github

fandombreh/Ghidra-Roblox-Internal-Dumper

this is a internal offsets roblox dumper that uses ghidra to find a lot of offsets

C++
7
5
115d
25 files
6 scanned(24%)
574532b

architecture░▒▓

entry (0) flagged (4) pkg (9)
14 nodes · 18 edgesscroll to zoom · click node to jump to finding