Top Online Tools for Software Developers from ExtendsClass

In today’s fast-paced software development environment, having access to reliable online tools can significantly enhance productivity and … Read more

How to Cross Compile Busybox for ARM ?

Static Busybox

BusyBox combines tiny versions of many common UNIX utilities / commands into a single small executable. It … Read more

Effective Debugging Techniques for Embedded Linux Development

Debugging is an essential skill for any developer, especially when working with embedded Linux systems. These systems … Read more

How to use hexedit to View and Edit Binary Files in Hexadecimal ?

If we have a binary file and we need to edit some of the text from this … Read more

Use hcitool to get Bluetooth device information

Below commands are shown for communication between Linux Laptop and Samsung Mobile to get Mobile bluetooth device … Read more

Monitor Memory, CPU usage, processes i.e. system resources on Linux

memory_monitor

System administrators need to monitor their server to ensure proper functioning. The practice enables administrators to detect … Read more

How to Check Memory Usage in Linux using SMEM ?

smem

smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, … Read more

How to record and replay Linux terminal commands ?

If you want to capture something like commands when you are installing some software, compiling some opensource … Read more

Meaning of “CONTENTS, ALLOC, LOAD, READONLY, CODE” in ELF sections

Once we disassembled the ELF to check the sections using “objdump” command, we can see the lines … Read more

How to check sections and its memory map of Binary / ELF using GDB ?

In this post, we hope you already have GDB debugging setup already done for your development or … Read more