unsafe
There are 105 repositories under unsafe topic.
zeebo/goof
Goof (Go Object Finder) is a package that does the unthinkable to your binary
lukechampine/freeze
An immutability helper for Go
murisi/L2
A minimalist type-inferred programming language with procedural macro support
mehcode/guerrilla
☢ Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
bramp/unsafe
Assorted java classes that make use of sun.misc.Unsafe
grailbio/base
A collection of Go utility packages used by GRAIL's tools
mstrYoda/gommons
Swiss army knife for Golang developers
jeremyBanks/you-can
you shouldn't
cristaloleg/sabotage
Collection of dirty hacks in Go
wdamron/amt
Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)
Moderocky/Overlord
A powerful memory management library. Perform illegal, unsafe and incredibly dangerous operations on your JVM's native memory with no restrictions.
Rongmario/ImagineBreaker
Java 9-25 Hackery, destroys module system + reflection filters
DennisCorvers/UnsafeCollections
Various collections which are completely unmanaged by the GC
Decimation/Novus
Low-level utilities and tools for working with the CLR and memory.
Decimation/RazorSharp
Low-level utilities and tools for working with the CLR and memory.
bretcope/PerformanceTypes
A collection of low (or zero) allocation algorithms for .NET
karlamoe/unsafe-accessor
A bridge to access sun.misc.Unsafe & jdk.internal.misc.Unsafe
mynna404/shut_up
Using trust_me、shut_up、cpp_start or other keywords replace 'unsafe' in Rust. Compiler shut up!
Yamakaja/class-hacking
Extending final classes!
Decimation/NeoCore
Low-level utilities and tools for working with the CLR and memory.
mkroening/count-unsafe
Recursively count unsafe Rust code in a given path.
HexaEngine/Hexa.NET.Utilities
A utility library for working with unmanaged memory and more.
riesha/tiny-template
template for creating tiny rust binaries
dzmitry-lahoda/NetStack
Code for creating concurrent networking systems for multiplayer games
Clonkk/parachute
Nimble package for tagging and tracking unsafe stuff in Nim !
HuayongHu/cloudflare_chat
利用cloudflare的Workers AI搭建简易的聊天bot
jlauinger/master-of-science
Identification and Analysis of unsafe.Pointer Usage Patterns in Open-Source Go Code
nlpub/word2vec-pyro4
Word Vectors Served via Pyro4.
as/codecrime
unsettling or bizzare Go snippets
bitbar/owasp-unsafe-passwords
List of top unsafe passwords
gc-garcol/cafe-ringbuffer
A simple high-performance ring buffer handling 10,000,000 messages/sec.
KasukuSakura/jvm-self-attach
Launch javaagent on current jvm
qnighy/clone-into-box
A Rust library for cloning trait objects
Yoticc/ObjectDumper
.net9 library for dumping objects and structures in console
Alessandro-Salerno/Listlib
Listlib is a simple, unsafe, slow and easy to use library that implements a heap-allocated vector of any type
WilliamVenner/fn_abi
✨ A proc attribute macro that sets the ABI/calling convention for the attributed function