Light and Sun.
post @ 2021-06-01

实现二分的两种不同方式,避免陷入死循环。

阅读此文

整理linux中readelf、objdump工具的用法。

阅读此文
post @ 2021-05-30

整理32位elf格式中常见的重定位类型的含义与用法。

阅读此文

In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that, being placed somewhere in the primary memory, executes properly regardless of its absolute address.

阅读此文

程序的性能分析在判断问题和改进代码上作用很大,Valgrind和gprof是两个很有用的分析工具。

阅读此文

defensive copying(保护性拷贝)是在软件实现中常会用到的概念,这篇博客主要介绍为什么需要 defensive copy 和如何实现 defensive copying。

阅读此文

Test strategy means “How you are going to test the application”. It deals with test objectives, approach, test environment, automation strategy and tools, and risk analysis with a contingency plan.

阅读此文
⬆︎TOP