BinarySpritz

A blog about computer science, artificial intelligence, cybersecurity, static analysis, data science, binary analysis, and much more

Latest posts

  • Gitignore

    In a repository not all files are part of the code base. For example, each directory in Mac contains a .DS_Store file, not relevant for the project. For a mac user, this is very tedious. Every time we check the git status, the .DS_Store appears listed.

  • Hello World in assembly!

    Hello world is the very first step for every programming language. But no matter what language you choose, your code will be eventually be transformed and executed in assembly form. So, let’s see how we can directly interact with the processor to print a message.

  • Binary Spritz ... in binary!

    Do you want to know the binary ascii of Binary spritz? Here’s a quick python script to print it!

  • Hello World!

    As in computer science tradition, the very first step starts with the catch-free Hello World. We launch our new page with hope of sparking interest in technology and computer science. Buckle up and tune in for future posts!