An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with function-pointers

A curated list of projects in awesome lists tagged with function-pointers .

https://github.com/v4ss3ur/detourutility

An utility for redirecting C# methods at runtime using detours. Enables patching and replacing method implementations dynamically. It allows altering static/instance methods, property accessors, and extern methods with runtime method redirection.

csharp detours function-pointers method-redirection modding patch patching reflection runtime unity unsafe-code

Last synced: 18 Dec 2024

https://github.com/ncorgan/cpp-callable-to-funcptr

C++17 header-only library that can convert any C++ callable object to a C-style function pointer

c c-plus-plus callback callbacks cpp cpp17 function-pointer function-pointers header-only template

Last synced: 06 Apr 2025

https://github.com/bpavan16/generic-data-structures-in-c

In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,

c-programming datastructures-algorithms function-pointers implementation-of-data-structures pointers-and-references

Last synced: 10 Apr 2025

https://github.com/vimtor/cpp-delegates

Approximation of C# Delegates, Funcs and Actions on C++

cplusplus cpp delegate delegates events function-pointers

Last synced: 12 Apr 2025

https://github.com/murags/printf

Team project building our own printf

function-pointers variadic-functions

Last synced: 26 Feb 2025

https://github.com/gilzoide/functor2c

Single header templates for wrapping C++ functors as opaque userdata plus function pointers for C interop

c-interop cpp cpp11 cpp17 function-pointer function-pointers functor single-file single-file-library single-header single-header-library

Last synced: 30 Apr 2025

https://github.com/hackersa3edy/alx-low_level_programming

Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.

algorithms alx-africa bit-manipulation c-programming command-line-arguments data-structures debugging dynamic-libraries file-io function-pointers hash-tables holbertonschool linkedlists low-level-programming makefiles memory-management preprocessor search-algorithms static-libraries variadic-functions

Last synced: 22 Feb 2025