1
0
Fork 0

PROJECT: added clean.bat (to clean obj & bin files)

PROJECT: updated help again
This commit is contained in:
mr.exodia 2013-11-16 15:11:50 +01:00
parent eb60123786
commit 68eb3fa53d
7 changed files with 136 additions and 37 deletions

75
clean.cmd Normal file
View File

@ -0,0 +1,75 @@
@echo off
echo cleaning base directory...
del /Q *.sdf
del /Q *.layout
del /Q /A H *.suo
rmdir /S /Q ipch
echo cleaning x64_dbg_bridge...
cd x64_dbg_bridge
rmdir /S /Q obj
rmdir /S /Q Win32
rmdir /S /Q x64
del /Q *.bmarks
del /Q *.layout
del /Q *.depend
cd ..
echo cleaning x64_dbg_dbg...
cd x64_dbg_dbg
rmdir /S /Q obj
rmdir /S /Q Win32
rmdir /S /Q x64
del /Q *.bmarks
del /Q *.layout
del /Q *.depend
cd ..
echo cleaning x64_dbg_exe...
cd x64_dbg_exe
rmdir /S /Q obj
rmdir /S /Q Win32
rmdir /S /Q x64
del /Q *.bmarks
del /Q *.layout
del /Q *.depend
cd ..
echo cleaning x64_dbg_gui...
cd x64_dbg_gui
rmdir /S /Q bin
rmdir /S /Q Project\GeneratedFiles
rmdir /S /Q Project\release
rmdir /S /Q Project\debug
rmdir /S /Q Project\Win32
rmdir /S /Q Project\x64
del /Q Project\Src\Bridge\libx32_bridge.a
del /Q Project\Src\Bridge\libx64_bridge.a
del /Q Project\Src\Bridge\x32_bridge.lib
del /Q Project\Src\Bridge\x64_bridge.lib
cd ..
echo cleaning bin\x32...
cd bin\x32
rmdir /S /Q db
del /Q *.pdb
del /Q *.exp
del /Q *.a
del /Q *.lib
del /Q x32_dbg.exe
del /Q x32_dbg.dll
del /Q x32_gui.dll
del /Q x32_bridge.dll
cd ..
cd ..
echo cleaning bin\x64...
cd bin\x64
rmdir /S /Q db
del /Q *.pdb
del /Q *.exp
del /Q *.a
del /Q *.lib
del /Q x64_dbg.exe
del /Q x64_dbg.dll
del /Q x64_gui.dll
del /Q x64_bridge.dll
cd ..
cd ..
echo cleaning help...
cd help
del /Q *.chm

View File

@ -30,6 +30,6 @@ given).</SPAN><SPAN class=rvts9><BR></P></SPAN>
class=rvts9>Description of the command result.</SPAN><SPAN
class=rvts9><BR></SPAN></P>
<P class=rvps3><SPAN class=rvts12><U><STRONG>REMARK</STRONG></U></SPAN><SPAN
class=rvts9>: Commands cannot contain any of the following characters: ","
(comma), " " (space) and "\" (backslash). They need to be
prefixed.</SPAN></P></head>
class=rvts9>: Commands cannot contain any of the following characters: "," (comma),
" " (space) and "\" (backslash). These characters need to be
prefixed.</SPAN></P></BODY></HTML>

View File

@ -1,24 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Hotkeys</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,body {
/* Default Font */
font-family: Courier New;
font-size: 11pt;
}
</style>
</head>
<body>
<P><STRONG>Hotkeys</STRONG><BR>This section is a listing of
all hotkeys.</P>
<P><U>RIGHT-ALT</U>: Use right-alt to toggle between the last
selected window the process has access to and the console window. This is useful
when you quickly need to enter a command and then switch back to the previous
window. The window selected will be set to
the foreground.</P></body>

View File

@ -54,9 +54,14 @@ the "x" prefix. Decimal numbers can be used by prefixing the number with a "."
See "Calculations" for more
information.</SPAN></P>
<P class=rvps3><SPAN class=rvts9><U>DLL exports</U>: Type 'GetProcAddress' and it will
automatically be resolved to the
actual address of the
function.</SPAN></P>
<P class=rvps3><SPAN class=rvts9>
Input
for arguments can always be done in any of the above forms, except if stated
otherwise.</SPAN></P></body></HTML>
otherwise.</SPAN></P></body>

View File

@ -15,6 +15,20 @@ html,body {
</head>
<body>
<P><STRONG>Introduction<BR></STRONG>[introductional talk
with motivation here].</P></body>
</html>
<P><STRONG>Introduction<BR></STRONG>This is a x64/x32 debugger that is currently
in active development.</P>
<P>The debugger has (currently) three parts:<BR>- DBG<BR>-
GUI<BR>
- Bridge</P>
<P><EM>DBG</EM> is the debugging part of the debugger. It
handles debugging (using<BR>TitanEngine) and will provide data
for the GUI.</P>
<P><EM>GUI</EM> is the graphical part of the debugger. It
is built on top of Qt and it<BR>provides the user interaction, the dump window
(not yet implemented), the<BR>disassembly, the register window, the memory map
view, the
log view etc.</P>
<P><EM>Bridge</EM> is the communication library for the DBG
and GUI part (and maybe in<BR>the future more parts). The bridge can be used to
work on new features,<BR>without having to update the code of
the other parts.</P></body>

View File

@ -17,8 +17,36 @@ html,body {
<body>
<P><STRONG>Special Thanks</STRONG><BR>This page is reserved
to companies/people who get credit for their used work or support.</P>
<P><A href="http://www.visualpharm.com"
target=_blank>VisualPharm</A>&nbsp;for their great icon!<BR><A href="http://www.reversinglabs.com/"
target=_blank>ReversingLabs</A> for TitanEngine!<BR><A
<UL>
<LI>
<DIV><A href="http://www.visualpharm.com"
target=_blank>VisualPharm</A>&nbsp;for their great
icon! </DIV>
<LI>
<DIV><A href="http://www.reversinglabs.com/"
target=_blank>ReversingLabs</A>for
TitanEngine! </DIV>
<LI>
<DIV><A
href="http://beaengine.org/" target=_blank>BeatriX</A>&nbsp;for
BeaEngine! </P></body>
BeaEngine! </DIV>
<LI>
<DIV>
acidflash </DIV>
<LI>
<DIV>
Ahmadmansoor </DIV>
<LI>
<DIV>Teddy
Rogers </DIV>
<LI>
<DIV><A href="http://forum.exetools.com"
target=_blank>EXETools community</A>
&nbsp; </DIV>
<LI>
<DIV><A href="http://forum.tuts4you.com"
target=_blank>Tuts4You community</A>
&nbsp; </DIV>
<LI>
<DIV>Sorry if I forgot
you! </DIV></LI></UL></BODY></HTML>

View File

@ -51,8 +51,9 @@ window.onafterprint = d_onafterprint;
<div id="winchm_template_content">
<p><FONT face=Courier>($content$)</FONT></p>
<hr>
<font face="Courier" color="#808080" size="1"> No
Copyright</font> </div>
<font face="Courier" color="#808080" size="1"><A
href="http://x64dbg.com" target=_blank>x64_dbg</A>, No
Copyright</font>&nbsp; </div>
</body>