English 

Daniel Araujo

My knowledge about software is very diverse. I'm capable of styling websites with CSS and writing assembly instructions for microcontrollers.

Projects

Proctal

A tool for modding programs on Linux at runtime.

proctal allocate --pid=12345 -rw 147F78FDA9C000proctal write --pid=12345 --address=7F78FDA9C000 --type=text 'Hello, world!' $'\n'proctal execute --pid=12345 mov rsi, 0x7F78FDA9C000 mov rdx, 14 mov rdi, 1 mov rax, 1 syscallproctal deallocate --pid=12345 7F78FDA9C000
  • Read and write to memory
  • Search for variables (int, float, string) and byte patterns
  • Pause program execution
  • Trace memory access
  • Allocate and deallocate memory blocks
  • Build and execute custom code in the program
  • Dump memory
Learn more at proctal.io

UI89

I was looking for a React UI library that had the look and feel of text user interfaces common in the late 80s and early 90s.

Couldn't find one, so I made my own.

Message
This message was created with react-ui89, an open-source UI toolkit for React.
Would you like to learn more about it?
Yes

Where you can find me