You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +41,7 @@ public IList<DisassembledInstruction> RemoteDisassembleCode(RemoteProcess proces
41
41
/// <param name="length">The length of the code in bytes.</param>
42
42
/// <param name="maxInstructions">The maximum number of instructions to disassemble. If <paramref name="maxInstructions"/> is -1, all available instructions get returned.</param>
43
43
/// <returns>A list of <see cref="DisassembledInstruction"/>.</returns>
@@ -56,7 +56,7 @@ public IList<DisassembledInstruction> RemoteDisassembleCode(RemoteProcess proces
56
56
/// <param name="virtualAddress">The virtual address of the code. This allows to decode instructions located anywhere in memory even if they are not at their original place.</param>
57
57
/// <param name="maxInstructions">The maximum number of instructions to disassemble. If <paramref name="maxInstructions"/> is -1, all available instructions get returned.</param>
58
58
/// <returns>A list of <see cref="DisassembledInstruction"/>.</returns>
@@ -103,7 +103,7 @@ public IList<DisassembledInstruction> RemoteDisassembleFunction(RemoteProcess pr
103
103
/// <param name="data">The data to disassemble.</param>
104
104
/// <param name="virtualAddress">The virtual address of the code. This allows to decode instructions located anywhere in memory even if they are not at their original place.</param>
105
105
/// <returns>A list of <see cref="DisassembledInstruction"/> which belong to the function.</returns>
0 commit comments