Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 427 Bytes

MineHacker

Hacking Minesweeper Classic 2 on iOS

https://jaiverma.github.io/blog/ios-game-hacking

This repository consists of various techniques for marking all bombs with flags. These techniques use method swizlling behind the scenes.

  1. tweak: A Cydia Substrate tweak (only jailbroken devices)
  2. frida: Frida scripts (only jailbroken devices)
  3. dylib: Cocoa Touch Framework Xcode project for performing dylib injection