Skip to content

AVR emulator written in Go that was the core of the second Starfighter CTF

Notifications You must be signed in to change notification settings

boboTjones/goavr

Repository files navigation

GoAVR

This is the early, pre-librification version of the AVR emulator, written in Go, for StarFighter.

How to make it do something

go build .
./goavr -i -f testcases/abs.elf

It works roughly like gdb after that. Type s to step, n for next, q to quit, and (I think) b for break and c for continue.

Historical context

Starfighter, Summer 2015

About

AVR emulator written in Go that was the core of the second Starfighter CTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published