Skip to content

Commit 8fa51b4

Browse files
committed
HELP: cleaned up a lot of useless SPAN stuff in the help files
1 parent 7434a87 commit 8fa51b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+464
-771
lines changed

help/Commands.htm

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,13 @@
1515
</head>
1616

1717
<body>
18-
<P class=rvps3><SPAN class=rvts10><STRONG>
19-
command[,alias1,alias2]</STRONG><BR></SPAN><SPAN class=rvts9>Command description
20-
here.</SPAN><SPAN class=rvts9><BR></SPAN></P>
21-
<P class=rvps3><SPAN class=rvts11><U>arguments</U><BR></SPAN><SPAN
22-
class=rvts9>&nbsp; arg1: </SPAN><SPAN class=rvts9>Argument description.</SPAN></P>
23-
<P class=rvps3><SPAN class=rvts9></SPAN><SPAN class=rvts9>[arg2]: </SPAN><SPAN
24-
class=rvts9></SPAN><SPAN class=rvts9>Optional argument.</SPAN></P>
25-
<P class=rvps3><SPAN class=rvts9></SPAN><SPAN
26-
class=rvts9>[arg3]: </SPAN><SPAN class=rvts9></SPAN><SPAN class=rvts9>Another optional argument (can only be given when the
27-
previous argument is also
28-
given).</SPAN><SPAN class=rvts9><BR></P></SPAN>
29-
<P class=rvps3><SPAN class=rvts11><U>result</U><BR></SPAN><SPAN
30-
class=rvts9>Description of the command result.</SPAN><SPAN
31-
class=rvts9><BR></SPAN></P>
32-
<P class=rvps3><SPAN class=rvts12><U><STRONG>REMARK</STRONG></U></SPAN><SPAN
33-
class=rvts9>: Commands cannot contain any of the following characters: "," (comma), " " (space) and
34-
"\" (backslash). These characters need to be prefixed using a backslash
35-
('\,').</SPAN></P></body></HTML>
18+
<P class=rvps3><STRONG>
19+
command[,alias1,alias2]</STRONG><BR>Command description here.</P>
20+
<P class=rvps3><U>arguments</U><BR>&nbsp; arg1: Argument description.</P>
21+
<P class=rvps3>[arg2]: Optional argument.</P>
22+
<P class=rvps3>[arg3]: Another optional argument (can only
23+
be given when the previous argument is also given).</P>
24+
<P class=rvps3><U>result</U><BR>Description of the command result.</P>
25+
<P class=rvps3><U><STRONG>REMARK</STRONG></U>: Commands cannot contain any of the
26+
following characters: "," (comma), " " (space) and "\" (backslash). These
27+
characters need to be prefixed using a backslash ('\,').</P></body></HTML>

help/DebugContinue_con.htm

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,14 @@
1212
}
1313
</style>
1414

15-
</head>
15+
</head>
1616

17-
<body>
18-
<P><STRONG>DebugContinue[,con]</STRONG><BR>Set debugger
19-
continue status.</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR>[arg1]: When set,
21-
the exception will be handled by the program. Otherwise the exception will be
22-
swallowed.</SPAN> </P>
23-
<P class=rvps3><SPAN class=rvts11><U>result
24-
<BR></U></SPAN>
25-
<SPAN class=rvts9>
26-
This command does not set any result
27-
variables.
2817

29-
</SPAN></P></body>
18+
<body>
19+
<P><STRONG>DebugContinue[,con]</STRONG><BR>Set debugger
20+
continue status.</P>
21+
<P class=rvps3><U>arguments</U> <BR>[arg1]: When set, the exception will be handled by the
22+
program. Otherwise the exception will be swallowed. </P>
23+
<P class=rvps3><U>result
24+
<BR></U>This command does not set any result variables.</P></body>
3025
</html>

