Page 1 of 1
Life is Hard
Posted: Tue Aug 17, 2021 1:27 am
by TioEdu
how:
just do the same thing with the others. I posted this because it took me a while to figure out how to create pointers for this,
I think it might help you guys.
Re: Life is Hard
Posted: Tue Aug 17, 2021 3:17 am
by TioEdu
how PART 2:
When two values appear, just see which one is counting and it is already in the register position (rax), in this case [rax+00001B48].
AL/AH/AX/EAX/RAX: accumulators (accumulate values)
CL/CH/CX/ECX/RCX: Counter (for use with loops and strings)
it cannot be the repeater (rcx) in this case, because you don't want the repeat value, you want the accumulate value.
Re: Life is Hard
Posted: Wed Aug 18, 2021 8:09 am
by TioEdu
it will take a while to load them all, so it's best to activate only what you need.
Re: Life is Hard
Posted: Wed Aug 18, 2021 11:27 am
by Sanankazn
Huge thanks!! I will [Link], definitely!