Portfolio
Projects
All of my public projects can be seen in my [Github](https://github.com/Starcity1). But some projects are not yet released for the public, or are still under construction. But below I will have some small recent, public projects I find cool.
Personal-Website
This is the project you are looking at right now. A simple GitHub Pages website that use the already-implemented Jekyll's engine in GitHub to create a static website such as this one. In addition I used the minimal-mistakes webpage template (I am not a front-end engineer, so I have little to no experience on making a website look pretty). While this project's technical aspects are interesting by themselves to mention; the project shines on how it will be used.
In my perspective, the project rather represents as a way for anyone interested to see a bit on how I think and what are my interests. For me, it is a platform for myself to dump any cool article, or idea I have in mind. In fact, I intend for the bulk of this project to be my blogs. As I really want to write and document anything I deem worth sharing with a user!
Ghidra-Assistant
A class-project turned into a small passion project. Using the power of text processing and embedding, the assistant will read a target binary Ghidra is able to process. It will then read prescribed functions given by the user and help the user understand the contents of the decompiled code. Uses OpenAI's API and JPype to connect and fetch information from some Ghidra project and feed it into a OpenAI's GPT-X model. Using basic prompt engineering the assistant is still ways to go from becoming project ready. In my opinion the project is in a "proof-of-concept" stage as of now. More work will be done in the future though.