Main Page: Difference between revisions

From 0x221e
Jump to navigationJump to search
m Add knowledge base information
m libneuron, specify C programming language
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
This website contains explanation and documentation of my projects.
This website contains explanation and documentation of my projects.


You can view [https://0xinfinity.dev/index.php/Projects a comprehensive list of my projects] as well as access my [https://universe.0xinfinity.dev git instance].
You can view [[Projects|a comprehensive list of my projects]] as well as access my [https://universe.0xinfinity.dev git instance].


I am also building my own knowledge base where I document the things that I learn from my cybersecurity and low-level development projects/readings.
I am also building my own knowledge base where I document the things that I learn from my cybersecurity and low-level development projects/readings.


==Long-Term Projects==
==Long-Term Projects==
=== Metal (and MetalC) ===
=== [[Project:Metal|Metal (and MetalC)]] ===
An OS development programming language that emits raw x86 machine code. Specifically designed to create operating systems, bootloaders, and other bare-metal projects. It removes the need to use a seperate linker file and contains its own VBA and LBA directives to specify virtual and loaded memory.
An OS development programming language that emits raw x86 machine code. Specifically designed to create operating systems, bootloaders, and other bare-metal projects. It removes the need to use a seperate linker file and contains its own VBA and LBA directives to specify virtual and loaded memory.


Access the source code through: [https://universe.0xinfinity.dev/metal/metalc https://universe.0xinfinity.dev/metal/metalc]
Access the source code through: [https://universe.0xinfinity.dev/metal/metalc https://universe.0xinfinity.dev/metal/metalc]
=== [[x221e distro]] ===
A custom security-hardening focused linux distribution. With confidentiality lockdown configured out-of-the-box, and amnesiac filesystem layout configured, it is designed to prevent long term persistence. This distribution is constantly evolving, with features planned such as; ML security system that trains on the user's behavior, each application being compartmentalized into seperate Xen DomU's and forwarded through my [[wlproxy|wlproxy project]].
=== libneuron ===
A machine learning library in C that utilizes my [[libautograd]] library, implementing interfaces to use Multi Layer Perceptrons and, in the future, Transformers.

Latest revision as of 07:21, 10 July 2026

0x221e wiki

This website contains explanation and documentation of my projects.

You can view a comprehensive list of my projects as well as access my git instance.

I am also building my own knowledge base where I document the things that I learn from my cybersecurity and low-level development projects/readings.

Long-Term Projects

An OS development programming language that emits raw x86 machine code. Specifically designed to create operating systems, bootloaders, and other bare-metal projects. It removes the need to use a seperate linker file and contains its own VBA and LBA directives to specify virtual and loaded memory.

Access the source code through: https://universe.0xinfinity.dev/metal/metalc

A custom security-hardening focused linux distribution. With confidentiality lockdown configured out-of-the-box, and amnesiac filesystem layout configured, it is designed to prevent long term persistence. This distribution is constantly evolving, with features planned such as; ML security system that trains on the user's behavior, each application being compartmentalized into seperate Xen DomU's and forwarded through my wlproxy project.

libneuron

A machine learning library in C that utilizes my libautograd library, implementing interfaces to use Multi Layer Perceptrons and, in the future, Transformers.