@@ -90,7 +90,6 @@ May's full weekly devlogs: "This Week In Veloren...":
90
90
## Learning Material Updates
91
91
92
92
## Library & Tooling Updates
93
-
94
93
### [ naga]
95
94
96
95
![ Dota2 running on Naga] ( gfx-dota2-naga.jpg )
@@ -108,6 +107,28 @@ done by [naga], roughly 4x as fast as the C++ alternative
108
107
[ gfx-portability ] : https://github.com/gfx-rs/portability
109
108
[ gfx-naga-blog ] : https://gfx-rs.github.io/2021/05/09/dota2-msl-compilation.html
110
109
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
+
111
132
## Popular Workgroup Issues in Github
112
133
113
134
<!-- Up to 10 links to interesting issues -->
0 commit comments