OIOnoniwu Ifeanyiinwisdomblogs.hashnode.dev·Dec 30, 2022 · 2 min readGetting Started with CPython: 2Hello reader, The last article on CPython, we talked about calling a simple hello world function from a python script. Read about it here. Let us talk about printing the attributes of a python list object as defined in C Task: Print the number of ite...00
OIOnoniwu Ifeanyiinwisdomblogs.hashnode.dev·Dec 30, 2022 · 2 min readGetting Started with CPython : 1Hello reader, It's the second sprint of the ALX-SE program and things are getting more interesting. In the first sprint, most advanced tasks were mostly about 'crack-mes', now they are about CPython and then python bytecodes. This article aims to giv...00
OIOnoniwu Ifeanyiinwisdomblogs.hashnode.dev·Dec 29, 2022 · 3 min readHello World in AssemblyHello reader, Today we will consider how to write a hello world program in assembly language. The hello world program, uses the sys.write system call. The write system call documentation can be seen in the man 2 section of write in linux. $ man 2 wri...00
OIOnoniwu Ifeanyiinwisdomblogs.hashnode.dev·Nov 27, 2022 · 5 min readImplementation of strtok C Library FunctionHello dear reader, Today we will talk about the strtok function and how it is implemented. How the function works The C library function strtok breaks a string into tokens depending on the delimiter given. Example: "Hope you are doing fine?" broken d...00
OIOnoniwu Ifeanyiinwisdomblogs.hashnode.dev·Nov 25, 2022 · 4 min readSolve Crackmes Without Knowledge of AssemblyHello, dear reader. This is my first post on this blog and I wanted to use it to explain something that bugged me for a while. At ALX-Holberton, we had some optional tasks which involved cracking the passwords to compiled programs. We were told we co...00