-
Hex editors are usually used for binary file formats. Currently only the file bytes are displayed (in hex), and to see a UInt32 value you have to know where it is in the file and move the cursor to it…
-
Now that `puremagic` is picking up some outside traction, and used in places like [MongoDB](https://github.com/mongodb/mongo/blob/master/pyproject.toml#L40), want to lay out clear future plans.
*…
-
I have some situations where the format have uint's with 3 bytes, currently is it possible to define an **uint** and deserialize/serialize in 3 byte order? Making stream only to advance that 3 bytes s…
-
Sleep chart is a bit of a pain because I have to manually input data into it. It would be nice if (maybe using IFTT) there were some way to have data automatically inputted into sleep chart.
-
Parsing of the EXE template (https://www.sweetscape.com/010editor/repository/files/EXE.bt) fails with
```text
In [2]: dom = pfp.parse(data_file="/home/user/samples/d22563d7b913f3c64176301f3de41a16…
-
Hi,
I've noticed that when trying to use the DEX template, PFP yields a no attribute error on an 'Array'.
I used the following template: http://www.sweetscape.com/010editor/templates/files/DEXTemplat…
-
I have the follow structure I want to define as a node.
int32 - defining the length of a string
string - with the size of the previous int.
I've tried this in a plugin. But the MemorySize do…
-
### What feature would you like to see?
In current version, if I want to paste multi bytes, I must to select a block which is large enough to contain it.
For a detailed example, if I want to paste…
-
hi, i have installed winapps, but launcher don't see it.
error:
```
ERROR: 'winapps' NOT FOUND.
Please ensure 'winapps' is installed.
```
```
./installer.sh
###################################…
-
## Expected Behavior
Using insert mode (Insert key) should allow me to insert bytes in at arbitrary points. I should be able to press backspace or delete to erase bytes, rather than reset to them to …