Can you upload those sprites?
http://i.imgur.com/tcFHs14.png
Reverse engineering the binary data format for Star Wars: Yoda Stories
61–69 of 69 posts
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#6210/10 good article. I wonder if something remotely similar is possible with todays games. With all the custom data formats and compression algorithms being used.
It's not necessarily easy, but decoding MMO data files can be massively profitable for players. Reams of valuable data are often stored client-side to save on sending it during gameplay. You can maybe learn what items are in the game (including items in not-yet-released updates), where the items drop, and what the exact % droprate they have. You can learn the exact HP and other stats of mobs (if it isn't normally dis…
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#63Love it. Any pointers for an easier old (or new) game to have a go at pulling apart like this?
NES games are pretty easy to tear apart, and emulator tools are pretty good. I use fceuxdsp, running in Wine because I'm too lazy to build it natively. The 6502 was too slow to do any complex compression, and there was really no need to encrypt an NES ROM. Later consoles, of course, get more complex, but the NES is a good place to start.
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#64Earlier quoted context omitted.
> This code should work as is using Mono. Sure, this one does, but nearly any .NET program with a GUI won't. It's very frustrating to run into useful programs that I can't run, and most often applications that fit that description are written in a .NET language. > But the complaint was weird in the first place? Yeah, true. There's nothing hard about reading C#, just running it.
You make it sound as if there were no portable (or 'non-windows') C# applications. Stuff I care about: http://banshee.fm/ https://wiki.gnome.org/Apps/Tomboy http://f-spot.org/ http://keepass.info/
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#65Earlier quoted context omitted.
You make it sound as if there were no portable (or 'non-windows') C# applications. Stuff I care about: http://banshee.fm/ https://wiki.gnome.org/Apps/Tomboy http://f-spot.org/ http://keepass.info/
At least in the game-hacking-with-a-GUI space, there very nearly aren't any.
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#6610/10 good article. I wonder if something remotely similar is possible with todays games. With all the custom data formats and compression algorithms being used.
I doubt there are really many custom compression algorithms, mainly just custom container formats.
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#67Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#68Earlier quoted context omitted.
At least in the game-hacking-with-a-GUI space, there very nearly aren't any.
Wow, you're really narrowing this down now. OK, there aren't many tools in the portable C# game-hacking-with-a-GUI space. Why is that such a great issue, and why is it relevant to this article?
This article is about game hacking using C# and never addressed the issue of portability, because game hackers who use C# never think about portability. That was my point.
Re: Reverse engineering the binary data format for Star Wars: Yoda Stories
#69Earlier quoted context omitted.
Wow, you're really narrowing this down now. OK, there aren't many tools in the portable C# game-hacking-with-a-GUI space. Why is that such a great issue, and why is it relevant to this article?
It's just annoying, as someone who likes to dabble in that space. There's a lot of good, interesting work done and it's frustrating that it's done using a proprietary technology I can't use when there are tons of other options. This article is about game hacking using C# and never addressed the issue of portability, because game hackers who use C# never think about portability. That was my point.