il2cpp_rs 0.1.3

A library for interacting with il2cpp on Windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "il2cpp_rs"
version = "0.1.3"
edition = "2024"
authors = ["https://github.com/ElCapor"]
description = "A library for interacting with il2cpp on Windows"
license = "GPL-3.0"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ElCapor/il2cpp_rs"
homepage = "https://github.com/ElCapor/il2cpp_rs"
keywords = ["il2cpp", "inject", "library", "unity", "hooking"]
categories = ["api-bindings", "development-tools::ffi", "security"]

[dependencies]
windows = {version="0.62.2", features = ["Win32_Foundation", "Win32_System_Console", "Win32_System_LibraryLoader"]}
parking_lot = {version="0.12.5"}
paste = "1.0.15"