Skip to content

This repo contains tool for AARCH64 Just in time comipler with GDB and tested on QEMU for AARCH64

Notifications You must be signed in to change notification settings

joshikeval3131/AARCH64_JITC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AARCH64_JITC

This project is a tool which can be used to do just in time compilation and execution using GDB and QEMU. It contains QEMU builds for AARCH64 and standard GDB along with this tool can be use to inject Assembly instruction at runtime. This is very helpful while debugging Source code. This tool is very helpful for following scenarios.

  1. When you want to inject some instruction while debugging which will alter the normal flow of program
  2. If you want to develop a quick algorithm in Assembly language .

The other objective of this tool is to learn AARCH64 and learn about an OG debugger tool GDB with hands on experiments. Knowing ways around these tools will help in longer run to an Embedded software developer.

About

This repo contains tool for AARCH64 Just in time comipler with GDB and tested on QEMU for AARCH64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published