Code Monkey home page Code Monkey logo

frida's Introduction

frida logo

FRee Interactive DisAssembler

Copyright (C) 2017,2023 by Ivo van Poorten
Created with QtCreator and Qt 5.15
Also builds with Qt 6.5

Runs on:
  • Linux
    • Linux Mint 21.1 Vera
    • Debian 11.6 Bullseye (stable)
    • Ubuntu 14 LTS, and later
    • CentOS 7 (AppImage build platform)
    • ...and many others
  • Windows 7/8.1 (Qt 5.15.2), 10, or later (Qt 6.5.0)
  • macOS Catalina 10.15 (Qt 5.15.2), maOS Big Sur 11, or later (Qt 6.5.0)
  • FreeBSD 13.2
  • OpenBSD 7.2
  • NetBSD 9.3
  • OpenIndiana 2022.10 (SunOS/Solaris)
  • Haiku R1/beta4
  • Android 5 (API level 21), or later
Supported CPUs:
  • NMOS 6502
  • NMOS 6502 w/ undefined opcodes
  • CMOS 65C02
  • Intel 8080
File formats:
  • Raw
  • Atari 8-bit Binary (.XEX)
  • Atari 8-bit Slight Atari Player (.SAP)
  • Atari 8-bit Cartridge (.CAR)
  • Commodore PET/VIC-20/C16/C64/C128 Binary (.PRG)
  • Commodore C64 PSID/RSID (.SID)
  • Atari 2600 2K/4K ROM (.A26)
  • Oric Tape File (.TAP)
  • Apple ][ DOS3.3 4-byte header
  • Apple ][ ProDOS AppleSingle
  • Nintendo NES Song File (.NSF)
  • CP/M Binary at 0100H (.COM)
  • BBC Micro, Electron, Master UEF Tape (.UEF)
Build instructions:
git clone https://github.com/ivop/frida  
cd frida  
mkdir build  
cd build  
qmake ../src/frida.pro CONFIG+=release  
make -j8  
Notes:
  • Use latest Qt 5.15 or Qt 6.5. Note that the 6 series is new and versions before 6.5 have bugs related to palette handling, and dark mode won't work.
  • Linux builds with both clang++ and g++.
  • Windows builds with MinGW-g++, MS compiler is not supported. Qt 5.15.2 builds for Window 7/8.1, Qt 6.5.0 for Windows 10, or later.
  • macOS builds with clang++ that comes with XCode. Qt 5 builds for macOS 10.15, Qt6 for 11.x and later.
  • FreeBSD builds with clang++. frida-nopch.pro builds with gcc.
  • OpenBSD builds with eg++ and clang++.
  • NetBSD builds with clang++. frida-nopch.pro builds with gcc.
  • OpenIndiana builds with g++. clang's type_traits is broken on OpenIndiana.
  • Haiku builds frida-nopch.pro with g++. clang's type_traits is broken on Haiku.
  • Android builds with clang++ that comes with the NDK. You need a big screen tablet, a bluetooth or USB mouse and keyboard. And memorize all keyboard shortcuts as right-click is hardwired in the Android kernel to the back button. Both armeabi-v7a and arm64-v8a work. Sort of.

frida's People

Contributors

ivop avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.