Bypass Chromium's App-Bound Encryption via Direct Syscall-based Reflective Process Hollowing. Extract cookies, passwords, payment methods & tokens from Chrome, Edge, Brave & Avast - fileless, user-mode, no admin required. https://primepage.de
  • C 98.2%
  • C++ 1.1%
  • Python 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-08 15:58:02 -04:00
.github/workflows remove arm64 2026-05-08 15:58:02 -04:00
.vscode v0.11 2025-06-15 16:46:31 +02:00
docs Update The_Elevator_Gets_an_Upgrade_Chrome_144_IElevator2_and_the_Mojo_Horizon.md 2026-01-25 08:59:13 +01:00
libs/sqlite v0.17.0 2025-12-24 22:50:17 +01:00
src dll 2026-05-08 15:54:15 -04:00
tools comrade 2026-02-09 19:52:34 +01:00
.gitattributes Initial commit 2024-10-27 11:58:24 +01:00
.gitignore v0.12.0 2025-06-24 21:00:00 +02:00
CHANGELOG.md 0.20.0 2026-02-05 12:54:10 +01:00
LICENSE v0.7.0 2025-05-11 11:46:40 +02:00
make.bat dll 2026-05-08 15:54:15 -04:00
README.md remove arm64 2026-05-08 15:58:02 -04:00

ChromElevator (Chrome App-Bound Encryption Decryption)

🚀 Overview

License Platform Languages Ask DeepWiki

A post-exploitation tool demonstrating a complete, in-memory bypass of Chromium's App-Bound Encryption (ABE). Made by xaitax, support xaitax's ko-fi if you enjoyed this project. This fork compiles the elevator as a DLL instead of an EXE. Check xaitax's original README for more information about how this works.

🔧 Build Instructions

Build Options:

  • make.bat build_target_dll - builds chromelevator.dll

Automated Builds with GitHub Actions

This project uses GitHub Actions to automatically build the injector executable (chromelevator.dll) for x64 architecture.

Release Package Contents:

  • chromelevator_x64.dll

📦 Supported & Tested Versions

Browser Tested Version (x64 & ARM64)
Google Chrome 144.0.7559.133
Google Chrome Beta 145.0.7632.18
Brave 1.86.148 (144.1.86.148)
Microsoft Edge 145.0.3800.36
Avast Secure Browser 143.0.33371.147

Note: Chrome/Brave/Edge 144+ use the new IElevator2 COM interface. This tool automatically uses IElevator2 when available and falls back to IElevator for older versions. Avast Secure Browser uses a custom IElevatorChrome interface with an extended vtable (12 methods, DecryptData at offset 104).

🔍 Feature Support Matrix

This matrix outlines the extraction capabilities for each supported browser.

Feature Google Chrome Microsoft Edge Brave Avast Secure Browser
Cookies ABE ABE ABE ABE
Passwords ABE ABE ABE ABE
Payment Methods ABE ABE ABE ABE
IBANs ABE N/A ABE ABE
Auth Tokens Google N/A N/A N/A

🔬 Technical Workflow

Check xaitax's original README for more information about how this works.