After decompiling the dlls from a unity game, what would be the easiest way to recompile them into the original assembly?

This page summarizes the projects mentioned and recommended in the original post on /r/HowToHack

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dnSpy

  • If they are C# (most likely) and don’t use IL2CPP then you can just recompile them using dnspy https://github.com/dnSpy/dnSpy. If they use IL2CPP you won’t be able to recompile but you can do stuff like hook functions or modify the assembly (if they don’t check checksum) to do what you want

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts