[Help] Dumping unity DLL (kongregate)
Dumping unity DLL (kongregate)
Dumping unity DLL (kongregate) Posted on: 04/30/2020 5:44pm
Quote Post

Hey all,

I tried dumping unity games looking for the AssemblyCsharp DLL and I discovered that I am unable to do that with chrome, firefox, and edge.  I recognize that NPAPI was disabled years ago and went looking for newer tutorials and came up with nothing.  Anyone have suggestions?




RE: Dumping unity DLL (kongregate) Posted on: 04/30/2020 7:40pm
Quote Post
Ubi Maior Minor Cessat

i explored that at some point in the past and it was basically getting the bundle js filed from unity webgl exports and feeding them through some tools like ILtoCPPdumper but the technology changes so fast and you get heuristic results that are hard to translate into proper edits/aobs.  There is no proper wasm tooling (that i know of )yet either to tackle the actual in browser stuff so it is a tiring process of trial and error and code structure goes out of whack with flat memory layout ie no property access / methods signature not being easy to infer
Really made me appreciate the work the guys before me did to pave the way for flash. If you achieve something share it back

RE: Dumping unity DLL (kongregate) Posted on: 04/30/2020 8:02pm
Quote Post

here's what i've found so far

https://www.youtube.com/watch?v=Sa1QzhPNHTc