licenses.dev

chiter v0.4.3

Memory editing library aimed at game hacking.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT12
PackageRelationDependenciesPublished
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
boolinator • 2.4.0Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.DIRECT2
MIT10
PackageRelationDependenciesPublished
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.DIRECT2
libudis86-sys • 0.2.1Low-level bindings to libudis86, the x86 disassemblerINDIRECT3
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
mmap-fixed • 0.1.6A library for dealing with memory-mapped I/O This is a fork of a fork of the original rust-mmap with updated dependencies and a fix for the Windows version. This exists only because there are no other alternative crates for `MAP_FIXED` allocations. INDIRECT4
region • 2.2.0Cross-platform virtual memory APIINDIRECT6
slice-pool • 0.3.4A library for using a slice as a memory poolINDIRECT0
tap • 0.3.1Generic extensions for tapping values in RustINDIRECT0
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
detour • 0.6.0A cross-platform detour library written in RustDIRECT19
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/chiter)](https://licenses.dev/cargo/chiter)
<a href="https://licenses.dev/cargo/chiter">
  <img src="https://licenses.dev/b/cargo/chiter" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.3 version:

[![licenses](https://licenses.dev/b/cargo/chiter/0.4.3)](https://licenses.dev/cargo/chiter/0.4.3)
<a href="https://licenses.dev/cargo/chiter/0.4.3">
  <img src="https://licenses.dev/b/cargo/chiter/0.4.3" alt="licenses" />
</a>
GitHub