X.Core

Results 15 comments of X.Core

I fixed the bracket style to Allman

Last I checked with Submachine: Legacy it was 1 to 1

Since we have determined the unknown value to be the length of the texture entry, I think it would be best to find a game where there is multiple texture...

It was generated by the RTTI script, and no, I cannot share the binary as it is a paid game. Here is a screenshot of the class structure ![image](https://github.com/user-attachments/assets/4c820c0e-fb17-4e5c-8eed-16e7f023588c) It...

At offset 4 it is a data. The inheritance structure is `CSListLink` -> `GUI2PageHandler` -> `FlowPageHandler2` -> `MainMenuScreen` and `IEventListener` -> `MainMenuScreen` defined as `MainMenuScreen : FlowPageHandler2, IEventListener`. The structure...

Thanks so much, I got it working! I used the "Adjust Pointer Offset" option to generate the type. I set the data-type to MainMenuScreen with offset 0x1c. Because I am...

Thank you for the response. I had reimported the debugger plugin due to issues with it, so that is probably what happened. I am currently using the dbgeng option because...

Adding the DebuggerTargetsPlugin and DebugerObjectsPlugin got me closer. This game has steam drm so running not through steam will have it restart, meaning that I must attach to it at...

I tried the new python attach script and it gets an uncaught exception about the start address needing to be less than the end address, where the end address is...

I apologize, it seems it works more than I had found. I tried again, and set a *new* breakpoint and it is actually able to break, map, and step through...