All Projects → GraxCode → Jbytemod Beta

GraxCode / Jbytemod Beta

Licence: gpl-2.0
Java bytecode editor

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
bytecode
52 projects

Projects that are alternatives of or similar to Jbytemod Beta

Reverse Engineering
Reverse-Engineered Tools Count-106
Stars: ✭ 94 (-84.39%)
Mutual labels:  engineering, reverse, reverse-engineering
K1801
1801 series ULA reverse engineering
Stars: ✭ 16 (-97.34%)
Mutual labels:  engineering, reverse
Gdbghidra
gdbghidra - a visual bridge between a GDB session and GHIDRA
Stars: ✭ 251 (-58.31%)
Mutual labels:  engineering, reverse
cpu11
Revengineered ancient PDP-11 CPUs, originals and clones
Stars: ✭ 120 (-80.07%)
Mutual labels:  engineering, reverse
Reverse Engineering Tutorials
Some Reverse Engineering Tutorials for Beginners
Stars: ✭ 217 (-63.95%)
Mutual labels:  engineering, reverse
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-14.95%)
Mutual labels:  reverse, reverse-engineering
Howl
The Howl Editor
Stars: ✭ 577 (-4.15%)
Mutual labels:  editor
Anti Emulator
Android Anti-Emulator
Stars: ✭ 587 (-2.49%)
Mutual labels:  reverse-engineering
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (-4.15%)
Mutual labels:  reverse-engineering
Entityframework Reverse Poco Code First Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Stars: ✭ 562 (-6.64%)
Mutual labels:  reverse-engineering
Graviton App
🚀 A modern-looking Code Editor
Stars: ✭ 601 (-0.17%)
Mutual labels:  editor
Rasa
Extremely modular text editor built in Haskell
Stars: ✭ 597 (-0.83%)
Mutual labels:  editor
Canalyzat0r
Security analysis toolkit for proprietary car protocols
Stars: ✭ 586 (-2.66%)
Mutual labels:  reverse-engineering
Instagram
The first Instagram website and lightweight API HTTP client
Stars: ✭ 581 (-3.49%)
Mutual labels:  reverse-engineering
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (-2.33%)
Mutual labels:  reverse-engineering
Awesome Radare2
A curated list of awesome projects, articles and the other materials powered by Radare2
Stars: ✭ 580 (-3.65%)
Mutual labels:  reverse-engineering
Notepad2
Notepad2 is a light-weight Scintilla-based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for about 80 programming languages/documents, bundled with file browser plugin metapath and dark theme.
Stars: ✭ 590 (-1.99%)
Mutual labels:  editor
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+812.29%)
Mutual labels:  reverse-engineering
Netzob
Netzob: Protocol Reverse Engineering, Modeling and Fuzzing
Stars: ✭ 584 (-2.99%)
Mutual labels:  reverse-engineering
Ios Debug Hacks
🎯 Advanced debugging skills used in the iOS project development process, involves the dynamic debugging, static analysis and decompile of third-party libraries. iOS 项目开发过程中用到的高级调试技巧,涉及三方库动态调试、静态分析和反编译等领域
Stars: ✭ 595 (-1.16%)
Mutual labels:  reverse-engineering

JByteMod-Beta

JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling and method graphing. The successor of JByteMod: https://github.com/GraxCode/Cafebabe

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

JByteMod was originally based on JBytedit (Written in Kotlin) by QMatt. I decided to recode it after QMatt deleted his account because it wasn't very stable and had almost no features.

CLI

Argument Description
--help Displays help
--file File to open (.jar / .class)
--dir Working directory
--config Config file name

Libraries

  • Apache Commons IO
  • Objectweb ASM
  • RSyntaxTextArea
  • SkidSuite
  • Procyon Decompiler
  • Fernflower Decompiler
  • JGraphX
  • JFreeGraph

Plugins

To create a plugin you have to extend me.grax.jbytemod.Plugin and export it as a .jar file.

Installation

To install a plugin you have to place the .jar file in a folder named "plugins" (that's in the same directory as JByteMod)

Example Plugin

https://github.com/GraxCode/JTattooPlugin

How to build

mvn clean
mvn package
java -jar target/JByteMod-1.5.1.jar
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].