Carlos Alvarez·Nov 2, 2020All About ELF formatIt is a common standard file format for executable files, relocatable code (object ie .o files), shared libraries, and core dumps. It is a…
Carlos Alvarez·Aug 29, 2020Hacking the Virtual MemoryToday I’m going to show you what I’ve learned about hacking virtual memory, how to alter/hack the memory(heap in this case) used by a…
Carlos Alvarez·Jan 13, 2020What happens when you type holbertonschool.com in your browser and press EnterQuestion trap in most interviews because they do not specify which part relate..
Carlos Alvarez·Oct 24, 2019How to explain Machine Learning to my grandma.Grandma, I going to Explain you machine learning, I assure you I’ll Understand That you all. Machine learning is a valuable tool to help…
Carlos Alvarez·Oct 9, 2019Python3: Mutable, Immutable… everything is object!In the next few lines, I will explore what it means exactly because everything is an object in python. This short guide is intended to…
Carlos Alvarez·Aug 28, 2019What happens when you types ls -l in the shell…Summary for NOT informatics .. for example my mom…