Hello, I was curious if anyone had a solution or a...
# getting-started
a
Hello, I was curious if anyone had a solution or alternative library they could point me towards for locating memory regions after acquiring a process. I'm using this library currently: https://github.com/Jire/Kotmem , but my goal is to find a process by name (done), and then which memory regions/pages it owns, and finally which ones are unguarded and read/write. Having only been using Java for some time, I'm fairly new to memory interfacing in general, so help/search suggestions with any aspect of my overall goal is a step in the right direction.