Paul Sorensen
Paul Sorensen
This fixes the issue where a compiler puts multiple case statements on the same line and then has a conflict between the two. For example, for whatever reason, somebody wanted...
I like how you have the `await` macro built, but it wasn't usable from a synchronous function like `main`, so I made this alternative. I know it isn't super necessary,...
This pull request does rely on #10 and #11 so until then it will remain a Draft: I created another sample program that I believe will be helpful for those...
A tidy way to wrap an async function with the state initialization and close off the switch with the ASYNC_DONE
The timer functionality is really useful and I'm using it in other sample programs myself. For effective code reuse, I refactored it out. Also, I added the `async_sleep` function.
This request utilizes the suggested macro design by @naasking in #7 I've demo'd its usage in the `example-small.c`
**Is your feature request related to a problem? Please describe.** Currently, you can add a new flag from the disassembly widget from the right click menu and a keyboard shortcut....
**Is your feature request related to a problem? Please describe.** When selecting multiple addresses in the disassembly widget, adding a new flag chooses the last address as the starting address...
**Is your feature request related to a problem? Please describe.** When you double click on a flag in the flags window, you are immediately taken there in your synchronized windows...
**Is your feature request related to a problem? Please describe.** I would love to use Cutter as a modern, highly featured hex editor. Currently, you can edit data in the...