All Posts

  • Published on
    计算机计数系统简介以及不同数制之间的转换
  • Published on
    修复栈没有对齐而导致利用脚本失效的小问题。
  • Published on
    In eza, there exists a potential heap overflow vulnerability, first seen when using Ubuntu for Raspberry Pi series system, on `ubuntu-raspi` kernel, relating to the `.git` directory.
  • Published on
    通过控制 `gets` 的写入位置,把 shellcode 放在预设的地方。相比以前不确定的 shellcode 位置,这种方法让我们对 shellcode 的控制更加精确可靠。
  • Published on
    RELRO(Relocation Read-Only,重定位表只读)也是一种保护机制,可以有效防止 GOT 表被覆写。