From 6ade97b1cda52a127e2e1f0cacb6a9ce295f955f Mon Sep 17 00:00:00 2001
From: "Mr. eXoDia"
Date: Fri, 10 Apr 2015 01:51:35 +0200
Subject: [PATCH] "x64_dbg"->"x64dbg" + added Nukem
---
Doxyfile | 4 ++--
LICENSE | 4 ++--
README.md | 17 ++++++++--------
help/LibrarianSetBreakPoint_bpdll.htm | 2 +-
help/Plugins.htm | 2 +-
help/Scripting.htm | 2 +-
help/Special_Thanks.htm | 5 ++++-
help/The_basics.htm | 2 +-
help/plugin_debugpause.htm | 2 +-
help/template/fixedtop.htm | 2 +-
x64_dbg_dbg/_global.cpp | 8 ++++----
x64_dbg_dbg/debugger.cpp | 4 ++--
x64_dbg_dbg/debugger_commands.cpp | 8 ++++----
x64_dbg_dbg/x64_dbg.cpp | 2 +-
x64_dbg_exe/resource.rc | 4 ++--
.../Project/Src/Gui/CommandHelpView.cpp | 6 +++---
x64_dbg_gui/Project/Src/Gui/MainWindow.cpp | 10 +++++-----
x64_dbg_gui/Project/Src/Gui/MainWindow.ui | 2 +-
x64_dbg_gui/Project/Src/Gui/SettingsDialog.ui | 2 +-
.../Project/Src/Utils/UpdateChecker.cpp | 4 ++--
x64_dbg_launcher/x64_dbg_launcher.cpp | 20 +++++++++----------
21 files changed, 58 insertions(+), 54 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 7e63768d..e3ebd68f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = x64_dbg
+PROJECT_NAME = x64dbg
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -1253,7 +1253,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-CHM_FILE = x64_dbg_src.chm
+CHM_FILE = x64dbg_src.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler ( hhc.exe). If non-empty
diff --git a/LICENSE b/LICENSE
index bb49e61c..df0d2a54 100644
--- a/LICENSE
+++ b/LICENSE
@@ -156,8 +156,8 @@ same work.
2. Treatment of plugins
This license does not affect plugins, i.e., dynamically linked
-libraries, that use the provided plugin interface mechanism of x64_dbg
-for contibuting additional features to the x64_dbg project and can only
+libraries, that use the provided plugin interface mechanism of x64dbg
+for contibuting additional features to the x64dbg project and can only
be run from x64dbg. In fact you are allowed to create and share
(non-)commercial, non-standalone closed-source plugins for x64dbg under
your own license.
diff --git a/README.md b/README.md
index 5f70bce7..38b06556 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
-# x64_dbg
+# x64dbg
## Note
-Please run `install.bat` before you start committing code, this ensures your code is auto-formatted to the *x64_dbg* [standards](https://bitbucket.org/mrexodia/x64_dbg/wiki/x64_dbg_coding_guidelines).
+Please run `install.bat` before you start committing code, this ensures your code is auto-formatted to the *x64dbg* [standards](https://bitbucket.org/mrexodia/x64dbg/wiki/x64dbg_coding_guidelines).
## Compiling
-For a complete guide on compiling *x64_dbg* read [this](https://bitbucket.org/mrexodia/x64_dbg/wiki/Compiling%20the%20whole%20project).
+For a complete guide on compiling *x64dbg* read [this](https://bitbucket.org/mrexodia/x64dbg/wiki/Compiling%20the%20whole%20project).
## Downloads
-Releases of *x64_dbg* can be found [here](http://download.x64dbg.com).
-Snapshots of *x64_dbg* can be found [here](http://snapshots.x64dbg.com).
+Releases of *x64dbg* can be found [here](http://download.x64dbg.com).
+Snapshots of *x64dbg* can be found [here](http://snapshots.x64dbg.com).
Jenkins build server can be found [here](http://jenkins.x64dbg.com).
## Overview
-*x64_dbg* is an open-source x32/x64 debugger for Windows.
+*x64dbg* is an open-source x32/x64 debugger for Windows.
## Features
- Open-source
@@ -41,7 +41,7 @@ Jenkins build server can be found [here](http://jenkins.x64dbg.com).
- Memory breakpoints sometimes fail (TitanEngine bug)
## License
-*x64_dbg* is licensed under GLPv3, which means you can freely distribute and/or modify the source of *x64_dbg*, as long as you share your changes with us. The only exception is that plugins you write do not have to comply with the GLPv3 license. They do not have to be open-source and they can be commercial and/or private. The only exception to this is when your plugin uses code copied from *x64_dbg*. In that case you would still have to share the changes to *x64_dbg* with us.
+*x64dbg* is licensed under GLPv3, which means you can freely distribute and/or modify the source of *x64dbg*, as long as you share your changes with us. The only exception is that plugins you write do not have to comply with the GLPv3 license. They do not have to be open-source and they can be commercial and/or private. The only exception to this is when your plugin uses code copied from *x64dbg*. In that case you would still have to share the changes to *x64dbg* with us.
## Credits
- Debugger core by [TitanEngine Community Edition](https://bitbucket.org/mrexodia/titanengine-update)
@@ -70,4 +70,5 @@ Jenkins build server can be found [here](http://jenkins.x64dbg.com).
- [Mr. eXoDia](http://mrexodia.cf)
- Sigma
- [tr4ceflow](http://blog.tr4ceflow.com)
-- [Dreg](http://www.fr33project.org)
\ No newline at end of file
+- [Dreg](http://www.fr33project.org)
+- Nukem
\ No newline at end of file
diff --git a/help/LibrarianSetBreakPoint_bpdll.htm b/help/LibrarianSetBreakPoint_bpdll.htm
index f85d4f47..e2c4ef2c 100644
--- a/help/LibrarianSetBreakPoint_bpdll.htm
+++ b/help/LibrarianSetBreakPoint_bpdll.htm
@@ -20,7 +20,7 @@ breakpoint on DLL load/unload.
arguments
arg1: DLL Name to break
on.
[arg2]: 'l' means on load, 'u' means on unload. When not
-specified, x64_dbg will break on both load and unload.
+specified, x64dbg will break on both load and unload.
[arg3]: When specified, the breakpoint will not be singleshoot. When not specified the
breakpoint will be removed after it has been hit.
result
This command does not set any result
diff --git a/help/Plugins.htm b/help/Plugins.htm
index 0f15062b..4ec63599 100644
--- a/help/Plugins.htm
+++ b/help/Plugins.htm
@@ -16,7 +16,7 @@ html,body {
Plugins
This section describes
-various plugin functions for x64_dbg.
+various plugin functions for x64dbg.
You can install plugins by copying the *.dp32 (x32
plugins) or *.dp64 (x64
plugins) to the 'plugins' directory.
diff --git a/help/Scripting.htm b/help/Scripting.htm
index 66e42dc5..665f71ec 100644
--- a/help/Scripting.htm
+++ b/help/Scripting.htm
@@ -16,6 +16,6 @@ html,body {
Scripting
This sections provides an overview of automating tasks with
-x64_dbg using scripts. See Commands for a description of all possible script commands. See Introduction for an introduction to
+x64dbg using scripts. See Commands for a description of all possible script commands. See Introduction for an introduction to
expressions.