Red Team Guides
Blue Team GuidesRed Team RecipeDevSecOps Guides
  • Introduction
  • Guides
    • Nix
    • Windows
    • Network
    • Tips and Tricks
    • Tool Syntax
    • Web
    • Databases
    • Programming
    • Wireless
    • Reverse
    • Crypto
    • Steg
    • DevOps
    • Cloud
    • Social Engineering
    • OSINT
    • OT
    • IOT
    • Hardware
    • Physical
  • Scenarios
    • Network Scenarios
    • Web Scenarios
    • Mobile Scenarios
    • Phish Scenarios
    • Physical Scenarios
    • OT Scenarios
  • References
    • References
Powered by GitBook
On this page
  • Reverse Engineering
  • Java language
  • Emulation of GBA
  • Identification of the file type
  • xor file contents
  1. Guides

Reverse

PreviousWirelessNextCrypto

Last updated 1 year ago

Reverse Engineering

Java language

jd-gui

Emulation of GBA

https://problemkaputt.de/no$gba.zip
https://mgba.io/downloads.html
https://github.com/SiD3W4y/GhidraGBA

Identification of the file type

file <filename>

xor file contents

cat password | xor 0xff > password.bin
xor under the command line