Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c99cdfe184d8b7824b580dc2a0e19464151b1ca2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c99cdfe184d8b7824b580dc2a0e19464151b1ca2)
  • Date: Thu, 5 May 2011 18:40:43 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

devel/radare2/DETAILS | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit c99cdfe184d8b7824b580dc2a0e19464151b1ca2
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

devel/radare2: fix long info formatting in DETAILS

I accidentally formatted some of the indenting of the "gaze what" info
in DETAILS using tabs, when I intended to use spaces. I have now
corrected the indenting to use spaces.

diff --git a/devel/radare2/DETAILS b/devel/radare2/DETAILS
index 8d90770..bfd96bc 100755
--- a/devel/radare2/DETAILS
+++ b/devel/radare2/DETAILS
@@ -14,32 +14,32 @@ analyze and manipulate binary files. The tools provided
form a unix-like
toolchain.
* Multi-architecture multi-platform
- GNU/Linux, BSD, OSX, iPhoneOS, Windows and Solaris
- - x86{32,64}, arm, java, powerpc, mips
- - PE{32,64}, [fat]MACH0{32,64}, ELF{32,64}, CLASS
+ - x86{32,64}, arm, java, powerpc, mips
+ - PE{32,64}, [fat]MACH0{32,64}, ELF{32,64}, CLASS
* Highly scriptable
- Batch mode and native plugins with full internal API access
- - Vala, Go, Python, ruby, perl, lua, Java, shellscript, ..
- - Scripting language based in mnemonic commands and macros
+ - Vala, Go, Python, ruby, perl, lua, Java, shellscript, ..
+ - Scripting language based in mnemonic commands and macros
* Hexadecimal editor
- 64bit offset support with virtual addressing and section maps
- - Assemble and disassemble from/to many architectures
- - Colorizes opcodes, bytes and debug register changes
- - Print data in various formats (int, float, disasm, timestamp, ..)
- - Search multiple patterns or keywords with binary mask support
- - Checksumming and data analysis of byte blocks
+ - Assemble and disassemble from/to many architectures
+ - Colorizes opcodes, bytes and debug register changes
+ - Print data in various formats (int, float, disasm, timestamp, ..)
+ - Search multiple patterns or keywords with binary mask support
+ - Checksumming and data analysis of byte blocks
* IO is wrapped
- Support Files, disks, processes and streams
- - Virtual addressing with sections and multiple file mapping
- - Handles gdb:// and rap:// remote protocols
+ - Virtual addressing with sections and multiple file mapping
+ - Handles gdb:// and rap:// remote protocols
* Debugger support
- Software and hardware breakpoints
- - Tracing and logging facilities
+ - Tracing and logging facilities
* Diffing between two functions or binaries
- Graphviz friendly code analysis graphs
- - Colorize nodes and edges
+ - Colorize nodes and edges
* Code analysis at opcode, basicblock, function levels
- Embedded simple virtual machine to emulate code
- - Keep track of code and data references
- - Function calls and syscall decompilation
- - Function description, comments and library signatures
+ - Keep track of code and data references
+ - Function calls and syscall decompilation
+ - Function description, comments and library signatures
EOF



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c99cdfe184d8b7824b580dc2a0e19464151b1ca2), Justin Boffemmyer, 05/05/2011

Archive powered by MHonArc 2.6.24.

Top of Page