Pinned Repositories
DeepState-CrossPlatform
Cross plateform program
bullets
General internet scanner
chaos
Chaos is a new born playful operating system, it was made to not be perfect and roam freely.
ASM-resources
A few abstracted ASM64 functions for reusing purposes
DeepState
Discord bot
CTFs
CTF challenges and write ups
AssemblyProcedureStringToUppercase
An assembly x64 (masm) procedure to convert a string to uppercase
assembly-print-pyramid
An assembly x64 program which prints a pyramid with a user supplied size
Assembly-X64-convert-integer-to-binary
An assembly x64 (masm) procedure to convert an integer to binary representation
AssemblyQuadraticEquationSolver
An assembly (MASM) procedure to solve quadratic equation
ThePhilosopherV's Repositories
ThePhilosopherV/ShutTheBox
ThePhilosopherV/ThePhilosopherV
Config files for my GitHub profile.
ThePhilosopherV/DeepState-CrossPlatform
Cross plateform program
ThePhilosopherV/ctf-management-system
A web site to play CTFs
ThePhilosopherV/Tchat-random-chat-server
chat with strangers
ThePhilosopherV/qr-code-app-react-native
09-12-2023
ThePhilosopherV/CTFs
CTF challenges and write ups
ThePhilosopherV/excel2vcf
ThePhilosopherV/Music
ThePhilosopherV/DeepState
Discord bot
ThePhilosopherV/bullets
General internet scanner
ThePhilosopherV/ASM-resources
A few abstracted ASM64 functions for reusing purposes
ThePhilosopherV/chaos
Chaos is a new born playful operating system, it was made to not be perfect and roam freely.
ThePhilosopherV/VenomOS
osdev
ThePhilosopherV/assembly-print-pyramid
An assembly x64 program which prints a pyramid with a user supplied size
ThePhilosopherV/AssemblyQuadraticEquationSolver
An assembly (MASM) procedure to solve quadratic equation
ThePhilosopherV/AssemblyProcedureStringToUppercase
An assembly x64 (masm) procedure to convert a string to uppercase
ThePhilosopherV/Assembly-X64-convert-integer-to-binary
An assembly x64 (masm) procedure to convert an integer to binary representation
ThePhilosopherV/GreatestCommonDivisor
A simple c algorithm to calculate the GCD (greatest common divisor) of two numbers.