You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.
A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework designed to be simple and fast
Inline syscalls, hidden calls : - Resolves syscall IDs dynamically at runtime - Uses PE parsing to avoid runtime memory patching - Written in modern C++ with MASM integration - Educational tool for understanding Windows internals ⚠️ For research and educational purposes only
A Linux based distributed application comprising server, client and its very own database which can handle multiple clients. Giving client features like adding, deleting and modifying data in the server database. This is achieved employing Linux socket programming(uses TCP/IP protocol suite) and shared memory IPC.