help/HideDebugger_dbh_hide.htm

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@
1717
<body>
1818
<P><STRONG>HideDebugger[,dbh,hide]<BR></STRONG> Hide the debugger from (very) simple detection
1919
methods.</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments</U><BR></SPAN><SPAN class=rvts9>This command has no arguments.</SPAN></P>
20+
<P class=rvps3><U>arguments</U><BR>This command has no arguments.</P>
2121
<P class=rvps3>
22-
<SPAN class=rvts11>
2322
<U>
2423
result
2524
<BR>
2625

27-
</U>
28-
</SPAN>
29-
<SPAN class=rvts9 >
30-
This command does not set any result
31-
variables.</SPAN></P></body>
26+
</U>This command does not set any result
27+
variables.</P></body>
3228
</html>

help/Introduction.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
GUI<BR>
2222
- Bridge</P>
2323
<P>DBG is the debugging part of the debugger. It handles
24-
debugging (using<BR> TitanEngine) and will provide data
24+
debugging (using TitanEngine) and will provide data
2525
for the GUI.</P>
26-
<P>GUI is the graphical part of the debugger. It is built
27-
on top of Qt and it<BR> provides
26+
<P>GUI is the graphical part of the debugger. It is built on
27+
top of Qt and it provides
2828
the user interaction.</P>
2929
<P>Bridge is the communication library for the DBG and GUI
30-
part (and maybe in<BR>the future more parts). The bridge can be used to work on
31-
new features,<BR> without having to update the code of
30+
part (and maybe in the future more parts). The bridge can be used to work on new
31+
features, without having to update the code of
3232
the other parts.</P></body>
3333
</html>

help/Jxx_IFxx.htm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
<LI>
4343
<DIV>branch if smaller/equal -
4444
<U>jae/ifae(q)/jge/ifge(q)</U></DIV></LI></UL>
45-
<P class=rvps3><SPAN class=rvts11><U>arguments </U><BR></SPAN><SPAN
46-
class=rvts9>&nbsp; arg1: The label to jump to.</SPAN></P>
47-
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN class=rvts9>This command does not set any result variables.</SPAN>
45+
<P class=rvps3><U>arguments </U><BR>&nbsp; arg1: The label to jump to.</P>
46+
<P class=rvps3><U>result <BR></U>This command does not set any result variables.
4847
</P></body>
4948
</html>

help/SetHardwareBreakpoint_bph_bphws.htm

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,15 @@
1717
<body>
1818
<P><STRONG>SetHardwareBreakpoint[,bph,bphws]<BR></STRONG>Set a
1919
hardware breakpoint (using debug registers).</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
21-
class=rvts9> &nbsp;
22-
arg1: Address&nbsp;of the hardware breakpoint.</SPAN>&nbsp; </P>
23-
<P class=rvps3><SPAN class=rvts9>[arg2]:&nbsp;Hardware breakpoint type. Can be either 'r'
24-
(readwrite), 'w' (write) or 'x' (execute). When not specified, 'x' is
25-
assumed.</SPAN>&nbsp; </P>
26-
<P class=rvps3><SPAN class=rvts9>
27-
[arg3]:&nbsp;Hardware breakpoint
28-
size.</SPAN>&nbsp;Can be
20+
<P class=rvps3><U>arguments</U> <BR>&nbsp; arg1: Address&nbsp;of the hardware breakpoint.&nbsp; </P>
21+
<P class=rvps3>[arg2]:&nbsp;Hardware breakpoint type. Can be
22+
either 'r' (readwrite), 'w' (write) or 'x' (execute). When not specified, 'x' is
23+
assumed. </P>
24+
<P class=rvps3>[arg3]:&nbsp;Hardware breakpoint
25+
size.&nbsp;Can be
2926
either '1', '2', '4' or '8' (x64 only). Per default, '1' is assumed. The address
3027
you're putting the hardware breakpoint on must be aligned to the specified
3128
size. </P>
32-
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
33-
class=rvts9>This command does not set any result
34-
variables.</SPAN> </P></body>
29+
<P class=rvps3><U>result <BR></U>This command does not set any result variables.
30+
</P></body>
3531
</html>

