mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Write disassambly outputs to file
This commit is contained in:
@@ -540,8 +540,11 @@ namespace Microsoft.Zune.Shell
|
||||
if (e is not Iris.Markup.MarkupLoadResult loadResult)
|
||||
return;
|
||||
|
||||
var watch = Stopwatch.StartNew();
|
||||
var dis = Iris.Asm.Disassembler.Load(loadResult);
|
||||
var source = dis.Write();
|
||||
watch.Stop();
|
||||
File.WriteAllText(@"D:\Documents\REProj\Zune\UIXA\" + Path.GetFileNameWithoutExtension(e.Uri) + ".uixa", source);
|
||||
}
|
||||
|
||||
private static void ErrorReportHandler(Error[] errors)
|
||||
|
||||
+1
-1
Submodule libs/MicrosoftIris updated: e9859b350a...b0d5209f07
Reference in New Issue
Block a user