facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.13k stars 803 forks source link

Handle integer base automatically #236

Closed kastiglione closed 6 years ago

kastiglione commented 6 years ago

Assuming int values are are hex strings is incorrect. Pass a base of0 to automatically handle hex and decimal.