add @ when using dg (#7)

This commit is contained in:
chan hee Park
2022-06-14 05:31:08 +09:00
committed by GitHub
parent ed8069762d
commit 521f3f145f
+1 -1
View File
@@ -79,7 +79,7 @@ function __collect_seg(n) {
const Control = host.namespace.Debugger.Utility.Control; const Control = host.namespace.Debugger.Utility.Control;
let r = {}; let r = {};
let line = Control.ExecuteCommand('dg ' + n).Last(); let line = Control.ExecuteCommand('dg @' + n).Last();
// Sel Base Limit Type l ze an es ng Flags // Sel Base Limit Type l ze an es ng Flags
// ---- ----------------- ----------------- ---------- - -- -- -- -- -------- // ---- ----------------- ----------------- ---------- - -- -- -- -- --------
// 0033 00000000`00000000 00000000`00000000 Code RE Ac 3 Nb By P Lo 000002fb // 0033 00000000`00000000 00000000`00000000 Code RE Ac 3 Nb By P Lo 000002fb