-
Hi,
tried to depack the following abandond ags game & repack it for usage with the opensource AGS 3.5 editor.
Freeware files are from here:
http://web.archive.org/web/20160328095603if_/http://m…
-
I am one of the principal developers on the Visual Studio Debugger and the original developer of several of Visual Studio's core debugging scenarios. The ilspy decompiler is a very impressive piece of…
-
I cloned from a fresh repo and ran the command line as specified. This is what I get. I don't know what the problem is.
```
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET
Copyright …
-
**Is your feature request related to a problem? Please describe.**
Using debug information or dynamic analysis, one might figure out the layout of a class. For example code like this is fairly stra…
-
See this code:
``` js
(function(view) {
alert(typeof Test);
view.test = function Test() {
console.log(Test);
};
})(this);
```
It's minimized to:
``` js
(function (a) {
ale…
-
Game name: (Subnautica)
Engine version: (unity - 2019)
Platform: (unity - PC)
Error message: Magic number doesn't match
Stack trace: when uTinyRipperGUI.Exporters.ShaderDXExporter.Export(Sh…
-
Implement something like https://github.com/CoffeeFlux/krkrz-assembler .
May use:
https://github.com/datalust/superpower
https://github.com/sprache/Sprache
-
Does anybody know if they released the source code for this device? I couldn't find something on google or the manufacturer website.
-
can u check this problem when open with UtinyRipper?
Thanks
-
3.9 and 3.10, 3.11, 3.12 are out; 3.13 will be out at some point.
Personally, if I get interested in this it would be using a new project that does redoes control flow analysis in a more basic and…