il2cpp-bridge-rs 0.1.3

Rust library for Unity IL2CPP runtime introspection — resolve classes, invoke methods, and interact with the IL2CPP VM at runtime
Documentation
---
name: Bug Report
about: Report a bug or unexpected behavior
title: "[Bug] "
labels: bug
assignees: ''
---

## Description

A clear description of the bug.

## Steps to Reproduce

1.
2.
3.

## Expected Behavior

What you expected to happen.

## Actual Behavior

What actually happened.

## Environment

- **Platform**: (e.g., iOS, macOS, Linux, Android, Windows)
- **Target**: (e.g., `aarch64-apple-ios`)
- **Rust version**: (`rustc --version`)
- **il2cpp-bridge-rs version**:
- **Unity version** (if known):

## Logs / Backtrace

```
Paste any relevant logs or backtraces here.
```

## Additional Context

Any other context about the problem.