Hi, I thought since I feel like getting into metasploit module development I would do a little howto.
12 posts tagged with "assembly"
View All TagsASM x86 – Interrupts
Hi, in the seventh and last part of my x86 assembler series, I want to talk about interrupts.
ASM x86 – Functions and Calls
Hi, since I haven't written anything for a while (new project), I wanted to continue the x86 assembler series today.
ASM x86 – Stack operations
Hi, in the fifth part of my x86 assembler series, I would like to talk about the stack, because we will need the stack a lot later.
ASM x86 – Loops & Delays
Hi, in the fourth part of my series, I want to talk about loops and delays.
ASM x86 – Jumps & Conditions
Hi, in the third part of my x86 assembler series, I want to talk about jumps and conditions.
Harvard vs. Neumann – Whats the difference?
Hi, I wanted to make a small addition, to the two architectures Harvard and Von-Neumann.
ASM x86 – Arithmetic Commands
Hi, in the second part of the x86 assembler series, I want to go into the most important commands in assembler and show small program examples.
ASM x86 Introduction
Hi, I thought I would do something about assembler on the x86 architecture. Assembler is the instruction set of a CPU that is provided to us. This language is very primitive but still very intuitive. This is a very hardware oriented language.
Small intro in flask
Hi, after some time I decided to share my experience with Flask. Flask is a Python framework for web development.