Menu

#122 binary load using hex addresses

v1.5.1
closed
None
5
2018-07-01
2018-01-15
No

Allan Turvey's suggestion from this discussion

I've used Fuse a lot and I have a request. When loading binary data into memory, you give Fuse the address to load it into. This currently has to be in decimal. I'd like to ask that it also accept hex values, perhaps by preceding them with a #, eg instead of 32000, we would have the option to type in #7D00.

Related

Discussion: binary load using hex addresses

Discussion

  • Sergio Baldoví

    Sergio Baldoví - 2018-01-30

    The attached patch adds support for hex numbers (0x1234) in binary and pokefinder dialogs, on GTK+ and win32 UIs. I'll commit next weekend barring objections.

    It doesn't use the auto-detection of strtol() to avoid octal numbers (01234).

     
  • Sergio Baldoví

    Sergio Baldoví - 2018-02-04
    • status: open --> closed
    • assigned_to: Sergio Baldoví
    • Group: future --> NextRelease
     
  • Sergio Baldoví

    Sergio Baldoví - 2018-02-04

    Thanks. Committed in [ef19e5].

     

    Related

    Commit: [ef19e5]

  • Sergio Baldoví

    Sergio Baldoví - 2018-04-01
     
  • Sergio Baldoví

    Sergio Baldoví - 2018-04-01

    Released in v1.5.1

     
  • Fredrick Meunier

    • Group: v1.5.5 --> v1.5.1
     

Log in to post a comment.

Auth0 Logo