Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Monthly Archives: October 2025

Create Static Library From Object Files on Linux

Create Static Library From Object Files on Linux

  • October 4, 2025
  • Linux
  • 0 Comments
  • 7 Views
In Linux development, you'll often deal with static libraries - archives ending with .a. These files package several compiled object files (.o) into a single unit, which makes distribution and...
View Object Files of Static Library on Windows

View Object Files of Static Library on Windows

  • October 3, 2025
  • Windows
  • 0 Comments
  • 14 Views
When developing software on Windows with Visual Studio, you'll often see static libraries - files ending in .lib. These libraries are essentially bundles of precompiled object files (.obj) combined into...
Disassemble Binary File on Linux

Disassemble Binary File on Linux

  • October 2, 2025
  • Linux
  • 0 Comments
  • 19 Views
When working with Linux, sometimes you will need to analyze a binary file - maybe you don't have the original source code, you want to understand how a program works...
2 Methods to View Symbols From Object Files in Static Library on Linux

2 Methods to View Symbols From Object Files in Static Library on Linux

  • October 1, 2025
  • Linux
  • 0 Comments
  • 228 Views
When developing software on Linux, you may deal with static libraries (files ending in .a). These archives package compiled object files together, but sometimes you need to see what symbols...
Buy Me a Coffee

Recent Posts

  • Create Static Library From Object Files on Linux
  • View Object Files of Static Library on Windows
  • Disassemble Binary File on Linux
  • 2 Methods to View Symbols From Object Files in Static Library on Linux
  • Extract Object Files From Static Library on Linux

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved