Pymem icon indicating copy to clipboard operation
Pymem copied to clipboard

Cross-platform Pymem

Open qb-0 opened this issue 3 years ago • 2 comments

I've made a few test's on linux and realized that a lot of code from Pymem can be used on linux aswell. Could be some nice feature for the future.

https://github.com/qb-0/PymemLinux

qb-0 avatar Oct 26 '21 20:10 qb-0

I think this would be pretty cool, but there are a few things I'm not sure how we would do such as allocating and freeing memory and injecting dlls

StarrFox avatar Oct 13 '22 12:10 StarrFox

Unfortunately there are no native ways to do that. Operations like that work with injecting syscalls into a remote process with ptrace.

I've made some first tests with it on my library. https://github.com/qb-0/pyMeow/blob/master/src/ptrace.nim#L428 I could give it a try in python as well.

qb-0 avatar Oct 13 '22 23:10 qb-0