ScriptScorpion's repositories
IncrementalBruteForce
tool for iterating through all possible password combinations, written in my favorite C++
Vimrc
my minimal working vimrc conf
MatrixGenerator
this tool helps build arrays with amount rows and columns you entered
AutoTests
AutoTests - this is tool that helps check output of your code if it is expected or unexpected
HttpServer
simple http server that displays page on the browser(http://localhost:port) port - is number you entered then started server
WhiteNoise
SDL2 window that constantly shows white noise
BitwiseInfo
this tool gets info about bits in number
ZeroMessage
utility that helps communicate with others without internet
SimpleKeylogger
Simple keylogger using SDL2
Input-Converter
this tool helps get all numeral representations about any type of data you entered
StackPusher
tool to get address of what you pushed, that you can type cast to see what located inside that address
NumberSplit
Gives you information about what your numbers called
AsmToPseudoCode
Official converter from Assembly to Pseudo C
NumeralSystems-lib
NumeralSystems-lib - it is library that helps convert any number to formats like: binary, hexadecimal.
DataTypesInfo
this tool helps get info about data type
EasierPtrs-lib
EasierPtrs-lib - it is library that makes easier syntax for smart pointers in C++
Ascii-numbers
Enter any ASCII number in "ASCII_NUM" variable in code and see what character behind this number
Dynamic-memory-tutorial
Tutorial for dynamic memory with example