Skip to content
/ PyWebMem Public

Proof of Concept for Shared Memory with the Browser

License

Notifications You must be signed in to change notification settings

zalo/PyWebMem

Repository files navigation

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

Resources

License

Stars

Watchers

Forks