Code: Select all
newmem:
mov [base],rbx
code:
mov rax,[rbx+30]
jmp return
base:
dq 0
Code: Select all
mov rax,[rcx+rbx]
Code: Select all
newmem:
mov [base],rbx
code:
mov rax,[rbx+30]
jmp return
base:
dq 0
Code: Select all
mov rax,[rcx+rbx]
My guess is this:Navic wrote: ↑Tue Apr 29, 2025 10:27 pmI've been able to replicate how simple "highlighted item" reader scripts function from looking at other people's work. For example this works fine if I use the offset 30 when adding the base address to the table:But I can't seem to figure out how to handle it when the offset is not a number but a register. The code:Code: Select all
newmem: mov [base],rbx code: mov rax,[rbx+30] jmp return base: dq 0
Any help would be appreciated.Code: Select all
mov rax,[rcx+rbx]
Users browsing this forum: No registered users