Rdbo

Results 59 issues of Rdbo

`libmem.LM_EnumProcess` feels verbose for Python. Instead, something like this: `libmem.enum_processes` would be more welcome

Would be more useful to match against a regex than just a name/path

This will make it easier to find crashes and problems when debugging

Now that the processes store their architecture in `lm_process_t`, perhaps the use of `process->bits` is no longer required (or should be minimized) Another thing that should be analyzed is functions...

When reading memory in Python, the function will return an array of bytes It's annoying to unpack it into a Python value all the time, so there should be a...

E.g `client.dll` will match against `nottheclient.dll` It should try as hard as it can to match `client.dll` only, and only match path if there is no alternative or smth

I just installed `rvm` with `\curl -sSL https://get.rvm.io | bash -s stable` and I'm getting: ``` /bin/sh: /home/user/.rvm/scripts/rvm: line 10: builtin: not found ``` This `builtin` command is not available...