Posts

What is a C# Library and How do I Build One from Scratch

5 minute read

By i_Zesty

A C# library is a reusable piece of code that can be referenced by other applications or libraries. In this blog post, you will learn how to create a C# library project using Visual Studio, how to add classes and methods to your library, and how to use your library in another application or library.


Read Post

December 28, 2023

Reconstructing Wizard101 Source Code Using IDAPython

7 minute read

By AmJayden

Using IDAPython to reconstruct the file hierarchy of Wizard101 and rename all of the functions.


Read Post

December 27, 2023

Fuzzing a Bug in Luau and Lua 5.2's Arithmetic

4 minute read

By AmJayden

In this post, I discuss how I developed a fuzzer for Lua 5.2, which led me to discover a bug in its arithmetic operations. Interestingly, this bug was not only present in Lua 5.2, but also in its previous versions and in Luau.


Read Post

December 23, 2023