hexpwn
hexpwn
I frequently use the "Back" feature when scanning through code; but this always returns me to the top of a file. Having the current position of a file I am...
The example `index.android.bundle` file is version 74 and not 76 ``` 00000000: c61f bc03 c103 191f 4a00 0000 d031 0a88 ........J....1.. ``` byte `0x9` should be `4c` and not `4a`
[//]: # (Thank you for taking the time to report an issue or propose an enhancement. Questions are also welcome.) [//]: # (If you have more than one item to...
Currently is macros it is possible to `wait-for-write`; but other than asserting the value that was received, we cannot use that value elsewhere. One example would be sending a notification...