Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace fixes #49

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Other fixes and additions from previous commits

Version 8.0.4 (08/05/2013)
- Detect automatically 32 or 64 bits archs using sizeof(void*).
- Detect automatically 32 or 64 bits archs using sizeof(void*).
Thanks to Tyilo for the simple but very effective idea!
- Typo in hexdump command also fixed by vuquangtrong.
- Add shortcuts to attach to VMware kernel debugging gdb stub (kernel32 and kernel64)
Expand Down Expand Up @@ -41,7 +41,7 @@
- Removed restrictions on type of addresses in the "dd" command - Thanks to Plouj for the warning :-)
I don't know what was the original thinking behind those :-)
- Modified the assemble command to support 64bits - You will need to recompile nasm since the version shipped with OS X doesn't supports 64bits (www.nasm.us).
Assumes that the new binary is installed at /usr/local/bin - modify the variable at the top if you need so.
Assumes that the new binary is installed at /usr/local/bin - modify the variable at the top if you need so.
It will assemble based on the target arch being debugged. If you want to use gdb for a quick asm just use the 32bits or 64bits commands to set your target.
Thanks to snare for the warning and original patch :-)
- Added "asm" command - it's a shortcut to the "assemble" command.
Expand Down Expand Up @@ -72,7 +72,7 @@

Version 7.3.1 (29/06/2010) - fG!
Added enablelib/disablelib command to quickly set the stop-on-solib-events trick
Implemented the stepoh command equivalent to the stepo but using hardware breakpoints
Implemented the stepoh command equivalent to the stepo but using hardware breakpoints
More fixes to stepo

Version 7.3 (16/04/2010) - fG!
Expand Down Expand Up @@ -165,7 +165,7 @@
Add global variables to allow user to control stack, data and code window sizes
Increase readability for registers
Some corrections (hexdump, ddump, context, cfp, assemble, gas_asm, tips, prompt)

Version 6.1-color-user
Took the Gentoo route and ran sed s/user/user/g

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ FEEDBACK: https://reverse.put.as - [email protected]

You should read the header of the script for important information regarding some Mac OS X/iOS gdb bugs.

Have fun,
Have fun,
fG!
Loading