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
BINARY ANALYSIS(PART 2): INSIDE A BINARY LinuxBaya 6:02 AMNow that we have a high-level idea of what binaries look like and how they work, we’re ready to dive into a real binary format. Executable a... Continue Reading
BINARY ANALYSIS(PART 1): BINARY CREATION LinuxBaya 3:45 AMA binary file is an executable file containing only "0" and "1". In this series of posts, we are going to analyze the bi... Continue Reading
SENSOR DATA VISUALIZATION USING GRAFANA AND MQTT LinuxBaya 6:12 AMIn our last post, we have seen how to fetch sensor data from the edgex foundry to the server-side using the Rest API. Here we will discuss h... Continue Reading