@@ -112,25 +112,24 @@ done by [naga], roughly 4x as fast as the C++ alternative
112
112
113
113
![ Zelda running on Nestadia] ( nestadia.png )
114
114
115
- [ Nestadia] [ nestadia ] by [ @zer0x64 ] , [ @junior-n30 ] and [ @CBenoit ]
116
- is a server-based NES emulator.
115
+ [ Nestadia] [ nestadia ] by [ @zer0x64 ] , [ @junior-n30 ] and [ @CBenoit ] is a
116
+ server-based NES emulator.
117
117
118
118
Nestadia was written as a reverse engineering and memory exploitation challenge
119
- for NorthSec CTF 2021, a cybersecurity competition. Contestants were required
120
- to reverse-engineer the emulator and ultimately write a Tool Assisted Speedrun to run
121
- arbitrary code inside a provided ROM.
119
+ for NorthSec CTF 2021, a cybersecurity competition. Contestants were required to
120
+ reverse-engineer the emulator and ultimately write a Tool Assisted Speedrun to
121
+ run arbitrary code inside a provided ROM.
122
122
123
- After the competition, the code was open-sourced and
124
- cleaned up to remove references to the competition.
125
- The developers intend on fixing more bugsand adding more features in the near future.
123
+ After the competition, the code was open-sourced and cleaned up to remove
124
+ references to the competition. The developers intend on fixing more bugsand
125
+ adding more features in the near future.
126
126
127
- Some interesting features of this emulator are its server-based nature,
128
- and the no_std core which means that the emulator can be built and
129
- ran pretty much anywhere without much work.
127
+ Some interesting features of this emulator are its server-based nature, and the
128
+ no_std core which means that the emulator can be built and ran pretty much
129
+ anywhere without much work.
130
130
131
- Incoming improvements include online multiplayer,
132
- sound, a WASM port, porting to a libretro core,
133
- and using wgpu instead of sdl for the native GUI and debugger.
131
+ Incoming improvements include online multiplayer, sound, a WASM port, porting to
132
+ a libretro core, and using wgpu instead of sdl for the native GUI and debugger.
134
133
135
134
[ nestadia ] : https://github.com/zer0x64/nestadia
136
135
0 commit comments