Git Product home page Git Product logo

blackopshacks's Introduction

BlackopsHacks

@hackedbyshmoo

Point Modifier, Wave Modifier, Always Spawn Pickups

A (non-Unity) example of abusing static classes and applying hacks via threading.

In IDA Pro, if you search for the string SystemStatic, you'll get a list of all the static classes in the game. Too bad there's so few of them. To get the constant pointer to a static class, search for the class name. For example, CScoreManager. Go down the list of xrefs until you find yourself in what seems to be a constructor. The first instruction that starts with STR X19 has the constant pointer you need. In this case, the instruction is STR X19, [X0,#0x100638240@PAGEOFF], so our constant pointer to CScoreManager is at 0x100638240.

Keep in mind this was done with a ton of memory inspection. None of this is magic, it just takes a lot of poking around in memory to find what you need. This didn't take me an hour to make, more like three.

By the way, IDA doesn't explore most of the binary for some reason. You'll have to convert code to code and strings to strings yourself.

Tutorial: https://iosgods.com/topic/70716-static-members-and-multithreading/

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.