Closed4

Unity(WebGL)でビルドしたwasmファイルをデコンパイルする

shayao3shayao3

Unityでシーン作成

  • とりあえずキューブを作成
  • SaveしてWebGLでBuild
  • 出力された[ExampleBuild].wasm.gzを解凍

shayao3shayao3

デコンパイルにwasmdecを試す

Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value 16777216, (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 ") at Error
shayao3shayao3

実行結果

  • 500万行程度のCのコードが出力された
このスクラップは2022/02/02にクローズされました