olliz0r / sys-botbase

GNU General Public License v3.0
430 stars 88 forks source link

Reading/writing memory relative to main and heap bases #38

Closed mariopossamato closed 3 years ago

mariopossamato commented 3 years ago

Is reading/writing x bytes of consecutive memory relative to main and heap bases implemented?

Thanks!

olliz0r commented 3 years ago

yes, see the example at https://github.com/olliz0r/sys-botbase/blob/master/example_PokemonSwSh_SurpriseTrade.py to see how peek (read) and poke (write) works