Process RAM

From wxHexEditor
Revision as of 00:13, 22 February 2014 by EUA (talk | contribs) (Created page with "wxHexEditor could open a process memory space at least under Linux. You need to have enough permissions to do that. (I mean, root) '''Devices -> Open Process RAM -> Enter PI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wxHexEditor could open a process memory space at least under Linux.

You need to have enough permissions to do that. (I mean, root)

Devices -> Open Process RAM -> Enter PID -> Click OK

Also you can open the PID with using this command line on start up:

wxHexEditor --pid=<PID>

Not that, this feature just for reading.

Writing into process ram is unreliable under current wxHexEditor versions and not advised to use, but free to try.