How to compile elfutils for x86 based platforms ?
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
If you are trying to compile any network packet capturing related program, there are higher chances you … Read more
bmptoraw is utility to convert bitmap files to raw 16 bit data. This program assumes a 24 … Read more
Most of the times we downloaded some files from the internet, and we also see people provides … Read more
libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more
We create a server using netcat command which listens on 8909 port as below, This server responds … Read more
If you want to create shared library visit our another article “How to create Shared Library in … Read more
If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more
nmcli is a command-line tool for controlling NetworkManager and reporting network status. It can be utilized as … Read more