IDAPython plugin for generating whole yara rules/ patterns from x86/x86-64 code. Operation called 'parameterization' applyes to selected code/function. This operation finds alternatives for any possible operands and create pattern
This is a very barebones & hacky demo of using OpenType to mix glyphs from 3 different fonts. It's basically just one file (combine.py). fontname.py is something I just copied in from here to rename the font.
SoC based on SERV, Olof Kindgren's bit-serial RISC-V processor. It provides Execute in Place (XiP) from Flash. This improves the usability of the CPU core, at the cost of added complexity and slower execution speed.
AngstStealer is a POC malware which is designed to highlight and utilize Discord as an attack vector. While it is fully functioning it was created for educational purpose's, please do not use misuse this tool.
This is a rather rough script to generate a GPX file for the optimum "burbing" route. Burbing is the process of riding every road in a suburb or locality.
pyCrossfade is born out of a personal effort to create seamless and customizable transitions between music files using beat matching, gradual bpm change on bars and EQ manipulation
The NK Microservices project serves as a pilot project and/or a reference to be used by anyone who wishes to write software using the Microservices approach.
Keechma/pipelines library is a manager for asynchronous and concurrent ClojureScript code. It is a part of the Keechma/next stack but is not dependent on Keechma/next and can be used in any ClojureScript codebase.
Efficient effect handlers based on evidence translation [1]. The interface and design is described in detail in "Effect Handlers in Haskell, Evidently", Ningning Xie and Daan Leijen, Haskell 2020.
Oralyzer, a simple python script, capable of identifying the open redirection vulnerability in a website. It does that by fuzzing the url i.e. provided as the input.
OpenLANE is an automated RTL to GDSII flow based on several components including OpenRoad, Yosys, Magic, Netgen, Fault and custom methodology scripts for design exploration and optimization.
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client co