help/SetMemoryBPX_membp_bpm.htm

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,25 @@
1919
breakpoint (GUARD_PAGE) on the whole memory region the provided address is
2020
in.</P>
2121
<P class=rvps3>
22-
<SPAN class=rvts11>
2322
<U>arguments</U>
24-
<BR >
25-
26-
</SPAN>
27-
28-
<SPAN
29-
class=rvts9> &nbsp; arg1:&nbsp;Address&nbsp;of or
30-
inside a memory region that will be watched.</SPAN>
23+
<BR >&nbsp; arg1:&nbsp;Address&nbsp;of or inside a memory region
24+
that will be watched.
3125
</P>
3226
<P class=rvps3>
3327

34-
<SPAN
35-
class=rvts9> [arg2]:
36-
1/0 restore the memory breakpoint once it's hit?</SPAN> When this value is not equal to one, it's assumed to be arg3. This
28+
[arg2]: 1/0 restore the memory breakpoint
29+
once it's hit? When this value is not equal to one, it's assumed to be arg3. This
3730
means "<EM>bpm eax,r</EM>" would be the same command as: "<EM>bpm
3831
eax,0,r</EM>".
3932
</P>
4033
<P class=rvps3>
4134

42-
<SPAN
43-
class=rvts9>[arg3]: Breakpoint type, it
44-
can be 'r' (execute+read),&nbsp;'w' (write) or 'x' (execute). Per default,
45-
it's a combination of execute, read and write.</SPAN>
35+
[arg3]: Breakpoint type, it can be 'r'
36+
(execute+read),&nbsp;'w' (write) or 'x' (execute). Per default, it's a
37+
combination of execute, read and write.
4638
</P>
47-
<P class=rvps3><SPAN class=rvts11><U>result
48-
<BR></U></SPAN><SPAN class=rvts9>This command does not set any result variables.</SPAN>
39+
<P class=rvps3><U>result
40+
<BR></U>This command does not set any result variables.
4941

5042
</P>
51-
</BODY></HTML>
43+
</body></HTML>

help/SingleStep.htm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
<body>
1818
<P><STRONG>SingleStep[,sstep,sst]<BR></STRONG>Step a
1919
specified number of instructions using the Trap-Flag.</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments</U><BR></SPAN><SPAN
21-
class=rvts9> </SPAN><SPAN
22-
class=rvts9>[arg1]: The number of instructions to executre (this can be
23-
any valid expression). When not specified, a StepInto is performed.<BR></SPAN></P>
24-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9>This command does not set any result
25-
variables.</SPAN></P></body>
20+
<P class=rvps3><U>arguments</U><BR>[arg1]: The number of instructions to executre (this can be
21+
any valid expression). When not specified, a StepInto is performed.</P>
22+
<P class=rvps3><U>result<BR></U>This command does not set any result
23+
variables.</P></body>
2624
</html>

help/Special_Thanks.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<LI>
6767
<DIV><A href="http://mrexodia.cf" target=_blank>Mr.
6868
eXoDia</A>
69-
&nbsp; </DIV>
69+
</DIV>
7070
<LI>
7171
<DIV>
7272
Sigma </DIV>
@@ -77,4 +77,4 @@
7777
<LI>
7878
<DIV><A href="http://www.fr33project.org"
7979
target=_blank>Dreg</A>
80-
&nbsp;&nbsp; </DIV></LI></UL></body></HTML>
80+
</DIV></LI></UL></body></HTML>

help/StartScylla_scylla_imprec.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<body>
1818
<P><STRONG>StartScylla[,scylla,imprec]<BR></STRONG>Start the Scylla plugin auto-selecting the
1919
currently debugged DLL/EXE.</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments </U><BR></SPAN><SPAN
21-
class=rvts9>This command has no arguments.</SPAN></P>
22-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9>This command does not set any result
23-
variables.</SPAN></P></body>
20+
<P class=rvps3><U>arguments </U><BR>This command has no arguments.</P>
21+
<P class=rvps3><U>result<BR></U>This command does not set any result
22+
variables.</P></body>
2423
</html>

