Electron – Framework to Develop Cross-Platform Desktop Apps

Electron is a platform for writing cross-platform Desktop applications using Web technologies — this means, instead of writing your … Read more

How to resolve : undefined reference to `pcap_lookupdev’

If you are trying to compile any network packet capturing related program, there are higher chances you … Read more

C program to verify the integrity of a file with md5 checksum

Most of the times we downloaded some files from the internet, and we also see people provides … Read more

sniffex – C program to Capture wifi packets using libpcap

libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more

How to Create Static Library in Linux ?

If you want to create shared library visit our another article “How to create Shared Library in … Read more

Difference between static and dynamic library linking

Lets write a simple helloworld program and using which we will try to understand the difference between … Read more

How to create Shared Library in Linux ?

If you want to create static library visit our another article “How to Create Static Library in … Read more