Spider-Man: The Movie Game dissection project Checkpoint - November 2025
krystalgamer.github.io·5h·
Discuss: r/programming
Flag this post

In the last post, I introduced the project. Since then, more than 300 commits have been made to the project and 3 releases have been published. In this post, I’ll provide a small status update and share some interesting decompilation tidbits.

Current status

First of all, if you’re interested in seeing me work, I livestreamed all of this on my YouTube channel.

Here are all of the finished components so far:

  • os_file
  • vm_stack
  • vm_symbol
  • vm_thread
  • vm_executable
  • so_data_block
  • ini_parser
  • os_developer_options
  • pstring
  • script_object
  • script_object::instance
  • error_context
  • signal
  • gated_signal
  • signaller
  • signal_callback
  • script_callback
  • code_c…

Similar Posts

Loading similar posts...