Michael Corbett
Michael Corbett
Another way modified patches could work is we allow file editing the hex control (to modify anything you want!) and then, you can export the modified patch. Basically, create a...
It's still quite slow when working with lots of highlights in files. Lots of slowdown too when scrolling highlighted data.
I haven't tried that sample yet. I just used your solution above, but put it in a loop that adds several highlights (maybe in the thousands), and it's very slow...
I can show you the code. I'll try to upload it to a branch soon.
@Mgamerz I plan on making dialogs for this for now. Might be a workaround for you. Something like the following: https://www.sweetscape.com/010editor/manual/InsertBytes.htm
@abbaye I have not thoroughly examined the ByteProvider, but I'm thinking something like this: Add a List called _insertions Add a long called _insertionStart When insert key is pressed, the...
Here's an existing tool: https://www.romhacking.net/utilities/513/ It's used to figure out the encoding of text in files (e.g. ROMs) Here's how the person I requested this for descibed it: "1- Open...
I'm also looking for this feature. I need to send emails to any user in the list with a button click. The button would trigger a webhook to send an...
I would also like this as well. I would definitely prefer to use postgresql for my project.
@HeyJoel How do you like this idea?: * Core library supporting everything to run on any EF Core-supported database, without optimizations. * Optimization specific package (e.g. let's call it Cofoundry.SQLServer.Optimizer)....