Skip to content
View hktkdmp's full-sized avatar
Block or Report

Block or report hktkdmp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • ck Public

    Forked from concurrencykit/ck

    Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance conc…

    C Other Updated Apr 17, 2024
  • tcmalloc Public

    Forked from google/tcmalloc
    C++ Apache License 2.0 Updated Apr 16, 2024
  • Unofficial mirror of sourceware binutils-gdb repository. Updated daily.

    C Other Updated Apr 3, 2024
  • glibc Public

    Forked from bminor/glibc

    Unofficial mirror of sourceware glibc repository. Updated daily.

    C Other Updated Apr 3, 2024
  • Main gperftools repository

    C++ BSD 3-Clause "New" or "Revised" License Updated Mar 27, 2024
  • PlantUML Online Server

    Java GNU General Public License v3.0 Updated Feb 15, 2024
  • libunwind Public

    Forked from libunwind/libunwind

    libunwind official github repo (in need of new / additional maintainer, mail/open issue if interested)

    C MIT License Updated Jan 29, 2024
  • sysstat Public

    Forked from sysstat/sysstat

    Performance monitoring tools for Linux

    C GNU General Public License v2.0 Updated Jan 27, 2024
  • libcds Public

    Forked from khizmax/libcds

    A C++ library of Concurrent Data Structures

    C++ Boost Software License 1.0 Updated Oct 17, 2023
  • cppreference.com html archive converter to microsoft help (for Visual Studio 2012+) and chm help (for Windows)

    CSS MIT License Updated Oct 1, 2023
  • Example of hooking malloc() and free() using LD_PRELOAD on Linux systems. Contents of buffer are printed on release.

    C GNU General Public License v3.0 Updated Dec 28, 2022
  • ptrace注入,hook malloc/free

    C Updated Sep 22, 2022
  • rpi_tools Public

    Forked from raspberrypi/tools
    C Updated Jul 11, 2022
  • Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++

    C++ MIT License Updated Jul 11, 2022
  • malloc hook statistics

    C++ Updated May 7, 2022
  • 本仓库用于记录自 2017年10月16日起,在英语流利说任职期间的各方面知识汇总(以下内容不足以体现全部,一些敏感内容已移除)~

    MIT License Updated Apr 29, 2022
  • linux下malloc-hook的一种方式,通过LD_PRELOAD实现底层内存分配与释放的统计,可用于定位内存泄漏等场景

    C Updated Apr 12, 2022
  • debuglib Public

    Forked from rofl0r/debuglib

    wrapper library for the functionality offered by ptrace. features facilities to enter breakpoint, debug and hook syscalls, etc.

    C Other Updated Apr 6, 2022
  • Stack trace visualizer

    Perl Updated Aug 23, 2021
  • Hook Public

    Forked from Powerful99/Hook

    Ring3下的Inline Hook详细过程和注意事项

    Updated Aug 20, 2021
  • googletest Public

    Forked from google/googletest

    GoogleTest - Google Testing and Mocking Framework

    C++ BSD 3-Clause "New" or "Revised" License Updated Aug 13, 2021
  • stacktrace Public

    Forked from boostorg/stacktrace

    C++ library for storing and printing backtraces.

    C++ 1 Updated Aug 11, 2021
  • xHook Public

    Forked from iqiyi/xHook

    🔥 A PLT hook library for Android native ELF.

    C Other Updated Aug 10, 2021
  • hookso Public

    Forked from esrrhs/hookso

    linux动态链接库的注入修改查找工具 A tool for injection, modification and search of linux dynamic link library

    C++ MIT License Updated Jul 16, 2021
  • In this demo project I am using tcp/ip communication protocol for sending pictures who has large data like 30 mb without data lose or corrupted data.

    C++ MIT License Updated Jun 5, 2021
  • XCoroutine Public

    Forked from DoasIsay/XCoroutine

    一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协程的signal信号处理机制,提供不同线程间协程同步协作的互斥量mutex,读写锁,条件变量cond,信号量sem,co…

    C++ Updated Apr 17, 2021
  • gothook-1 Public

    Forked from s1341/gothook

    A rust library providing GOT/PLT based function hooking

    Rust MIT License Updated Apr 16, 2021
  • C++ 无锁链表,(粗粒度锁 mutex-> 细粒度锁 spin -> 无锁 atomic), 参考https://github.com/alwaysR9/lock_free_ds

    C++ Updated Mar 29, 2021
  • Embedded Backtrace and Stack Unwinder for ARM Cortex-M

    C Mozilla Public License 2.0 Updated Mar 21, 2021
  • malloc hook LD_PRELOAD experiment

    C Updated Mar 17, 2021