Code Monkey home page Code Monkey logo

vsdown's Introduction

VSDown - Game asset downloader

A screenshot of the script downloading a game manifest

What to heck?

I've been slowly trying to pull apart a mobile game I've been playing for a while now and I figured I'd "anonymise" some of my scripts and release them to show I'm actually doing things on github dot com (i need my cubes!)

This script is something quick I whipped up that downloads game assets from a cloudfront server directly to my laptop.

Normally the game client would download these directly and encrypt them at runtime but some packet sniffing using my test phone pointed out that each update has its own manifest list.

What this program does is parse said manifest list which is basically a CSV with some header bits, downloads them and optionally, runs the program strings on them.

Why strings?

Well, a lot of the files aren't obvious at first as to what they are. While you could use a hex editor, it's easier, in my opinion, to just convert them to text files in the first place and manually scan them.

An example of a file passed through strings

Here's C004_SND.pkg for example which, as the filename would imply, is actually a sound file as give away by the LANE3.99.5 strings.

Majority of the files I've figured out or mostly figured out while others are still a mystery. Anyway, that's a story for another time.

This looks like it was written by a beginner in Python! There's no error checking or XYZ! Where are the tests!

This was written by a beginner in Python yup

vsdown's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.