Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Work-in-progress tool to reverse unity's IL2CPP toolchain.

Results 71 Cpp2IL issues
Sort by recently updated
recently updated
newest added

Adds a basic handler for IPA files. Fixes #211

Can i use it for android games and how?

* Fix static properties * Fix a couple trimming issues in Capstone

Bumps [Disarm](https://github.com/SamboyCoding/Disarm) from 2022.1.0-master.26 to 2022.1.0-master.34. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Disarm&package-manager=nuget&previous-version=2022.1.0-master.26&new-version=2022.1.0-master.34)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
.NET

Bumps [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Desktop` from 11.0.0-preview5 to 11.0.6 Release notes Sourced from Avalonia.Desktop's releases. 11.0.6 https://www.nuget.org/packages/Avalonia/11.0.6 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.5...11.0.6 Join Discussion:...

dependencies
.NET

Bumps [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia), [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.Themes.Simple](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Diagnostics` from 11.0.0-preview5 to 11.0.6 Release notes Sourced from Avalonia.Diagnostics's releases. 11.0.6 https://www.nuget.org/packages/Avalonia/11.0.6 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.5...11.0.6 Join...

dependencies
.NET

Bumps [Avalonia.AvaloniaEdit](https://github.com/AvaloniaUI/Avalonia.AvaloniaEdit) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.AvaloniaEdit` from 11.0.0-preview2 to 11.0.5 Commits See full diff in compare view Updates `Avalonia` from 11.0.0-preview4 to 11.0.0...

dependencies
.NET

Bumps [AvaloniaEdit.TextMate](https://github.com/AvaloniaUI/Avalonia.AvaloniaEdit), [Avalonia.AvaloniaEdit](https://github.com/AvaloniaUI/Avalonia.AvaloniaEdit) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `AvaloniaEdit.TextMate` from 11.0.0-preview2 to 11.0.5 Commits See full diff in compare view Updates `Avalonia.AvaloniaEdit` from 11.0.0-preview2 to...

dependencies
.NET

## Motivation Separating the binary into [basic blocks](https://en.wikipedia.org/wiki/Basic_block) could improve analysis. * Many native function starts can be identified with call instruction to their address. * In particular, the function...

enhancement
area:isil