Skip to content

zigmasdirigeant/Bit-Slicer

 
 

Repository files navigation

Bit Slicer

Bit Slicer icon

Download Bit Slicer

Introduction

Bit Slicer is a universal game trainer for macOS, written using Cocoa and Mach kernel APIs.

It allows you to cheat in video games by searching and modifying values such as your score, lives, ammunition, and much more.

Features

  • Memory Scanner
    • Search & narrow down values of several types: integers, floating-points, strings, byte arrays, and pointers
    • Add, delete, and modify variables with ease
    • Freeze variable's values
    • Store a process' entire virtual memory space and search for values based on incremental changes
    • Manipulate pointers by dereferencing variable addresses
  • Memory Inspection
    • View and edit memory live in a hex editor style window
    • Dump memory to files on disk for manual inspection
    • Modify memory protection attributes
  • Debugger
    • View live disassembly of instructions
    • Modify instruction's bytes directly, or by assembling instructions (including nopping)
    • Set breakpoints, resume from them when they're hit, view backtraces, manipulate thread registers, and step into/out/over instructions
    • Inject x86 code on the fly
    • Watch for what instructions access a variable in a document
  • Save slice documents so that you can send cheats to your friends
  • Write Scripts to automate tasks that involve using virtual memory and debugger methods
  • Pause and un-pause current process
  • Undo & Redo many kinds of changes, including searches
  • Evaluate mathematical expressions automatically (eg: in a flash game, search for 58 * 8)
  • Run as a normal user, not as the superuser (root)!
  • Enjoy OS level features such as auto-saving, document versioning, window restoration, notification center, app nap, etc.

System Requirements

  • Current Release: macOS 10.8 or newer
  • 1.6.2: macOS 10.6.8, a 64-bit intel Mac
  • 1.5.2: macOS 10.6.8

Support

  • Check the wiki for how to use Bit Slicer
  • Visit the forums for discussion and current development
  • Visit the chat room for support or development (#bitslicer on irc.freenode.net). Note availability for support is not 24/7.

Contributing

Please read this project's Code Of Conduct residing in the root level of the project.

Update: This project may need some help! I cannot guarantee my activeness in reviewing / pulling in future changes, as well as pushing out new releases.

About

Universal game trainer for macOS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 91.7%
  • Objective-C++ 6.3%
  • C 1.3%
  • C++ 0.7%