joleeee / rebg

gdb without the b
0 stars 0 forks source link

Web interface & much more #1

Closed joleeee closed 1 year ago

joleeee commented 1 year ago

Frontend

Backend

The backend is not complete though, especially for X86_64 which has a hellolalot of possible registers. Currently only the 16 normal R-registers (rax, rbx, ...) + rip are used. Currently just gracefully ignore other "registers".

joleeee commented 1 year ago

The backend is starting to become spaghetti so merge this and then work out the backend before completing the frontend