jona
jona
### Operating System Linux ### What's the issue you encountered? The diffing view with the byte-by-byte algorithm doesn't show removing/adding of bytes properly. It either doesn't highlight the added bytes...
The new [Riff](https://en.wikipedia.org/wiki/Resource_Interchange_File_Format) based ebx formats needs to be implemented, along with the new format of the SharedTypeDescriptors - [x] EbxReader - [x] EbxSharedTypeDescriptors - [ ] non-shared EbxTypeDescriptors -...
Only tested creating a mod for a TextureAsset ebx so a very simple ebx, no arrays, typerefs or boxedvaluerefs. Requires you to regenerate the sdk.
SuperBundleActions for some formats are still not implemented. - [ ] Dynamic2018 NonCas (PvZ GW, GW2, Dai partially, BF4 partially, other early Fb3 games partially) - [ ] Kelvin (FIFA...
**Is your feature request related to a problem? Please describe.** When installing the ubuntu 22.04 (not sure if this is the case for other distros, I only tested on ubuntu)...
For this small windows crack me, the ghidra decompile output is just not getting the correct stack variables, below is the pdf output: ``` ; CALL XREF from sym.___mingw_CRTStartup @...
Implement the DbObject serializing and deserializing similar to System.Text.Json. So you would have a class DbObjectSerializer which has the functions Serialize and Deserialize, which (de)serialize the data into/from a class....
The idea is to create abstractions which the UI uses, so the backend can be easily replaced. With this the big parts of the UI can also be used for...