zalo / PyWebMem

Proof of Concept for Shared Memory with the Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyWebMem

Proof of Concept for a high-speed shared memory communication protocol with the browser.

PyWebMem Connecting to the Demo WebPage

The Python script main.py will scan for instances of chrome.exe, and search for the magic ints 0123456789 and 987654321 to demarcate a shared memory zone. It will then write directly into the memory of the Javascript interpreter, which will copy that data into a canvas for display.

It is currently very brittle! (But this can be improved over time)

Dependencies

  • mem_edit (GPLv3 Python Memory Scanner)

About

Proof of Concept for Shared Memory with the Browser

License:GNU Affero General Public License v3.0


Languages

Language:Python 92.2%Language:JavaScript 4.7%Language:HTML 3.1%