Nick Renieris

Results 118 comments of Nick Renieris

This is also wrong https://github.com/ntdiff/headers/blob/master/Win10_1909_19H2/x64/System32/ntoskrnl.exe/Standalone/_KPRCB.h#L915 It should be at offset `0xFA`. Same for the following struct, since said struct has an alignment because of 2 because of the `short` in...

@wbenny If I do this, it works in this case, but most other structs break. For example `_EPROCESS` size is calculated as `0x868` instead of `0x880` as it says in...

Ahh, so the second thing about the `Node`s I mentioned *is* implemented. I only tried the former, which is _`Primitive`s_ being shared instead of `Mesh`es. Working example: [f_nightclub_exterior (16).zip](https://github.com/KhronosGroup/glTF-Blender-IO/files/6354514/f_nightclub_exterior.16.zip) Not...

Can anyone provide a built version of it here?

Well, I read: > which is cumbersome and requires to install many packages > only 0xffffffh can do that Why? I just meant as a simple file upload as a...

Nah you're right, it was quite easy :) Posting it for others: [ghidra_9.1.2_PUBLIC_20201002_dragondance-master.zip](https://github.com/0ffffffffh/dragondance/files/5318717/ghidra_9.1.2_PUBLIC_20201002_dragondance-master.zip)

Any progress on this? I have a `void*` of a specific size (known at runtime). It's already allocated before (de)serializing, I only need the data `memcpy` in/out of there. How...

@fraillt That's very helpful, thanks!