Welcome to The Bytecode Club - Reverse Engineering Forum
The Bytecode Club is an open community for software developers. We welcome everyone to come and learn with us and explore everything that programming has to offer! We specialize in Bytecode but we welcome programmers from all corners of the world no matter what language they use! Feel free to post your ideas, libraries, code or thoughts here.
We also have an active discord community, feel free to join us there as well!
(02-10-2015, 06:54 AM)okami6015 Wrote: hi guys , can i read memory values with use adb shell ?
It wouldn't be straightforward or performant, but it is technically feasible. You'd still have to root the device, but as root you could read /proc/<pid>/mem for the CoC process.