Skip to content

Commit 281aa40

Browse files
committed
N22: Nestadia
1 parent 608ec62 commit 281aa40

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

content/news/022/index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ May's full weekly devlogs: "This Week In Veloren...":
9090
## Learning Material Updates
9191

9292
## Library & Tooling Updates
93-
9493
### [naga]
9594

9695
![Dota2 running on Naga](gfx-dota2-naga.jpg)
@@ -108,6 +107,28 @@ done by [naga], roughly 4x as fast as the C++ alternative
108107
[gfx-portability]: https://github.com/gfx-rs/portability
109108
[gfx-naga-blog]: https://gfx-rs.github.io/2021/05/09/dota2-msl-compilation.html
110109

110+
### [Nestadia][nestadia]
111+
112+
![alt text](img)
113+
_optional image label_
114+
115+
[Nestadia] ([https://github.com/zer0x64/nestadia]) by [@zer0x64], [@junior_n30] and [@CBenoit]
116+
is a server-based NES emulator.
117+
118+
Nestadia was written as a reverse engineering and memory exploitation challenge
119+
for NorthSec CTF 2021, a cybersecurity competition, where the 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.
122+
123+
After the competition, the code has been cleaned up from references to the competition
124+
and open-sourced. The developers intend on fixing more bugs and adding more features in the near future.
125+
126+
Incoming improvements include online multiplayer, sound, a WASM port,
127+
porting to a libretro core and use wgpu instead of sdl for the
128+
native GUI and debugger.
129+
130+
[nestadia]: https://github.com/zer0x64/nestadia
131+
111132
## Popular Workgroup Issues in Github
112133

113134
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)