qb

Results 27 comments of qb

> I update my NVidia Drivers Card, I also runned Driver Booster, I installed "https://developer.nvidia.com/opengl-driver", and the problem isn't solved. Interesting. Not sure what exactly causes that as I'm also...

This has been solved on discord: The notebook was using the onboard graphic card.

How exactly did you called `aob_scan`. If the `moduleName` argument isn't correct you will do a process scan. Modulescan's should be fast enough. But yes I'm still working on the...

This can be closed since `read_ctype` can easily replace that.

Interesting. Which distro do you use? Also do any of these give some useful output?: ``` enum_processes(): Process (iterator) pid_exists(pid: int): bool process_exists(processName: string): bool get_process_id(processName: string): int get_process_name(pid: int):...

> I use OpenSuse as main distro. I´ve tried to call these functions but none of then works as expected. I realized the import statement broken the application `import pyMeow...

Mh, last thing I would try is uninstalling pyMeow via pip and importing the compiled one directly (just place the .so next to a script). You could play with the...

If it helps the Matrix is currently located in `client_client.so + 0x22B7A64`

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...

Thank you for the pr. Why is the process path relevant in the process structure? Why did `get_process_path` need to be changed? And yes, the Linux version works. We should...