Skip to content

Instantly share code, notes, and snippets.

@Cryptiiiic
Created December 9, 2017 19:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cryptiiiic/d0d64cde0cbd92892f034b6d22d51e2e to your computer and use it in GitHub Desktop.
Save Cryptiiiic/d0d64cde0cbd92892f034b6d22d51e2e to your computer and use it in GitHub Desktop.
Guide to finding the Zone Map offset for v0rtex
  1. Open your decompressed kernel in hopper.
  2. Go to the string tab and search for zone_init: kmem_suballoc failed
  3. Click the result that came up. You are going to want to double click on the DATA XREF=sub_fffffff.
  4. Double click on the DATA XREF to the very far right of the location you landed on.
  5. The offset will be the first qword above the location you jumped to.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment