Search

Search found 6 matches

by Halamix2
Sun Oct 08, 2023 11:57 am
Forum: Software
Topic: Advice on start to reverse engineer binary file formats?
Replies: 2
Views: 2359

Re: Advice on start to reverse engineer binary file formats?

Four bytes at 0xC might be actually two shorts, then they would change between Show 01 and 02/03 from 548 1000 to 547 999, perhaps some kind of counter how much space/elements are free? I don't have much experience with this kind of files, but you could try to make the same changes you did in Show03...
by Halamix2
Tue Jun 27, 2023 10:25 pm
Forum: Code/Decompilation
Topic: decomp.me?
Replies: 1
Views: 3455

Re: decomp.me?

decomp.me allows to collab on code snippets for various consoles; Lego Island is a Windows game
by Halamix2
Mon Jan 02, 2023 10:32 pm
Forum: Software
Topic: How can someone learn more about reverse engineering and decompiling
Replies: 6
Views: 2561

Re: How can someone learn more about reverse engineering and decompiling

In my case I've started reverse-engineering Stunt GP on-and-off a few years ago. I've started with loading binary in Ghidra and looking around, finding main function etc. Then I've added and learned more and more tools and concepts along the way. I can't recall my exact steps of learning, but I can ...
by Halamix2
Tue Dec 20, 2022 10:54 pm
Forum: General Discussion
Topic: What is the specs of your pc?
Replies: 66
Views: 64886

Re: What is the specs of your pc?

I needed a bit more oomph for compilation and stuff, I kinda went overboard, but that's basically my first desktop PC upgrade in 11 years CPU: Ryzen 9 7950X RAM: 2x32GB 5600MHz Storage: 2x2TB SSD OS: Fedora + Win 11 GPU: none, hopefully something from RX 7000 series in the future For everyday use th...
by Halamix2
Mon Dec 12, 2022 5:38 pm
Forum: General Discussion
Topic: What IDE's do yall use?
Replies: 32
Views: 29923

Re: What IDE's do yall use?

Mostly VSC, for game modding VS, and QT for some of my C++ projects