Reverse Engineering RollerCoaster Tycoon | How does it work?

  Рет қаралды 223,284

Nathan Baggs

Nathan Baggs

9 ай бұрын

I reverse engineered the original roller coaster tycoon to see how it does it's rendering
💭 All views are my own 💭
Tools:
🐉 - Ghidra - github.com/NationalSecurityAg...
🐛 - x64dbg - github.com/x64dbg/x64dbg
📓 - Obsidian - obsidian.md/

Пікірлер: 327
@nathanbaggs
@nathanbaggs 7 ай бұрын
Hi all! Thanks for the great comments and feedback, having watched it back I'm inclined to agree the background music is a bit egregious. Still figuring KZfaq out so will be rebalancing things in the next video. Thanks again for watching (: I have another low-level video you might enjoy as well - kzfaq.info/get/bejne/b8WeaaZz1Ku-p5s.html
@trieshardgaming
@trieshardgaming 7 ай бұрын
I don’t know how I came across your video, know of reverse engineering but have never done it myself… yet I watched the entire video. It is a very good video! I look forward to all your new content!
@jbaldwin1970
@jbaldwin1970 7 ай бұрын
I’d recommend not having music at all - the pros don’t use it, or they hire Hans Zimmerman 😅
@PeterSvP
@PeterSvP 7 ай бұрын
Better don't use any music on reverse engineering. Let us listen to our own. Our enter a hyper focus - my brain literally shuts down on music
@rameynoodles152
@rameynoodles152 6 ай бұрын
idk, I kind of like the music. Although, I think the particular song you chose was a bit too active and and loud.
@silvernode
@silvernode 6 ай бұрын
I was coming here to mention the looping audio distraction but it was already mentioned. I find that if you use ambient music at low volume that doesn't have any defined notes, it can add mental focus to the audience. This is why you hear that type of music in video games about space travel.
@trieshardgaming
@trieshardgaming 8 ай бұрын
Awesome video, my only criticism is the looping audio in the background. That tune seven minutes in was too much lol
@nathanbaggs
@nathanbaggs 8 ай бұрын
Thanks for the feedback!
@maixicek
@maixicek 7 ай бұрын
@@nathanbaggs also volume is super high compared to your voice, but yeah this few tunes was pain :D
@Cephlin
@Cephlin 7 ай бұрын
I loved the music, but it needs to be quieter as it’s all I can focus on haha
@YourModulesMayVary
@YourModulesMayVary 7 ай бұрын
++ for no music, great video otherwise!
@rondadams
@rondadams 7 ай бұрын
I thought the music was just fine. It was calming and peaceful, just right for this breakdown.
@Papa_Sweep
@Papa_Sweep 3 ай бұрын
I used to play this for hours and hours as a kid. Got a CD in a cereal box. This was a blast from the past. Man life goes by quick. I loved this game *loved* it its up there with all the . Didn't know a *single* guy made this in assembly. Wow. Just wow. Needs way more publicity for that.
@N3mdraz
@N3mdraz Ай бұрын
What? A cd in a cereal box? Damn what a treasure. I bet you American 😂
@PeterRichardsandYoureNot
@PeterRichardsandYoureNot 6 ай бұрын
From what I understand of the author is that he is a prodigy in assembly language for the x86 architecture. I’m pretty sure voodoo and other weird juju was invoked because for the code to run as smoothly as it did on old hardware even without fancy 3d graphics cards, made this code some of the most amazing code written for the intel platform in the history of the platform. Of all games, excel, you name it, this is the pinnacle of advanced and efficient coding for performance and size. Of course, he later had a breakdown and disappeared from the world for a while so was it worth it? Probably….cause I think the anxiety came from dealing with publishers who wanted him to update and re-invent the magic over and over again for different venues and versions of RCT.
@simontopple911
@simontopple911 6 ай бұрын
He was also unsurprising a massive roller-coaster fan and travelled worldwide to go on them. An old work colleague knew him from his own roller-coaster trips around the world.
@m1geo
@m1geo 6 ай бұрын
I love Transport Tycoon and Deluxe that he wrote! 😍 OpenTTD now, too!
@AndrewTSq
@AndrewTSq 5 ай бұрын
Its not a 3d game, so that is probably why it runs good on older hardware.
@nomindseye
@nomindseye 5 ай бұрын
I haven't heard anything about a breakdown, are you sure you're not spreading misinformation or speculation? If you could provide a source, I'd be curious to read more about it.
@AndrewTSq
@AndrewTSq 5 ай бұрын
@@nomindseye Have not heard about a breakdown either, but I know he took a break from development, so maybe it was just the wrong words used :)
@onetimeoccam
@onetimeoccam 7 ай бұрын
this man as knowledgeable as he is had us listen to the same song for 40 minutes. criminal.
@nathanbaggs
@nathanbaggs 7 ай бұрын
(: this has been pretty common feedback, next video will have a different audio balance
@IntelOrca
@IntelOrca 8 ай бұрын
Very nice informative video on various strategies for reverse engineering. When working on the beginnings of OpenRCT2, I found it useful to look at the source code for the very first version of OpenTTD 0.1 as the engine was very similar, and therefore many of the structures, and patterns, were the same as RCT1, and RCT2. For some games, you can quite often get lucky and find a debug version of the game or a port that have left the symbol names in which makes it so much easier to identify what each function does. For example, when working on OpenLoco, we found that the Android port contained the function names, which helped us understand the binary a bit more. I am surprised about RCT1 loading in the code segments, I wonder if that is unique to the particular version you have. This was certainly not the case for RCT2.
@nathanbaggs
@nathanbaggs 8 ай бұрын
I was suprised too, especially as some of the research I did suggested it would "just work" in ghidra. This was the version from Steam, so maybe they added some bootstrapper? Like I said I didn't want to spend too long on it as it wasn't progressing me towards my end goal. Thanks for reaching out, OpenRCT2 is an incredible project (:
@IntelOrca
@IntelOrca 8 ай бұрын
@@nathanbaggs The original CD versions of RCT and expansion packs loaded in IDA just fine without any boostrapping. So it is probably the stream version that added that, perhaps some extra DRM.
@UncleUncleRj
@UncleUncleRj 7 ай бұрын
@IntelOrca Thanks for your work on those projects! I always wanted to chip in but never felt like I had quite the level of skill needed.
@tristanwegner
@tristanwegner 7 ай бұрын
@IntelOrca Adding DRM to a game that was released without would only make economic sense, if new updates are released, someone wants to protect. Otherwise in the piracy world, copyable released once, is released forever.
@rarapas
@rarapas 6 ай бұрын
OpenRTC2 is an amazing project! Thank you!
@williamist
@williamist 8 ай бұрын
roller coaster tycoon is absolutely amazing :D
@jimlthor
@jimlthor 20 күн бұрын
Pretty sure I got it for free. Thought it was a demo, and as I kept playing it, I noticed other parks and rides unlocking. Ended up putting quite a bit of time into it on my old Celeron processor and the fancy newish Windows 98 in glorious 1024 x 768.
@MikeDSutton
@MikeDSutton 6 ай бұрын
Great video! In case it helps, the 40-byte BITMAPINFOHEADER structure seen in the hex dump defines a top-down 1280 * 1024 8-bit buffer which gives a total back-buffer size of 1,310,720 bytes. Immediately following the 40-byte header is a 256-entry palette of RGB(A) quads, and the image data itself is a one byte lookup per pixel into this palette array. For debugging this sort of data, the .bmp format is essentially a DIB with an additional 14-byte BITMAPFILEHEADER header, so just dump that along with the DIB header, palette and image data into a file and it should be a valid image.
@henke37
@henke37 7 ай бұрын
DirectX is a famous user of COM, so you will not be making much progress without learning that. As for the strings, the game is localizable. All user interfacing strings are stored in a locale specific function. This is very common for commercial programs.
@Bomag
@Bomag 7 ай бұрын
15:35 - Probably the best thing about windows is this dedication to not breaking the APIs. It's why you're able to just run rollercoaster tycoon decades and several windows versions later. It's outstanding really.
@PeterSvP
@PeterSvP 7 ай бұрын
Windows occasionally sometimes breaks stuff and compatibility to the point of things like mmsys.cpl still stay even today in Windows 11...the audio mixer was one notable example
@pikachuchujelly7628
@pikachuchujelly7628 5 ай бұрын
If only that was the case on Linux. But the Gnome and Qt developers have other plans.
@BrunoidGames
@BrunoidGames Ай бұрын
@@pikachuchujelly7628 same kernel. Gnome and KDE are just softwares.
@Name_cannot_be_blank
@Name_cannot_be_blank Ай бұрын
@@pikachuchujelly7628it.. is still the case on linux, idk where you got that, if you mean gtk and qt, there are old and compatible versions that work with older software, id say backwards compat works even better on linux than windows
@rondadams
@rondadams 7 ай бұрын
RCT is such an amazing piece of software, maybe even classified as a work of art because of its playability even after so many years. Thanks for digging into it. There's a lot to unpack here and the work you've done is as impressive as the code you debugged.
@Artist247
@Artist247 6 ай бұрын
I think you explain everything very logically and it is easy to follow. Perhaps a tutorial on how to start on reverse engineering, the tools, the registers, the stack etc and what they mean would be really good. Maybe even solving a few crackmes.
@SirJohn2024
@SirJohn2024 8 ай бұрын
Such a nice walk down the memory lane when I used SofICE 386 to crack games... I remember I was able to convince my boss at work that it was useful at work and he bought it... No Ghidra back then.... Awesome content, kudos...😎
@Lavamar
@Lavamar 8 ай бұрын
Just watched the full video not realizing it only had ~200 views. This is amazing! Really enjoyed watching through
@jameslouizbuilds
@jameslouizbuilds Ай бұрын
Your videos are really enjoyable to watch. Very well explained and enlightening.
@jornrichter9801
@jornrichter9801 7 ай бұрын
Amazing to watch - and you have a great way of organizing thought and taking one by the hand to follow along. Never thought I'd watch an entire video of reverse engineering 20yo code. Came for the legend, stayed for the insights you provide! subbed!
@nathanbaggs
@nathanbaggs 7 ай бұрын
Glad you enjoyed it!
@davidt-rex2062
@davidt-rex2062 6 ай бұрын
Never had anyone explain the decompile process before and it's fantastic. Thanks. Especially on one of my favourite games ever.
@coder_rc
@coder_rc 7 ай бұрын
please continue this lovely series!
@danielfinn5022
@danielfinn5022 5 ай бұрын
I love this video and your other breakdown content. I'm not in the field, understand maybe 10% or what you're doing, but it's really fun watching the process. Just wanted to let you know that this video format has more general appeal than just as an instructional video for specialists.
@jahwni
@jahwni 5 ай бұрын
If you haven't discovered it yet, Ghidra also has a dark theme now, in the settings on the main small window where you import files into your project 🤙Great video!
@markmozza
@markmozza 6 ай бұрын
Amazing vidoes, looks like im going to binge watch all your content!
@deanolium
@deanolium 7 ай бұрын
Really interesting video. I've not done debugging of DOS games for a good number of years, so seeing what tools are now available is fantastic. Would love to see more videos like this - it might be a niche topic, but one that's absolutely fascinating.
@nathanbaggs
@nathanbaggs 7 ай бұрын
Working on a new one now (:
@UXXV
@UXXV 7 ай бұрын
Same. It was soft ice for me back in the 90s. This brought back some memories.
@kobrasoft-yx9vr
@kobrasoft-yx9vr 7 ай бұрын
Cheers bro loved this game, bit of a developer myself so loving watching this deep dive! really appreciate it! good work!
@Skeffles
@Skeffles 6 ай бұрын
Fascinating to watch. I have a very limited understanding of x86 so it's very impressive to watch you go over it.
@thenameisluk
@thenameisluk 8 ай бұрын
Bro 've never seen this level of quality put into reverse enginierin video♥
@nathanbaggs
@nathanbaggs 8 ай бұрын
Glad you liked it
@arlasoft
@arlasoft 7 ай бұрын
Great video. Have done some reverse engineering of Z80 and 6502 games, that gets complicated and time consuming enough with only a handful of 8-bit registers, 16-bit addresses and maybe only 24kb of code. It's very satisfying to piece together the puzzle but ultimately quite a waste of time, at least with programming I get a game at the end of it!
@karl-ivan-iceberg-icebear
@karl-ivan-iceberg-icebear 2 ай бұрын
Extremely interesting! You really got me interested in programming.
@tmmrtn
@tmmrtn 7 ай бұрын
Great narration, was so much fun to watch. Wish I could use a debugger that well. I'd love to see you tackle Operation Neptune (or any of the Super Solvers), Oregon Trail II, or DinoPark Tycoon.
@Ghandmann1
@Ghandmann1 7 ай бұрын
Great work! Espacially that you kept in the dead end about DirectX is a nice example, of how this stuff actually works. It's not like opening a binary an after 10 minutes you understand it (like other show of in their videos). Most of the time it's a lot of confusion, poking around and at some point you find the actual path to your goal. :)
@sanderbos4243
@sanderbos4243 8 ай бұрын
Absolutely loved this! Getting to know a bit more about the inner workings of one of my favorite games is awesome. I'd personally love to see Factorio reverse-engineered, specifically because it as you probably know is crazily optimized, where one is able to have stupendous amounts of machines, belts, trains, bots, etc. all running at once. Maybe reverse-engineering its update loop could be interesting for a video? :-)
@Merlin-gl7zp
@Merlin-gl7zp 8 ай бұрын
Actually it's not that crazy, cpus are just blazingly fast nowdays
@nathanbaggs
@nathanbaggs 8 ай бұрын
Glad you enjoyed it!
@sanderbos4243
@sanderbos4243 8 ай бұрын
@@Merlin-gl7zp True, but unfortunately many devs don't spend nearly as much time optimizing their games to make proper use of the power of CPUs
@Cornelis1983
@Cornelis1983 7 ай бұрын
@@sanderbos4243 Which is not to blame to the developer but mostly to blame to the management or other parties in a company who demands to have the product (game) finished yesterday. Most developers on the other hand would love to optimize where possible.
@saniancreations
@saniancreations 7 ай бұрын
You are forgetting that most developers do not know how to properly utilize those fast modern cpus. Whether that is because companies are not prioritizing those things or not, the fact is that modern programming practices like Object Oriented programming are not condusive to writing fast code. Even if their boss let them optimize, knowledge of how to really utilize modern cpus is few and far between. Using what are currently considered "good practices" for programming, you still don't get very far, performance wise. Now I'm not saying that I do know how to do all of those things, just that I've become painstakingly aware of how little the entire industry currently knows and cares about it. Casey Muratori often makes very good points about this topic.
@wozzinator
@wozzinator 7 ай бұрын
This is fascinating! Ever since I heard a few years ago that it was written entirely in assembly, I’ve been incredibly curious as to what Ghidra would do trying to disassemble it back in to C! I’m only a couple of minutes in to the video, but I’m looking forward to see the answer!
@RFC3514
@RFC3514 5 ай бұрын
Ghidra is now 3 months into the analysis and also looking forward to getting an answer.
@damouze
@damouze 4 ай бұрын
In the beginning, when you were looking for strings, I noticed that each string was preceded by the sequence { 0x0a, 0x8e }. Now it could be that this is some prefix used to indicate what kind of object follows, but it could also be part of the string itself, which could be the reason you were unable to find any references to it. 0x0a is the ASCII code for newline. What then remains is the mystery of what this 0x8e character code is (other than the ASCII code for a A with diacritics). It could be a marker or something like that. Back in the day it was not unheard of to indicate, for instance, the hotkey for a specific action by prefixing the character in the string with an unprintable character that would then be interpreted by the render / handler function to see if that key was pressed, filtering out the prefix byte.
@Siminfrance
@Siminfrance 7 ай бұрын
I really loved the video and analysis, thanks doing it. The only thing I was not a fan of was the music in the background, I don't think it added anything to the video. But that's a minor complain to an otherwise great video.
@nathanbaggs
@nathanbaggs 7 ай бұрын
Thanks for the feedback!
@rigbyb
@rigbyb 7 ай бұрын
This video is great! It helped me understand the reverse engineering process better. Thank you :)
@andrewbutt7487
@andrewbutt7487 4 ай бұрын
You have far to few subscribers for the quality of your content. Keep it up!
@perpetual989
@perpetual989 7 ай бұрын
Great work. That was fun to watch
@JerryDodge
@JerryDodge 6 ай бұрын
Thank you for this demonstration. I've personally never played that game, but have played variations of Sim City, as well as Sim Tower. And the Sims. Either way, I'm also a Delphi developer, and as unfamiliar as I am with assembly, I understood a great deal of this. Such as handling bitmaps. I was yelling "RGB!" at my TV when you had 3 grayscale images side by side.
@nathanbaggs
@nathanbaggs 6 ай бұрын
Glad you came along for the ride :) my aim is to make these deep dives as accessible as possible
@martinhall598
@martinhall598 7 ай бұрын
Would be interested to see what you make of 3D Lemmings. It was also written entirely in x86 but without DirectX
@JakeDownsWuzHere
@JakeDownsWuzHere 7 ай бұрын
i love content like this, thank you!
@jung-zen
@jung-zen 7 ай бұрын
Instant sub - was praying this would happen!
@neontomo
@neontomo 7 ай бұрын
22:10 "Going back to our DirectX 5 tutorials" *proceeds to head to the actual code instead of a tutorial* 😂 I guess the code can be counted as a tutorial, if you're tenacious enough. loved this video mate
@Merrinen
@Merrinen 6 ай бұрын
Here are some ideas for topics: - How does TTDPatch change the original TTD executable to allow for mammoth trains? (TTDPatch pretty much relies on reverse engineered knowledge, I have no idea if this knowledge has been documented anywhere.) - How does The Settlers II handle it's palette color cycling? (The game reads PBM formatted LBM files = Amiga IFF that supports including palette cycling information, and the game's palette file has this information, but the game seems to have it hardcoded and thus ignores the file data.)
@EER0000
@EER0000 7 ай бұрын
I’d love to see something like this for simgolf, but in any case thanks for this videp! Very entertaining and educational :)
@jbragg33
@jbragg33 4 ай бұрын
Way back in the day I saw the website of guy that was 18 max and he had coded three 3D games fully in x86 assembly. In that day I could barely make a cube appear in a GLUT window and I was so puzzled why we needed to pop and push all these matrices, made no sense to me. It really disheartened me lol. I'm a Java dev nowadays but your videos make me want to learn x64 assembly and understand all that, seems cool. Not sure what I would do with that knowledge though ^^ Cool video
@amaanqureshi1286
@amaanqureshi1286 7 ай бұрын
WOW I thought this channel at 73K SUBS not 7.3 bravo my new fav channel
@Fewnity
@Fewnity 7 ай бұрын
I hope more video about game Reverse Engineering! Really cool
@tristanwegner
@tristanwegner 7 ай бұрын
Great Video, but why did you chose to disassemble the DirectX renderer, that must have been I assume added later to the game with all the windows baggage, on top of the original render that ran under dos and was probably much simpler?
@penewoldahh
@penewoldahh 7 ай бұрын
your videos are amazing
@nathanbaggs
@nathanbaggs 7 ай бұрын
Thanks!
@vast634
@vast634 7 ай бұрын
It looks like the screenbuffer image is still an 8bit indexed color image, not 8 bit RGB as it used to be done in DOS games. The DirectX call was probably added later in development to just get info on the variations of players screens.
@imellor711
@imellor711 6 ай бұрын
Really great vids, and these not only takes me back to mis-spent 5th form and college days, 1985?- 1988, building cheats for games using pokes, or jumps to other sections of code. So, theres three games for me, to reverse engineer: Origional Doom II, Firebirds Elite using vector graphics animation and rendering finally, Cannon Folder, rendering and scroll techniques.
@damouze
@damouze 4 ай бұрын
I've been running the original DOS CGA version of 'lines' elite through Ghidra. It's been a mixed result effort at best so far.
@therhodesy
@therhodesy 7 ай бұрын
great video, one of my favs too from my childhood. One criticism i have though is your resolution! it was hard at times to see what you're doing at times when you don't zoom in... found myself actually zooming in in the browser!
@nathanbaggs
@nathanbaggs 7 ай бұрын
I tried to zoom on on the relevant bits, but thanks for the feedback!
@khrob
@khrob 8 ай бұрын
Great vid! I’d love to see you dive into an old Future Crew demo! Unreal or Second Reality…?
@richardkarlgregg5853
@richardkarlgregg5853 7 ай бұрын
Great video - please do tiberian sun next 😀
@trickbaggames6579
@trickbaggames6579 8 ай бұрын
Imagine being the person who programmed the game and watching someone piece together how you did.
@VenturiLife
@VenturiLife 7 ай бұрын
And struggle to do so.. haha... creating something with such complexity in straight assembly is an achievement. I wonder how he designed it, with pad and pencil maybe?
@PeterSvP
@PeterSvP 7 ай бұрын
Fingers crossed 😂🤞
@nathantron
@nathantron 7 ай бұрын
I would like to see more on this. I would also like to see something on DrainStorm(2D Tile Based game, with ammo/abilities and special levels where defeat onslaughts of enemies) if you ever get the chance.
@thewhitefalcon8539
@thewhitefalcon8539 7 ай бұрын
DrainStorm is a brutally difficult game.
@JWC249
@JWC249 Ай бұрын
Loved Tycoon as a kid, the only annoying part was getting charged extra when you built rides on top of trees and scenery.
@matt.baller
@matt.baller 6 ай бұрын
Just leaving a comment and a like because I quickly realised the video wasn’t about what I expected and am moving on (I’m not into coding at all). Didn’t want the algorithm to think it’s because it wasn’t a good video. Cheers!
@nathanbaggs
@nathanbaggs 6 ай бұрын
Thanks for being so considerate! I’m curious what you thought the video was about though? I hope the title and thumbnail aren’t misleading?
@matt.baller
@matt.baller 6 ай бұрын
@@nathanbaggs ah no that's on me - it was a combination of nostalgia (don't see much RCT these days!) and intrigue. I guess I thought maybe reverse engineering in terms of strategy, looking at a fully successful park and how it gets that way or something! Props to you though - great idea 👍
@martinfinch5011
@martinfinch5011 7 ай бұрын
Awesome video.learnt a lot
@nathanbaggs
@nathanbaggs 7 ай бұрын
Glad you enjoyed it
@deathpax
@deathpax 7 ай бұрын
A lot of older games run software rendering when in windowed mode, and only used direct X when in full screen.
@eDoc2020
@eDoc2020 5 ай бұрын
This is half-true in RCT. DX is only used in fullscreen mode but even then it doesn't use true hardware rendering. The image is still rendered in software and then the DX API is only used to output the image.
@sundhaug92
@sundhaug92 6 ай бұрын
eax*4+X makes sense for getting a 32-bit value from a pointer to X. It's probably an array of pointers, like a char[][] in C (but obv he wrote it in asm)
@Rob_III
@Rob_III 7 ай бұрын
Great video, awesome memories about the game. Came to complain about the music though, but I see I'm not the only one that got distracted and a little annoyed by it ;-)
@nathanbaggs
@nathanbaggs 7 ай бұрын
Yup going to rebalance things in the next video (:
@SevenDeMagnus
@SevenDeMagnus 6 ай бұрын
Cool, iMac 1998 changed the computer's design. What apps do you and did you program in your day job which seems to be computer engineering or computer science. God bless.
@UncleUncleRj
@UncleUncleRj 7 ай бұрын
Wow, this is very cool!
@GrandpaGameHacker
@GrandpaGameHacker 8 ай бұрын
One of my other tricks is to run a profiler liker superluminal against it to see what interesting functions get called a lot
@nathanbaggs
@nathanbaggs 8 ай бұрын
Yup, the nice thing about this project is there’s multiple different approaches and techniques
@umairmuhammadabbas3929
@umairmuhammadabbas3929 7 ай бұрын
Love low level stuff , thanks
@user-sv9eq8ex8f
@user-sv9eq8ex8f 6 ай бұрын
EnBigguned is my new favourite word.
@appistyl664
@appistyl664 7 ай бұрын
Great Video!
@Snoopy-20111
@Snoopy-20111 7 ай бұрын
This is really neat. I know next to nothing about x86 and this was easy to understand and enlightening. RE: Text being loaded dynamically, I would be shocked if that wasn’t to make localization easier. That way you only need to load one language’s worth of strings, and the program itself can call the same address for the same intended string. This is generally the way it’s done to this day, and similar audio is done for localized VO.
@robertlatham4541
@robertlatham4541 6 ай бұрын
Another quality video.
@nordgaren2358
@nordgaren2358 7 ай бұрын
There's actually a much better way to dump memory, with scylla in x32dbg. You pause the game and dump the memory and you can also dump all the heap allocations. You can also make a tool to dump all of it, yourself. You can then import these heap allocations into your dumped ghidra decomp, and see the actual data that was being pointed to. You can even type the data, etc.
@nordgaren2358
@nordgaren2358 7 ай бұрын
And yes, it was because Ghidra didn't finish analyzing. Otherwise it would have atleast typed the string to be a char[n]
@nathanbaggs
@nathanbaggs 7 ай бұрын
Cool I’ll check that out, thanks!
@bjarkeistruppedersen8213
@bjarkeistruppedersen8213 7 ай бұрын
Regarding the all-caps, I think it is due to it being a preprocessor macro. They use those a lot to alias types (like here, where you have a long pointer - LP)
@PeterSvP
@PeterSvP 7 ай бұрын
Not always. These types are sometimes directly defined after their struct type.
@Exotic69420
@Exotic69420 7 ай бұрын
lovely video
@therealax6
@therealax6 6 ай бұрын
I'll admit that attempt at decoding the DIB header (which is the same as a BMP header, actually) gave me a good chuckle :P You got it almost right, but at the same time, not quite... But anyway, the image is 1280×1024, you got that right (the -1024 height means that the image is top-down instead of bottom-up), but the 8 bits per pixel value was literal. Not 8 bits per component! This image is a paletted image; you'll find the palette itself in the DIB header, a bit further down. Each pixel is a one-byte index into that palette data. The palette data itself is RGB triplets, as 32-bit values (where the fourth byte is ignored, although some tools mistakenly treat it as alpha). If you're curious about that "planes = 1" field, I'm curious about it too... I don't know what it was intended for, but in practice it's a "must be 1" field.
@nathanbaggs
@nathanbaggs 6 ай бұрын
Thanks for the clarification!
@eDoc2020
@eDoc2020 5 ай бұрын
The 'planes=1' field is for planar graphics which are never in a Windows Device _Independent_ Bitmap, however it is used in some device _dependent_ graphics. VGA 640x480x4bit has planar graphics. You would expect each byte in memory to be two pixels but actually each byte is one bit each from eight different pixels. Each plane is a 640x480x1bpp image and when the card outputs a pixel it takes one bit from each plane.
@therealax6
@therealax6 5 ай бұрын
@@eDoc2020 Ah, I didn't know the same format was used for planar formats like the in-memory layout of VGA. My experience comes from .bmp files, and those never have a value other than 1 in that field. Nice to know!
@eDoc2020
@eDoc2020 5 ай бұрын
@@therealax6 I don't know if the same structures were ever used like that. My gut feeling is they were going to support planar graphics in BMP files but then changed their mind. "Device-dependent bitmaps are supported only for compatibility with applications written for Windows versions earlier than 3.0. A developer writing a new application, or porting an application written for a previous version of Windows to the Win32 platform, should use DIBs."
@freedomofsci
@freedomofsci 7 ай бұрын
too much with the music...otherwise great
@mikosoft
@mikosoft 7 ай бұрын
Any chance you can tell from the disassembled code if it was written by hand or if it's compiled?
@petermuller608
@petermuller608 6 ай бұрын
Seeing assembly code interacting with COM objects is just crazy. Is it known, why the author went this way instead of going with a higher level language?
@huddlespith
@huddlespith 6 ай бұрын
Awesome video! Would love some time stamps for those of us that get lost easily
@mrxgn
@mrxgn 7 ай бұрын
thankyou! that was some gangsta shiiii t . unlocked a new stream of consciouness .
@jpelliz
@jpelliz 5 ай бұрын
It does say ExeLock Executable File Protector in the beginning when you start searching for strings. It would have been a lot easier to search for a cracked and unpacked executable.
@JonathanHobbe
@JonathanHobbe 6 ай бұрын
Love this! Please do Sims Original :D
@suvetar
@suvetar 7 ай бұрын
Dynamic linking might be causing the holes in your memory map?
@jaysonp9426
@jaysonp9426 5 ай бұрын
When C and C++ are considered high level you know how far we've come
@LukasKrotovic
@LukasKrotovic 7 ай бұрын
Díky!
@fullfunk
@fullfunk 7 ай бұрын
the guy that created that game is one of the best programmers to ever lived
@Gotenham
@Gotenham 7 ай бұрын
Dam, really interesting video
@TeamUnpro
@TeamUnpro 6 ай бұрын
dude you're like a british me its awesome
@TeamUnpro
@TeamUnpro 6 ай бұрын
Double comment here but editing a comment on the tablet be stanky~ wanted to add, fun fact when I was first getting into computers, I had this "downloader" thing that can continue downloads and I downloaded the roller coaster tycoon 3 demo with dialup, took literal days lol, BUT After all that waiting, I was missing d3d.dll (i think?) anyway my fresh-a* called walmart xD asking the electronics center wtf that was Edit: ok I managed to click the teeny tiny "edit" button Yet another addition - you're the first person I actually ever -wanted- to click the bell on
@BrianWoodruff-Jr
@BrianWoodruff-Jr 7 ай бұрын
I'd love to see you decompile the isometric city building game Pharaoh, by Sierra Studios.
@SrBeepo
@SrBeepo 7 ай бұрын
Could you make a video on reverse engineering a NDS game? Preferably one that hasn't been done before like pokemon. I'd love to see your process for something like that. I'm working on my own project with Cooking Mama 2 but I'm struggling a little bit. Wish me luck.
@frayedsanity
@frayedsanity Ай бұрын
You should totally do this for Warcraft 2 and Starcraft!
@suncrafterspielt9479
@suncrafterspielt9479 8 ай бұрын
very interesting video
@juanmacias5922
@juanmacias5922 8 ай бұрын
You're a legend, de-compilation looks just as difficult as it is. xD
@AdamDaviesSussex
@AdamDaviesSussex 6 ай бұрын
This brings back memories of spending hours in SoftIce, trying to NOP game CD checks. Soo much respect for Chris Sawyer for doing all this in ASM.
@HupfderFloh
@HupfderFloh Ай бұрын
12:40 Vegeta, what does the scouter say about ax's power level?
@forbiddenera
@forbiddenera 5 ай бұрын
New game dev on site, first day on the job... *Jr. Dev standing around not knowing what to do* Sr. Dev: "Quick! Go get me a pixel stetcher!" Jr. Dev: Ok! On it! *comes back an hour later with obscure Win9x call* Sr. Dev: Well, that backfired.
@GoldBallTV
@GoldBallTV 6 ай бұрын
As someone who just does standard software design this is really wild. I often thought games were very much just like really advanced websites with functions, classes and images but clearly not. Watched the whole video and understood basically nothing! 😂 enjoyed it all the same though
@nathanbaggs
@nathanbaggs 6 ай бұрын
RTC is a bit of an edge case as it was written by one guy entirely in assembly, most games do have classes and functions (:
@reik2006
@reik2006 7 ай бұрын
33:51 The bmiColors member of the BITMAPINFO structure consists of an array of RGBQUAD structures and RGBQUAD has size of 4 bytes (rgb channels and extra BYTE rgbReserved which can be used for alpha channel but probably(?) is there for DWORD alignment). So I guess the calculation here would have been something like 20*16^4 / 4 / 640 = 512 (20*16^4 = 0x14 00 00)?
@hanssondaniel
@hanssondaniel 7 ай бұрын
Can't you just save the entire struct to a .bmp file?
@PeterSvP
@PeterSvP 7 ай бұрын
You can save the entire struct to a dib file and Ms Paint will deal with it
@martinfinch5011
@martinfinch5011 7 ай бұрын
Would love to see you deep dive on a genesis game like Sonic or Streets Of Rage. Just cos I grew up with them 😄. I have no idea how it would work with it running through an emulator so would be interesting to see
@logantodd5943
@logantodd5943 8 ай бұрын
Good video
@zizlog_sound
@zizlog_sound 7 ай бұрын
I find the background music too loud, hence distracting.
@PeterSvP
@PeterSvP 7 ай бұрын
Will there be another one? So far you only found the final presentation code that is doing StretchDIBits followed by a GDI flush. How was the frame data actually created? Each object on screen?
@nathanbaggs
@nathanbaggs 7 ай бұрын
Got a few others ideas on my todo list at the moment, might return to this again sometime in the future
@PeterSvP
@PeterSvP 7 ай бұрын
@@nathanbaggs it will be nice. The StretchDIBits /gdiFlush was very common back at the days especially if ddraw failed to initialize. I kinda miss these days. But the ways we present graphics today with all these syncing techniques is even more fun :)
You Can Only Play This Game By Hacking It
12:03
Nathan Baggs
Рет қаралды 332 М.
The Strange Reality of Roller Coaster Tycoon
18:12
Jacob Geller
Рет қаралды 1,4 МЛН
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 6 МЛН
The Noodle Stamp Secret 😱 #shorts
00:30
Mr DegrEE
Рет қаралды 64 МЛН
How One Developer Continues To Defy The Impossible
18:31
Nathan Baggs
Рет қаралды 137 М.
how NASA writes space-proof code
6:03
Low Level Learning
Рет қаралды 2 МЛН
How I re-created the rhythm game osu! from scratch in C++!
5:51
Omer Hasanov
Рет қаралды 23 М.
Can you fit a whole game on a stamp?
8:27
Nathan Baggs
Рет қаралды 74 М.
Reverse Engineered old Compression Algorithm for Frogger
16:29
LiveOverflow
Рет қаралды 252 М.
How To View Process Memory On Windows
25:55
Nathan Baggs
Рет қаралды 3,6 М.
The $10,000 Micro-Park
10:03
ambiguousamphibian
Рет қаралды 2,1 МЛН
RollerCoaster Tycoon: The Most Impressive Game Ever Developed
7:56
Native Resolution
Рет қаралды 294 М.
The Engineering of Duct Tape
10:44
engineerguy
Рет қаралды 272 М.
Game Boy Development Environment
9:07
NesHacker
Рет қаралды 246 М.