Nemoumbra

Results 38 comments of Nemoumbra

> Ctrl+G (goto) cannot be closed with ESC, but Ctrl+F (search) can. Fixed as of now.

This is indeed the intended way of handling files and not a bug. It's a bit hard to explain, but the way ImHex works implies certain limitations on what can...

Have there been any advancements regarding this issue? I have ran into a case where the value `0x80020323` was passed to a function. Unfortunately, it's not a define, but a...

Why does the language select screen have to be removed? Or rather... Why does it cause some icons to disappear? By the way, what does this even mean, can I...

Calling `reserve` on the vector with the argument `size() + 1` should make it slower. Before your change it calls `reserve` itself (if it needs to) in the `push_back` function...

I have just completed manually parsing the binary for Lego Harry Potter (5-7 years). I managed to recover the following sections: * `.lib.ent.top`, `.lib.ent` and `.lib.ent.btm` * `.lib.stub.top`, `.lib.stub` and...

There's also a funny side-effect of the name stripping... Ghidra shows... (!!) 1491 (!!) strings in the Strings View and all of them are empty! They are also useless as...

Ok, I've just checked Loco Roco 2. This is how the sections are called there: ![image](https://github.com/kotcrab/ghidra-allegrex/assets/62447396/f86728a7-0494-4033-83b4-112825e2e6d9) I guess that solves the problem from before: > I personally don't know how...

> but one thing at a time I completely agree with you! This is why I believe we should probably start with the games where the sections were not merged,...

``` add3("vhtfm1", prime = 60, vop3 = 1) { variantS(Vd.S, Vs.Matrix1, Vt.S) } add3("vtfm2", prime = 60, vop3 = 1) { variantP(Vd.P, Vs.Matrix2, Vt.P) } add3("vhtfm2", prime = 60, vop3...