920 skills found · Page 1 of 31
red / RedRed is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file!
armbian / BuildThe official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel configuration, U-Boot handling, and board-specific tweaks for various ARM and ARM64 single-board computers.
yassinebenaid / BunsterCompile shell scripts to static binaries.
x2on / OpenSSL For IPhoneA script for compiling OpenSSL for iOS Devices (iPhone, iPad, Watch, iPod Touch, AppleTV, MacCatalyst)
neurobin / ShcShell script compiler
ryanmjacobs / CCompile and execute C "scripts" in one go!
rust-lang / Cc RsRust library for build scripts to compile C/C++ code into a Rust library
glycerine / ZygomysZygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
MScholtes / PS2EXEModule to compile powershell scripts to executables
vygr / ChrysaLispParallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
tdenniston / BishBish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
rdp / Ffmpeg Windows Build HelpersHelper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
t3l3machus / PowerShell Obfuscation BibleA collection of techniques, examples and a little bit of theory for manually obfuscating PowerShell scripts to achieve AV evasion, compiled for educational purposes. The contents of this repository are the result of personal research, including reading materials online and conducting trial-and-error attempts in labs and pentests.
libretro / Common ShadersCollection of commonly used Cg shaders. These shaders are usable by either HLSL and/or Cg runtime compilers. The cg2glsl script will translate most of these into GLSL shaders.
sibears / IDAGolangHelperSet of IDA Pro scripts for parsing GoLang types information stored in compiled binary
igor-petruk / ScriptistoA language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
WithSecureLabs / Python Exe UnpackerA helper script for unpacking and decompiling EXEs compiled from python code.
maaaaz / Impacket Examples WindowsThe great impacket example scripts compiled for Windows
electron-userland / Electron WebpackScripts and configurations to compile Electron applications using webpack
deepnoodle-ai / RisorRisor is a fast, embeddable scripting language for Go applications. Add dynamic expressions, filters, and user-defined logic to your Go programs without embedding a heavy runtime like V8 or Python. Expressions compile to bytecode and run on a lightweight VM. Pure Go, minimal dependencies.