89 skills found · Page 1 of 3
mgeeky / ThreadStackSpooferThread Stack Spoofing - PoC for an advanced In-Memory evasion technique allowing to better hide injected shellcode's memory allocation from scanners and analysts.
klezVirus / SilentMoonwalkPoC Implementation of a fully dynamic call stack spoofer
burakorkmez / Threads CloneMERN Stack Threads Clone + Advanced Chat App
deepankarm / PyleakDetect leaked asyncio tasks, threads, and event loop blocking with stack trace in Python. Inspired by goleak.
music4kid / PMainThreadWatcheriOS platform tool, watch UI thread, report slow call stack.
Krivoblotsky / HardCoreDataCoreData stack and controller that will never block UI thread
SaadAhla / StackCryptCreate a new thread that will suspend every thread and encrypt its stack, then going to sleep , then decrypt the stacks and resume threads
wooparadog / PystackTool to dump python thread and greenlet stacks.
MetaWatchOpenProjects / MetaWatch Gen2This is the repository for the embedded watch source for Bluetooth 2.1 and 4.0 for models WDS111, WDS112, and SW12. This tree is designed for TI Code Composer Studio (CCS) and IAR Embedded Workbench® for TI MSP430. This project has all the modules of the firmware including GUI, Bluetooth stack, background threads, and remote protocol handler. Different branches may be used for more divergent projects. TI's Code Composer firmware IDE is supported in this same firmware repository as the IAR version. The CCS IDE is available for FREE to all Meta Watch users that purchased a WDS11x development system or a development clip for STRATA or FRAME. Until there is a special download site, just get the 30 evaluation version and email ccs@metawatch.org when you need your license upgraded.
sujjeee / Threads CloneThreads built with the t3-stack: Next.js 14, TypeScript, tRPC, Tailwind CSS, Shadcn ui, Prisma ORM, and Clerk Auth.
RT-Thread-packages / NimbleAn Apache open-source Bluetooth 5.0 stack porting on RT-Thread
Zero-Free / Nrf52832 NimbleNimBLE Stack 基于 RT-Thread 在 nRF52832 上的开发
m417z / Thread Call Stack ScannerSafely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussions/15
HSLL175848494 / ThreadPoolA header-only C++11 thread pool based on stack-allocated task containers
MinhasKamal / AlgorithmImplementationsImplementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
CaptGreg / SenecaOOP345 AtticThis folder, attic, contains code fragments. Like most attics, this attic needs a good cleaning. Some fragments are from the usual places on the web, cplusplus.com, stackoverflow, etc. Some fragments are DIY code written in class. Some fragments are as-is as found on the web while others are heavily modified to make work or add functionality. Some fragments are useful, some are not. Most fragments work, some don't. Notable Useful Fragments ======================== fastforward.cpp - a summary of OOP345. funcptr.cpp - examples of the many ways of passing function names to other functions: direct call, c-style function pointer, c++-style function pointer, function object (functor), lambda, bind examples of intersting functions to pass function to: thread, async, packaged_task sp?.cpp - smart pointer resources mi-*.cpp - multiple inheritance resources, clone+diamond problem theading?01?.cpp - threading101?.cpp - basic threading, mutexes - threading201?.cpp - futires and promises - threading301?.cpp - async, packaged_task - threading401?.cpp - how things were done before async + packaged task thread-*.cpp - cool thread code, such as thread pools ll*.cpp - linked list code moveSimple.cpp - move semantics stl-calc-*.cpp - postfix calculator using stl stack, list, vector, deque containers vectorchar*.cpp - how to make a string class mased on std::vector<char> dp-composite*.cpp - composite (tree) design pattern code alarmsetjmp.cpp + setjmp*.cpp - use alarm and setjmp to do interesting things swap.cpp - swapping data in place (without using a temporary) using xor and add operators. asmlist.cpp - how to generate an in-line assembler listing of the code generated by the compiler popen.cpp - how to start up a pipe to a program and read the output from the program folder threading-concurrency_in_action - pdf and sample code from Concurancy in Action book
makemek / Cheatengine Threadstack FinderList all thread's base address based on process id
ValKmjolnir / Nasal InterpreterModern efficient runtime for Nasal: using stack-based direct-threading virtual machine.
CodeExMachina / BlockingCollectionC++11 thread safe, multi-producer, multi-consumer blocking queue, stack & priority queue class
supershaneski / Openai Assistants Api Multi User SampleThis sample project demonstrate the OpenAI Assistants API’s ability to manage single-threaded multi-user interactions through a full-stack app using Node.js, Vue.js, and socket.io for server-client communication.