help/StepInto.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
<body>
1818
<P><STRONG>StepInto[,sti]<BR></STRONG>Single Step (using
1919
Trap-Flag).</P>
20-
<P class=rvps3><SPAN class=rvts11><U>arguments</U><BR></SPAN><SPAN
21-
class=rvts9>This command has no arguments.</SPAN><SPAN
22-
class=rvts9><BR></SPAN></P>
23-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9>This command does not set any result
24-
variables.</SPAN></P></body>
20+
<P class=rvps3><U>arguments</U><BR>This command has no arguments.</P>
21+
<P class=rvps3><U>result<BR></U>This command does not set any result
22+
variables.</P></body>
2523
</html>

help/StepOver.htm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
<body>
1818
<P><STRONG>StepOver[,step,sto,st]<BR></STRONG>Step over
1919
calls. When the instruction at CIP isn't a call,&nbsp;a StepInto is performed.</P>
20-
<P><SPAN class=rvts11><U>arguments</U><BR></SPAN><SPAN
21-
class=rvts9>This command has no arguments.</SPAN><SPAN
22-
class=rvts9>
23-
</P></SPAN>
24-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9>This command does not set any result
25-
variables.</SPAN></P></body>
20+
<P><U>arguments</U><BR>This command has no arguments.
21+
</P>
22+
<P class=rvps3><U>result<BR></U>This command does not set any result
23+
variables.</P></body>
2624
</html>

help/StopDebug_stop_dbgstop.htm

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@
2222
</STRONG>Terminate the current debuggee and stop debugging
2323
it.</P>
2424
<P class=rvps3>
25-
<SPAN class=rvts11 >
2625
<U >
2726
arguments</U>
2827

29-
<BR></SPAN>
30-
<SPAN
31-
class=rvts9>This command has no arguments.</SPAN> </P>
32-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9>This command does not set any result
33-
variables.</SPAN></P></body>
28+
<BR>This command has no arguments. </P>
29+
<P class=rvps3><U>result<BR></U>This command does not set any result
30+
variables.</P></body>
3431
</html>

help/Variables.htm

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,23 @@
1515
</head>
1616

1717
<body>
18-
<P class=rvps3><SPAN class=rvts10><STRONG>Variables</STRONG><BR></SPAN><SPAN
19-
class=rvts9>This program supports variables. There are three types of
20-
variables:</SPAN><SPAN class=rvts9><BR></SPAN></P>
21-
<P class=rvps3><SPAN class=rvts11><U>USER</U></SPAN><SPAN class=rvts9>:
22-
Variables created by the user using the "var" command. These variables have no
23-
access restrictions.</SPAN><SPAN class=rvts9><BR></SPAN></P>
24-
<P class=rvps3><SPAN class=rvts11><U>SYSTEM</U></SPAN><SPAN class=rvts9>:
25-
Variables created by the system, that can be read and written, but cannot be
26-
deleted.</SPAN><SPAN class=rvts9><BR></SPAN></P>
27-
<P class=rvps3><SPAN class=rvts11><U>READONLY</U></SPAN><SPAN class=rvts9>:
18+
<P class=rvps3><STRONG>Variables</STRONG><BR>This program
19+
supports variables. There are three types of variables:</P>
20+
<P class=rvps3><U>USER</U>: Variables
21+
created by the user using the "var" command. These variables have no access
22+
restrictions.</P>
23+
<P class=rvps3><U>SYSTEM</U>: Variables
24+
created by the system, that can be read and written, but cannot be deleted.</P>
25+
<P class=rvps3><U>READONLY</U>:
2826
Variables created by the system, that can be read, but not written or
29-
deleted.</SPAN><SPAN class=rvts9><BR></SPAN></P>
30-
<P class=rvps3><SPAN class=rvts10><STRONG>Reserved
31-
Variables</STRONG><BR></SPAN><SPAN class=rvts9>There are a few reserved
32-
variables:</SPAN><SPAN class=rvts9><BR></SPAN></P>
33-
<P class=rvps3><SPAN class=rvts11><U>$res/$result</U></SPAN><SPAN class=rvts9>: General result variable.<BR><U>$resN/$resultN</U>:
27+
deleted.</P>
28+
<P class=rvps3><STRONG>Reserved
29+
Variables</STRONG><BR>There are a few reserved
30+
variables:</P>
31+
<P class=rvps3><U>$res/$result</U>: General result variable.<BR><U>$resN/$resultN</U>:
3432
Optional other result variables (N=
3533
1-4).<BR><U>$pid</U>: Project ID of the debugged
3634
executable.<BR><U>$hp/$hProcess</U>: Debugged executable
3735
handle.<BR><U>$lastalloc</U>: Last result of the
38-
'alloc' command.</SPAN></P></body>
36+
'alloc' command.</P></body>
3937
</html>

