Common Security Flaws in C and C++ LinuxBaya 11:31 PMIn this post, we’ll walk through some of the most common and dangerous security flaws in C and C++ programming: buffer overflows, integer o... Continue Reading
Essential C++ Coding Practices for Readability and Maintainability LinuxBaya 11:20 PMThere are certain rules and best practices that can significantly improve the readability, maintainability, and overall quality of your code... Continue Reading
Writing Secure Code in C and C++: A Practical Guide for Developers LinuxBaya 10:24 PMC and C++ are very powerful programming languages, known for their speed, low-level access to memory, and flexibility. But with great power ... Continue Reading
BINARY ANALYSIS(PART 4): BINARY HACKING LinuxBaya 8:14 AMFrom the previous two posts , we got some basic ideas about all 4 parts of an ELF binary i.e. executable header, program header, section, an... Continue Reading
BINARY ANALYSIS(PART 3): INSIDE A BINARY LinuxBaya 10:24 PMIn the previous post , we discussed the executable header and the section header. Now we are familiar with the structure of the section head... Continue Reading