Pinned Repositories
arachnida
The Spider script recursively extracts images from a given website, with options for depth level and download path, while the Scorpion script parses image files for EXIF and other metadata, displaying basic attributes and EXIF data from compatible extensions.
Archips
cub3d
Based on the famous game Wolf3D, Cub3D is a graphical programming endeavor designed to create a realistic 3D graphical representation of the inside of a maze from a first-person perspective.
cub3D_linux
dr_Quine
Introduction to the auto replication problem and Kleene recursion algorithm
ft_containers
This project is a C++ implementation of several containers from the Standard Template Library (STL).
inception
This project involves setting up a comprehensive infrastructure within a virtual machine using Docker Compose.
libasm
This project is a library of 64-bit Assembly language functions that adhere to specific requirements and conventions. It includes implementations of essential functions like ft_strlen, ft_strcpy, ft_strcmp, ft_write, ft_read, and ft_strdup.
reverse-me
This project is an introduction to reverse engineering.
snow-crash
This project is an introduction to computer security in various sub-domains, with a developer-oriented approach.
Archips's Repositories
Archips/Archips
Archips/cub3d
Based on the famous game Wolf3D, Cub3D is a graphical programming endeavor designed to create a realistic 3D graphical representation of the inside of a maze from a first-person perspective.
Archips/cub3D_linux
Archips/snow-crash
This project is an introduction to computer security in various sub-domains, with a developer-oriented approach.
Archips/arachnida
The Spider script recursively extracts images from a given website, with options for depth level and download path, while the Scorpion script parses image files for EXIF and other metadata, displaying basic attributes and EXIF data from compatible extensions.
Archips/boot2root
Security Challenge. Search for various means to pass root on a given server.
Archips/dr_Quine
Introduction to the auto replication problem and Kleene recursion algorithm
Archips/ft_containers
This project is a C++ implementation of several containers from the Standard Template Library (STL).
Archips/inception
This project involves setting up a comprehensive infrastructure within a virtual machine using Docker Compose.
Archips/libasm
This project is a library of 64-bit Assembly language functions that adhere to specific requirements and conventions. It includes implementations of essential functions like ft_strlen, ft_strcpy, ft_strcmp, ft_write, ft_read, and ft_strdup.
Archips/reverse-me
This project is an introduction to reverse engineering.
Archips/Cloud-1
Archips/cub3D_macos
Archips/darkly
Archips/FdF
The project aims to visualize landscapes by connecting points (x, y, z) with line segments (edges) to create a 3D wireframe model.
Archips/FdF_linux
The project aims to visualize landscapes by connecting points (x, y, z) with line segments (edges) to create a 3D wireframe model.
Archips/FdF_macOs
The project aims to visualize landscapes by connecting points (x, y, z) with line segments (edges) to create a 3D wireframe model.
Archips/ft_irc
The "ircserv" project involves the development of an IRC (Internet Relay Chat) server using C++ 98.
Archips/ft_otp
The script creates a program (ft_otp) that securely stores an initial password and generates a new 6-digit one-time password using the HOTP algorithm upon request.
Archips/get_next_line
Get_next_line is a C function that reads lines from a file descriptor.
Archips/libft
C library containing a collection of essential functions, replicating some standard C library functions.
Archips/mars-robot-kata-fork
Archips/minilibx-linux
Archips/philosophers
This project is an implementation of the classic dining philosophers problem using threads and mutexes.
Archips/pipex
Pipex is a C programming project that simulates the behavior of shell pipes, allowing you to redirect and process data between specified shell commands.
Archips/piscine_cpp
Overview of the fundamentals of C++ and OOP
Archips/printf
The "ft_printf" function is a custom implementation of printf() function in C to handle various conversion specifiers and variable arguments.
Archips/pushswap
This project aims to implement a sorting algorithm using a set of predefined stack manipulation operations.
Archips/write-ups
Reverse engineering write-ups