joleeee / rebg

gdb without the b
0 stars 0 forks source link

Proper register handling #6

Closed joleeee closed 1 year ago

joleeee commented 1 year ago

We need to figure out how to properly handle registers.

  1. [x] Pre-generate all the strings for an architecture. i.e. RegId -> String
  2. [x] Easily convert pseudoregs into their fullwidth equivalent. i.e. eax -> rax and w0 -> x0.