Curated Unity WebGL reverse engineering, WebAssembly tooling updates for developers and security researchers. 8 relevant releases and technical developments… This page links to original publishers, uses short excerpts, and does not reproduce complete articles.
What's Changed The emscripten config file parser can now handle strings that contain environment variables (e.g. $HOME ) and that use the ~/ prefix. This means that it should be possible, in most cases, to avoid the use of python's os.path within the the config file itself. ( #27215 ) Legacy support for ancient vendor-prefixed DOM APIs was removed ( #27341…
Why it matters: Relevant to Unity WebGL reverse engineering, WebAssembly tooling.
What's Changed analyze support for BuildReports now includes additional data added in Unity 6.6. Also make small update to the schema to better support queries that group by file extension. dump command - further work to bring it to feature parity with binary2text. Concise display of large arrays, floating numbers as hex and proper display of GUID/Hash128 v…
Why it matters: Relevant to Unity engine releases, Unity asset extraction.
fix #500: Update Protectt YARA rule with new sample and strings (#501) * Update Protectt YARA rule with new sample and strings * Update protectors.yara
Why it matters: Relevant to Android reverse engineering, Malware analysis tooling.
Added Added Config option to disallow running the start function of Wasm modules. #1985 Added some more optimizations to Wasmi: Greatly improved speed for accessing instance related objects in the executor. #1940 This optimization builds on a new improved internal Wasm instance layout + caching. Improve performance of call_imported and call_indirect via cac…
StructureType , EnumerationType , and NamedTypeReferenceType called super(Class, self) in __del__ . The interpreter nulls that module-global class name during teardown, so finalizers running at shutdown raised a TypeError . Switch to zero-arg super() here and across the rest of the Python API.
Why it matters: Relevant to Binary reverse engineering, Decompiler research.
StructureType , EnumerationType , and NamedTypeReferenceType called super(Class, self) in __del__ . The interpreter nulls that module-global class name during teardown, so finalizers running at shutdown raised a TypeError . Switch to zero-arg super() here and across the rest of the Python API.
Why it matters: Relevant to Binary reverse engineering, Decompiler research.
We present prophecy variables for forward formulations of program analysis problems that require information about the future execution of the program. We specify prophecy and history variables via a domain specific language that augments the step rules of the base operational semantics with subset inclusion constraints over the prophecy and history variabl…