rkr35 / drg

An injectable .DLL that allows players to write custom modifications for Deep Rock Galactic.
9 stars 6 forks source link

Implement no panic hex formatting #12

Closed rkr35 closed 2 years ago

rkr35 commented 3 years ago

core's {:x} has a panic branch. Implement our own without panics.

We need hex formatting to print pointers and offsets. Right now we're printing them as decimal and converting manually.

rkr35 commented 2 years ago

Done in the two referenced commits.