help/add.htm

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@
1616

1717
<body>
1818
<P><STRONG>add</STRONG><BR> Add two
19-
values.</P><SPAN class=rvts11>
19+
values.</P>
2020
<P class=rvps3>
21-
<SPAN class=rvts11 >
2221
<U >
2322
arguments</U>
2423

25-
<BR>&nbsp; arg1:
26-
Destination.</SPAN></P>
27-
<P class=rvps3><SPAN class=rvts11>&nbsp;
28-
arg2: Source.</SPAN>
29-
</P><P class=rvps3>
30-
<SPAN class=rvts11><U >result<BR>
31-
</U>This command does not set
32-
any result&nbsp;variables.</SPAN></P>
33-
</SPAN></BODY></HTML>
24+
<BR>&nbsp; arg1: Destination.</P>
25+
<P class=rvps3>&nbsp; arg2: Source.
26+
</P><P class=rvps3><U >result<BR>
27+
</U>This command does not set any
28+
result&nbsp;variables.</P></body></HTML>

help/and.htm

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@
1818
<P><STRONG>and</STRONG><BR>Binary AND
1919
two values.</P>
2020
<P class=rvps3>
21-
<SPAN class=rvts11>
2221
<U>
2322
arguments
2423

2524
</U>
26-
<BR>&nbsp; arg1:
27-
Destination.</SPAN></P>
28-
<P class=rvps3 >
29-
<SPAN class=rvts11 >&nbsp;
30-
arg2: Source.</SPAN></P>
25+
<BR>&nbsp; arg1: Destination.</P>
26+
<P class=rvps3 >&nbsp; arg2: Source.</P>
3127

32-
<P class=rvps3>
33-
<SPAN class=rvts11><U>result<BR></U>This command does not set
34-
any result&nbsp;variables.</SPAN></P></body>
28+
<P class=rvps3><U>result<BR></U>This command does not set any
29+
result&nbsp;variables.</P></body>
3530
</html>

help/asm.htm

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616

1717
<body>
1818
<P><STRONG>asm<BR></STRONG>Assemble an instruction.</P>
19-
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
20-
class=rvts9>&nbsp; arg1: Address to place the assembled instruction at.</SPAN> </P>
21-
<P class=rvps3><SPAN
22-
class=rvts9> &nbsp; arg2: Instruction text.</SPAN> </P>
23-
<P class=rvps3><SPAN
24-
class=rvts9>[arg3]: When specified the remainder of the previous
25-
instruction will be filled with NOPs.</SPAN> </P>
26-
<P class=rvps3><SPAN class=rvts11><U>result<BR></U></SPAN><SPAN class=rvts9><EM>$result</EM> will be set to the assembled instruction size. 0 on
27-
failure.</SPAN></P></body>
19+
<P class=rvps3><U>arguments</U> <BR>&nbsp; arg1: Address to place the assembled instruction at.
20+
</P>
21+
<P class=rvps3>&nbsp; arg2: Instruction text. </P>
22+
<P class=rvps3>[arg3]: When specified the remainder of the
23+
previous instruction will be filled with NOPs. </P>
24+
<P class=rvps3><U>result<BR></U><EM>$result</EM> will be set to the
25+
assembled instruction size. 0 on failure.</P></body>
2826
</html>

0 commit comments

Comments
 (0)