The input is parsed as hex in GUI, but as decimal in headless: headless: ```Python >>> from binaryninja import * >>> get_address_input("PROMPT>", "getinfo") PROMPT> 10 10 ``` GUI: 