All Projects → zorgiepoo → Bit Slicer

zorgiepoo / Bit Slicer

Licence: other
Universal game trainer for macOS

Projects that are alternatives of or similar to Bit Slicer

Pince
A reverse engineering tool that'll supply the place of Cheat Engine for linux
Stars: ✭ 987 (+63.95%)
Mutual labels:  game, memory-hacking
Reclass.net
More than a ReClass port to the .NET platform.
Stars: ✭ 766 (+27.24%)
Mutual labels:  memory-hacking, debugger
Xanalyzer
xAnalyzer plugin for x64dbg
Stars: ✭ 553 (-8.14%)
Mutual labels:  debugger
Mdk Se
Malware's Development Kit for SE
Stars: ✭ 597 (-0.83%)
Mutual labels:  game
Dbgshell
A PowerShell front-end for the Windows debugger engine.
Stars: ✭ 566 (-5.98%)
Mutual labels:  debugger
Cataclysm Dda
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
Stars: ✭ 5,894 (+879.07%)
Mutual labels:  game
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (-5.48%)
Mutual labels:  game
Vardbg
A simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.
Stars: ✭ 543 (-9.8%)
Mutual labels:  debugger
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (-0.5%)
Mutual labels:  debugger
Gopher360
Gopher360 is a free zero-config app that instantly turns your Xbox 360, Xbox One, or even DualShock controller into a mouse and keyboard. Just download, run, and relax.
Stars: ✭ 566 (-5.98%)
Mutual labels:  game
Unvanquished
An FPS/RTS hybrid game powered by the Daemon engine (a combination of ioq3 and XreaL)
Stars: ✭ 595 (-1.16%)
Mutual labels:  game
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (-6.31%)
Mutual labels:  game
Civis
JavaScript 4X game
Stars: ✭ 560 (-6.98%)
Mutual labels:  game
Pyscripter
Pyscripter is a feature-rich but lightweight Python IDE
Stars: ✭ 584 (-2.99%)
Mutual labels:  debugger
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+795.85%)
Mutual labels:  game
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+891.53%)
Mutual labels:  debugger
Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
Stars: ✭ 547 (-9.14%)
Mutual labels:  game
Memleax
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
Stars: ✭ 564 (-6.31%)
Mutual labels:  debugger
Vscode Php Debug
PHP Debug Adapter for Visual Studio Code 🐞⛔
Stars: ✭ 569 (-5.48%)
Mutual labels:  debugger
Python Hunter
Hunter is a flexible code tracing toolkit.
Stars: ✭ 599 (-0.5%)
Mutual labels:  debugger

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, dark mode, etc.

System Requirements

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

Support

  • Read the wiki for how to use Bit Slicer
  • Chat in the discord room for support or development. Note availability for support is not 24/7.
  • Visit the forums for past discussion (no longer used).

Contributing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].