Inject a DLL with a Python interpreter into a process, then use pure Python to access process functions and variables!
Stars
13
Forks
0
Watchers
13
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
keys via WndProc almost working, just crashes randomly (threading issue?)
b121600View on GitHub__fastcall tested to work, just gotta fix clobbering of EBX and it's done
ea904cfView on GitHubfastcall not entirely functional, CALL ECX sometimes fails, and something's fishy with arguments
29f40c0View on GitHubtrial fastcall implemented, along with asm module needed to make it possible
0c4c4aaView on GitHub