2010-07-22 12:29:03 +00:00
|
|
|
=== RELEASE 0.5 ===
|
|
|
|
|
|
|
|
changeset: 823:f1cec6000a7d
|
|
|
|
tag: tip
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jul 22 01:32:30 2010 +0200
|
|
|
|
files: TODO doc.sw/Makefile doc.sw/sw/sw.cgi
|
|
|
|
description:
|
|
|
|
* Some fixes in sw and sync into radare.org/doc/sw
|
|
|
|
* Changes in TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 822:be1c5623c98f
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jul 22 01:14:13 2010 +0200
|
|
|
|
files: libr/anal/fcn.c libr/anal/var.c libr/debug/p/libgdbwrap/include/gdbwrapper.h libr/include/r_io.h libr/include/r_list.h libr/io/Makefile libr/io/p/Makefile libr/io/p/gdb.mk libr/io/p/io_debug.c libr/io/p/io_ewf.c libr/io/p/io_gdb.c libr/util/list.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Implemented r_lits_sort() and r_list_add_sorted()
|
|
|
|
- Add function variables sorted by delta
|
|
|
|
* Initial import of the io_gdb plugin
|
|
|
|
- Statically compiled plugin by default
|
|
|
|
- Use libgdbwrap
|
|
|
|
- Implements just raw IO read/write
|
|
|
|
- Needs more testing
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 821:ced7165b2f7e
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jul 21 17:11:06 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* Fix bug regading false positives with z/
|
|
|
|
* Fix r_mem_cmp_mask
|
|
|
|
* Update TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 820:896a363dac20
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jul 21 12:59:11 2010 +0200
|
|
|
|
files: TODO libr/cons/grep.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix z/ ranges
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 819:5dac27b50201
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jul 21 11:12:24 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/diff/diff.c libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Fix some bugs reported by edu in the signature module
|
|
|
|
* Minor updates in TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 818:5b08f6d15248
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jul 21 00:36:55 2010 +0200
|
|
|
|
files: doc.sw/sw.conf doc.sw/sw/md2html.awk doc.sw/sw/sw.gen
|
|
|
|
description:
|
|
|
|
* Fix some doc.sw tips
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 817:e67383980bc9
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jul 21 00:21:20 2010 +0200
|
|
|
|
files: libr/flags/flags.c
|
|
|
|
description:
|
|
|
|
* Oops fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 816:81a98f3c026b
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jul 21 00:05:33 2010 +0200
|
|
|
|
files: doc.sw/Makefile doc.sw/sw/md2html.awk doc.sw/sw/sw.cgi doc.sw/sw/sw.gen doc.sw/sw/whereis libr/core/cmd.c libr/include/r_flags.h libr/include/r_sign.h libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Added static version of 'sw' in doc.sw/sw
|
|
|
|
- main repo only works in cgi mode..
|
|
|
|
* Fix 'z*' command
|
|
|
|
- Display bytes when listing 'zb'
|
|
|
|
* Drop unused 'RList*' from RSignItem
|
|
|
|
* Add missing definition of r_flag_rename
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 815:b6cc3846ecc4
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jul 20 23:25:15 2010 +0200
|
|
|
|
files: doc.sw/Makefile doc.sw/site/disasm/index.md libr/cons/cons.c libr/core/cmd.c libr/flags/flags.c libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_sign caused by an off-by-one
|
|
|
|
* Use r_flag_item_rename() to avoid wrong flag hash indexing
|
|
|
|
- Based on edu's patch (thanks!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 814:6e39934c5296
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jul 19 05:05:30 2010 +0200
|
|
|
|
files: libr/cons/grep.c
|
|
|
|
description:
|
|
|
|
* built-in grep
|
|
|
|
- Fix segfault
|
|
|
|
- Minor optimization
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 813:21e73f349439
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jul 18 12:33:47 2010 +0200
|
|
|
|
files: libr/cons/grep.c
|
|
|
|
description:
|
|
|
|
* Minor fixups in grep
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 812:57bb739ffd94
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jul 17 18:35:47 2010 +0200
|
|
|
|
files: TODO libr/include/r_list.h libr/util/list.c
|
|
|
|
description:
|
|
|
|
* r_list
|
|
|
|
- Add function r_list_get_n
|
|
|
|
- Update test
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 811:787f397463a8
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jul 17 15:50:09 2010 +0200
|
|
|
|
files: TODO configure configure.acr libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* Fix bug flagging analyzed functions
|
|
|
|
* Add libopenssl to configure report
|
|
|
|
* Update TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 810:d4d23d2349eb
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jul 16 23:13:34 2010 +0200
|
|
|
|
files: config-user.mk.acr configure configure.acr libr/include/r_util.h libr/util/Makefile libr/util/big-gmp.c libr/util/big-ssl.c libr/util/big.c libr/util/t/big.c
|
|
|
|
description:
|
|
|
|
* Initial import of OpenSSL r_big API implementation
|
|
|
|
- Split each implementation in different files
|
|
|
|
- Add --without-openssl flag in configure
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 809:b74894774fda
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jul 16 18:44:39 2010 +0200
|
|
|
|
files: libr/bin/format/pe/pe.c libr/cons/grep.c
|
|
|
|
description:
|
|
|
|
* Clean-up built-in grep code
|
|
|
|
* Fix bug parsing imported libs in r_bin_pe
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 808:9fd47b78a682
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jul 16 14:53:06 2010 +0200
|
|
|
|
files: libr/cons/grep.c
|
|
|
|
description:
|
|
|
|
* Initial rewrite of built-in grep
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 807:b759f85a3a65
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Fri Jul 16 14:48:21 2010 +0200
|
|
|
|
files: TODO configure.hook
|
|
|
|
description:
|
|
|
|
* Do not run configure-plugins twice
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 806:5f54e8bb98d6
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jul 16 11:28:16 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/visual.c libr/print/print.c
|
|
|
|
description:
|
|
|
|
* Display cursor information in visual prompt when enabled
|
|
|
|
* Partial support for visual selection of bytes in disassembly
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 805:10bcf0d07e45
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jul 16 00:40:28 2010 +0200
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/include/r_sign.h libr/sign/sign.c libr/syscall/darwin.c libr/syscall/syscall.c
|
|
|
|
description:
|
|
|
|
* Use RList in r_sign (Thanks edu for the patch!)
|
|
|
|
* Implement dummy darwin-arm syscall table to disable warnings in iphoneos
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 804:d1ead62f37b3
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jul 16 00:02:33 2010 +0200
|
|
|
|
files: TODO libr/anal/fcn.c libr/core/cmd.c libr/core/visual.c libr/debug/debug.c libr/debug/trace.c libr/include/r_types_base.h
|
|
|
|
description:
|
|
|
|
* Implement #md5 #md4 #sha1 #sha256 #sha512
|
|
|
|
* Fix r_print flags in visual
|
|
|
|
* Fix r_debug_trace_pc
|
|
|
|
* Import some macros from bithacks.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 803:c875407acf80
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jul 15 13:34:53 2010 +0200
|
|
|
|
files: TODO binr/Makefile binr/binr.mk binr/rabin2/rabin2.c binr/radare2/radare2.c binr/radiff2/radiff2.c binr/rafind2/rafind2.c binr/rahash2/rahash2.c binr/rasm2/rasm2.c binr/rax2/rax2.c libr/core/cmd.c libr/debug/desc.c libr/include/r_userconf.h.acr
|
|
|
|
description:
|
|
|
|
* Fail when binr build fails somewhere
|
|
|
|
* userconf R2_VERSION
|
|
|
|
* Implement some more # hashing algorithms
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 802:e4387ce4efce
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Tue Jul 13 20:09:32 2010 +0200
|
|
|
|
files: build.sh
|
|
|
|
description:
|
|
|
|
* Some more fixes for the build.sh script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 801:6b3197a8ced6
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Tue Jul 13 12:32:18 2010 +0200
|
|
|
|
files: build.sh configure.hook
|
|
|
|
description:
|
|
|
|
* Run configure-plugins from configure.hook
|
|
|
|
- Should fix the build with -j
|
|
|
|
* Fix cp of unexistent zip file in build.sh
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 800:4d40e0f3c058
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Tue Jul 13 12:15:36 2010 +0200
|
|
|
|
files: build.sh swig/Makefile
|
|
|
|
description:
|
|
|
|
* Fix install-perl in swig/
|
|
|
|
* Run make clean before make mrproper
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 799:f632b85182ea
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jul 13 11:59:55 2010 +0200
|
|
|
|
files: Makefile TODO binr/Makefile binr/binr.mk binr/rarc2/Makefile libr/Makefile
|
|
|
|
description:
|
|
|
|
* Speed up make mrproper
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 798:82d82b81d325
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Tue Jul 13 11:48:26 2010 +0200
|
|
|
|
files: Makefile build.sh libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
* mrproper runs clean too
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 797:86673a4e2a3d
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jul 13 10:56:56 2010 +0200
|
|
|
|
files: TODO libr/anal/var.c libr/core/cmd.c libr/debug/desc.c libr/debug/p/debug_native.c
|
|
|
|
description:
|
|
|
|
* Implement 'Ct' command to manage anal_var_types
|
|
|
|
* Minor todo cleanup
|
|
|
|
* Use more PFMT64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 796:7ace54f3cb44
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jul 13 01:22:44 2010 +0200
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix build and support unset breakpoint command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 795:b79a7f17bab1
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jul 13 01:20:57 2010 +0200
|
|
|
|
files: TODO libr/bp/bp.c libr/core/cmd.c libr/include/r_bp.h
|
|
|
|
description:
|
|
|
|
* Initial implementation of callback commands for r_bp
|
|
|
|
- Added 'dbc' command to configure them
|
|
|
|
* Check breakpoint stop everywhere
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 794:9310e035ed50
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jul 13 01:00:36 2010 +0200
|
|
|
|
files: TODO build.sh libr/anal/fcn.c libr/anal/var.c libr/core/io.c libr/core/visual.c libr/io/undo.c libr/line/dietline.c libr/parse/p/parse_x86_pseudo.c
|
|
|
|
description:
|
|
|
|
* Check 'hg' before starting to build.sh
|
|
|
|
* support array types for function string serialization
|
|
|
|
* Fix undo seek when io->va is enabled
|
|
|
|
- Fix Vu and VU commands (must read after seek)
|
|
|
|
* Add patch from edu adding Start/End keys support in dietline
|
|
|
|
- Fix r_parse_x86_pseudo for att syntax
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 793:b9bf18ca7483
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jul 12 21:37:40 2010 +0200
|
|
|
|
files: TODO doc/fortunes libr/anal/fcn.c libr/anal/var.c libr/cons/pipe.c libr/core/cmd.c libr/core/core.c libr/core/visual.c libr/include/r_anal.h libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Refactor TODO
|
|
|
|
* Added r_anal_fcn_to_string() and get_var()
|
|
|
|
- vars now have array size and direction
|
|
|
|
* Some random fixes
|
|
|
|
- minor opimitzation in autocompletion (thx edu)
|
|
|
|
* Added Vtlr command to rename in visual tracked flags
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 792:2321d216d6d6
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jul 12 19:27:05 2010 +0200
|
|
|
|
files: libr/asm/p/asm_x86_nasm.c libr/core/core.c
|
|
|
|
description:
|
|
|
|
* Display error when 'nasm' is not installed
|
|
|
|
* Autocomplete flags for 'fr' command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 791:5720a76e954a
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jul 12 18:15:53 2010 +0200
|
|
|
|
files: libr/core/config.c
|
|
|
|
description:
|
|
|
|
* Fix 'asm.syntax' bug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 790:16ef5c89e86b
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jul 12 17:17:31 2010 +0200
|
|
|
|
files: TODO libr/anal/p/anal_x86_x86im.c libr/bin/p/bin_mach0.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Modify stackptr on 'ret imm'
|
|
|
|
- Improve analysis of 'push ref' instructions
|
|
|
|
* r_bin
|
|
|
|
- Print a Warning message when a fat mach-o is opened
|
|
|
|
* Update TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 789:6e1f05ed1848
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jul 12 14:46:43 2010 +0200
|
|
|
|
files: TODO build.sh libr/core/cmd.c libr/core/core.c libr/parse/p/parse_x86_pseudo.c
|
|
|
|
description:
|
|
|
|
* Apply r_parse fixes from edu to support more than one numeric
|
|
|
|
to flag replacment and avoid 0x0 substitutions
|
|
|
|
* Implement 'fr' command
|
|
|
|
* Add autocompletion for /a
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 788:6ebf7ad61ce9
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jul 12 11:15:44 2010 +0200
|
|
|
|
files: build.sh
|
|
|
|
description:
|
|
|
|
* Some fixes in build.sh
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 787:0cd14b15190e
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jul 12 01:40:20 2010 +0200
|
|
|
|
files: TODO build.sh libr/TODO
|
|
|
|
description:
|
|
|
|
* Add more stuff for build.sh as explained in the mailing list
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 786:b5dbb41dbed6
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jul 12 00:50:00 2010 +0200
|
|
|
|
files: TODO build.sh doc/windows libr/core/Makefile libr/include/r_util.h libr/util/Makefile libr/util/log.c swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Added 'build.sh' farm script
|
|
|
|
* Implement r_log api
|
|
|
|
* Fix issues in swig bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 785:44976fd26658
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jul 11 13:15:18 2010 +0200
|
|
|
|
files: TODO libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0_specs.h libr/core/anal.c libr/io/section.c
|
|
|
|
description:
|
|
|
|
* Fix segfault parsing imports in mach-o
|
|
|
|
* Simplify the output of the command 'S'
|
|
|
|
* Update TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 784:900592694bc5
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Thu Jul 08 14:24:07 2010 +0200
|
|
|
|
files: libr/core/cmd.c swig/vapi/r_bin.vapi
|
|
|
|
description:
|
|
|
|
* Fix segfault in 'pd' command, thanks edu!
|
|
|
|
* Fix r_bin.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 783:22cae5249034
|
|
|
|
user: pancake
|
|
|
|
date: Sat Jul 03 03:35:26 2010 +0200
|
|
|
|
files: configure configure.acr libr/anal/fcn.c libr/config.mk.tail libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Add openbsd|netbsd|freebsd to the list of automatic ostypes
|
|
|
|
* Do not allow to build if shared object extension is not defined
|
|
|
|
* Remove the use of R_META_FUNCTION in r_core (this was breaking the build)
|
|
|
|
- Now takes the information from the r_anal->fcns
|
|
|
|
- Uses the new function r_anal_fcn_find()
|
|
|
|
* The 'pdf' command now prints the whole function independently of your
|
|
|
|
offset. This also simplifies a bit the r_print_disasm function.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 782:89aa4bc41a81
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jul 02 02:01:51 2010 +0200
|
|
|
|
files: TODO libr/anal/README libr/anal/call.c libr/debug/map.c libr/include/r_anal.h libr/include/r_meta.h libr/io/p/io_debug.c libr/io/section.c libr/meta/README libr/meta/meta.c libr/meta/t/test.c libr/meta/type.c
|
|
|
|
description:
|
|
|
|
* Remove deprecated documentation
|
|
|
|
* Some syntax fixes
|
|
|
|
* Some changes in the design of the vars in r_anal
|
|
|
|
* Remove 'CF' command and META_FUNCTION type
|
|
|
|
* Fix 'S' '*' mark when in debugger
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 781:e4a8811e4535
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Thu Jul 01 18:03:47 2010 +0200
|
|
|
|
files: swig/vapi/r_anal.vapi swig/vapi/r_search.vapi
|
|
|
|
description:
|
|
|
|
* Fix valaswig bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 780:1a1a35b6ece4
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 30 11:59:52 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/config.c libr/meta/meta.c
|
|
|
|
description:
|
|
|
|
* Added file.desc
|
|
|
|
* Cx/CX is not working again, needs more love
|
|
|
|
* Implemented 'pdf' .. needs review
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 779:0149e363576a
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 30 02:44:24 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* Fix Vd command
|
|
|
|
- Added Cd command to define data
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 778:1e3506d185db
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 30 02:30:07 2010 +0200
|
|
|
|
files: binr/radare2/radare2.c libr/config/config.c libr/core/cmd.c libr/core/config.c libr/include/r_config.h libr/include/r_search.h libr/include/r_util.h libr/print/print.c libr/search/search.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* r2 -n does not load rabin2 information
|
|
|
|
* Implemented search.align
|
|
|
|
- Affects RPrint->addrmod and RSearch->align
|
|
|
|
* Use r_search_reset() instead of r_search_new()
|
|
|
|
* typedef RConfigCallback
|
|
|
|
* r_sys_bt renamed to r_sys_backtrace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 777:a21ab71f8c4e
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 30 01:19:03 2010 +0200
|
|
|
|
files: libr/bp/p/bp_arm.c libr/bp/p/bp_mips.c libr/bp/p/bp_ppc.c libr/bp/p/mips.mk libr/bp/p/ppc.mk libr/include/r_bp.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Add bp_mips and bp_ppc plugins for r_bp
|
|
|
|
- rm plugins.cfg && ./configure-plugins required
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 776:255463238971
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 30 01:13:09 2010 +0200
|
|
|
|
files: TODO libr/bp/bp.c libr/bp/io.c libr/bp/plugin.c libr/bp/traptrace.c libr/core/cmd.c libr/core/core.c libr/core/io.c libr/include/r_bp.h libr/include/r_debug.h libr/include/r_sign.h libr/include/r_types.h libr/sign/README libr/sign/sign.c swig/vapi/r_bp.vapi
|
|
|
|
description:
|
|
|
|
* Use RList in r_bp
|
|
|
|
- vapi updated
|
|
|
|
* Generalize the use of PrintfCallback typedef
|
|
|
|
- used in r_bp and handled by r_cons in r_core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 775:489c6b8d91d0
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 29 16:50:15 2010 +0200
|
|
|
|
files: TODO binr/rarc2/TODO binr/rarc2/emit_arm.c binr/rarc2/emit_x86.c binr/rarc2/rarc2-tool binr/rarc2/rarc2.c binr/rarc2/rarc2.h man/rarc2.1
|
|
|
|
description:
|
|
|
|
* Some enhacements for rarc2.
|
|
|
|
- Add -s flag to use att syntax instead of intel one
|
|
|
|
- Flag -A is the new -a (show selected arch)
|
|
|
|
- Some more work on the arm code generation backend
|
|
|
|
- Simplify some code (-58LOC)
|
|
|
|
- Finish manpage rarc2(1)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 774:2fc9607e1fd7
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 29 15:47:30 2010 +0200
|
|
|
|
files: TODO libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/asm.c libr/asm/p/asm_java.c libr/bin/format/java/java.c libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* Load constant pool from RCore in RAsm
|
|
|
|
- this is a compiletime module dependency
|
|
|
|
- java needs to share constantpool between anal, asm and bin
|
|
|
|
* Added compile-time introspection POC macros in r_types.h.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 773:97778edc0355
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 29 01:18:30 2010 +0200
|
|
|
|
files: TODO libr/core/core.c libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix autocompletion in r_line
|
|
|
|
- All argc/argv responsability has been moved to the callback
|
|
|
|
- Makes the code simpler in r_line
|
|
|
|
- Do not bypass 70 column width in list of options
|
|
|
|
- Remove deprecated code
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 772:2fcd920196e7
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 28 20:30:20 2010 +0200
|
|
|
|
files: Makefile TODO binr/Makefile binr/rarc2/Makefile binr/rarc2/README binr/rarc2/TODO binr/rarc2/config.def.h binr/rarc2/emit_arm.c binr/rarc2/emit_x64.c binr/rarc2/emit_x86.c binr/rarc2/i/libc.r binr/rarc2/i/socket.r binr/rarc2/out.c binr/rarc2/rarc2-tool binr/rarc2/rarc2.c binr/rarc2/rarc2.h binr/rarc2/t/Makefile binr/rarc2/t/argv.r binr/rarc2/t/bytedump.r binr/rarc2/t/data.r binr/rarc2/t/dump.r binr/rarc2/t/hello.r binr/rarc2/t/if.r binr/rarc2/t/inline.r binr/rarc2/t/input.r binr/rarc2/t/loop.r binr/rarc2/t/ptr.r binr/rarc2/t/rawsys.r binr/rarc2/t/rawsys64.r binr/rarc2/t/regs.r binr/rarc2/t/ret.r binr/rarc2/t/room.r binr/rarc2/t/segfault.r binr/rarc2/t/shell.r binr/rarc2/t/sub.r binr/rarc2/t/syscall.r binr/rarc2/test.r man/rabin2.1 man/radare2.1 man/radiff2.1 man/rafind2.1 man/rahash2.1 man/rarc2.1 man/rasm2.1 man/rax2.1 r2rc/Makefile r2rc/README r2rc/TODO r2rc/emit_arm.c r2rc/emit_x64.c r2rc/emit_x86.c r2rc/i/libc.r r2rc/i/socket.r r2rc/out.c r2rc/r2rc-tool r2rc/r2rc.c r2rc/rcc.h r2rc/t/Makefile r2rc/t/argv.r r2rc/t/bytedump.r r2rc/t/data.r r2rc/t/dump.r r2rc/t/hello.r r2rc/t/if.r r2rc/t/inline.r r2rc/t/input.r r2rc/t/loop.r r2rc/t/ptr.r r2rc/t/rawsys.r r2rc/t/rawsys64.r r2rc/t/regs.r r2rc/t/ret.r r2rc/t/room.r r2rc/t/segfault.r r2rc/t/shell.r r2rc/t/sub.r r2rc/t/syscall.r r2rc/test.r
|
|
|
|
description:
|
|
|
|
* Rename r2rc to rarc2
|
|
|
|
- Moved into binr/rarc2
|
|
|
|
- Integrated with symstall
|
|
|
|
- rarc2-tool now support -xc and -cx combo
|
|
|
|
- Add rarc2.1 manpage
|
|
|
|
* Add some bugs to review in TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 771:db8aff7f5097
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jun 28 14:12:34 2010 +0200
|
|
|
|
files: TODO libr/asm/p/Makefile libr/core/io.c libr/debug/p/debug_native.c libr/debug/p/native/w32.c libr/io/io.c libr/io/p/io_debug.c libr/io/p/io_w32dbg.c libr/reg/arena.c
|
|
|
|
description:
|
|
|
|
* Fix debug regs, memory read in w32 debugger
|
|
|
|
- Fixes some segfaults and null string issues
|
|
|
|
- Simplify and clean code (still more work needed)
|
|
|
|
* TODO: updated
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 770:a4e6973a9031
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jun 28 02:12:35 2010 +0200
|
|
|
|
files: Makefile TODO libr/config/config.c libr/core/config.c libr/core/io.c libr/debug/p/debug_native.c libr/debug/p/native/w32.c libr/debug/plugin.c libr/debug/t/main.c libr/io/p/io_w32dbg.c
|
|
|
|
description:
|
|
|
|
* Fix w32dist segfault in plugin.dll
|
|
|
|
* Fix read registers in w32 debugger
|
|
|
|
- seek do not seems to work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 769:0851892dbefc
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jun 28 01:04:27 2010 +0200
|
|
|
|
files: libr/cons/grep.c libr/debug/plugin.c libr/io/p/io_debug.c
|
|
|
|
description:
|
|
|
|
* Fix segfaults in cons and debug for w32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 768:4f840916a992
|
|
|
|
parent: 767:1a86eb261603
|
|
|
|
parent: 766:99ab11d3386c
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 28 00:43:33 2010 +0200
|
|
|
|
description:
|
|
|
|
* Merge heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 767:1a86eb261603
|
|
|
|
parent: 765:aada4ea45621
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 28 00:43:07 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/visual.c libr/debug/p/debug_native.c libr/include/r_meta.h libr/io/io.c libr/meta/meta.c
|
|
|
|
description:
|
|
|
|
* Major refactoring in r_meta
|
|
|
|
* Added C! command that calls r_meta_sync()
|
|
|
|
- put xref information inside function metaitems
|
|
|
|
- reduces cpu usage
|
|
|
|
- Fix some memory leaks
|
|
|
|
- Add object lifecycle for r_list_item_t
|
|
|
|
- Use RList instead of list.h
|
|
|
|
* Apply patch from edu fixing '+' key in visual (Thanks!)
|
|
|
|
* Fix segfault in osx printf ("%s", NULL) using r_str_get()
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 766:99ab11d3386c
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Jun 28 00:36:47 2010 +0200
|
|
|
|
files: libr/cons/output.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in w32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 765:aada4ea45621
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 27 23:12:55 2010 +0200
|
|
|
|
files: TODO doc/windows libr/asm/arch/java/javasm/javasm.c libr/bin/format/java/java.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0_specs.h libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in java disassembler
|
|
|
|
* Update compilation instructions for w32 in doc/windows
|
|
|
|
* Identify new osx binaries as mach0, not java
|
|
|
|
* io.va only works when there are configured sections
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 764:6167197fa135
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 27 22:15:44 2010 +0200
|
|
|
|
files: binr/radare2/radare2.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in osx
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 763:b36478c9e5f2
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Sun Jun 27 22:14:06 2010 +0200
|
|
|
|
files: binr/binr.mk libr/anal/arch/x86/x86im/x86im_fmt.c libr/anal/arch/x86/x86im/x86im_fmt.h libr/anal/p/Makefile libr/anal/p/x86.mk libr/cons/cons.c libr/cons/input.c libr/cons/output.c libr/crypto/p/Makefile libr/crypto/p/aes.mk libr/debug/p/native/w32.c libr/include/r_cons.h libr/io/p/io_debug.c libr/line/dietline.c libr/th/lock.c libr/util/w32-sys.c mk/i486-mingw32-gcc.mk
|
|
|
|
description:
|
|
|
|
* Fix build on mingw32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 762:8ee8c9a9e95b
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 27 21:33:32 2010 +0200
|
|
|
|
files: libr/debug/debug.c libr/debug/p/debug_native.c libr/include/r_debug.h libr/io/p/io_procpid.c
|
|
|
|
description:
|
|
|
|
* Fix build for osx-x86-32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 761:7e8bda239b65
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 27 21:33:11 2010 +0200
|
|
|
|
files: Makefile TODO libr/asm/p/asm_mips.c libr/bin/format/elf/elf.c libr/core/cmd.c libr/debug/map.c
|
|
|
|
description:
|
|
|
|
* Fix print_address function for mips disassembler
|
|
|
|
* Implement 'gp' register index inside .got section for get_main on mips
|
|
|
|
* Use more switch() in core/cmd.c
|
|
|
|
* Simplify some random code
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 760:c73ddce08580
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 19:47:47 2010 +0200
|
|
|
|
files: TODO libr/core/core.c libr/core/file.c libr/include/r_line.h libr/line/TODO libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Add autocompletion for 'e', 's', 'f' and '?' commands
|
|
|
|
- Some more stuff must be deprecated in r_line
|
|
|
|
* Export FILE environment variable in r_core_file_open
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 759:d1132c784324
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 18:00:17 2010 +0200
|
|
|
|
files: TODO libr/core/anal.c libr/core/cmd.c libr/core/core.c libr/include/r_cmd.h libr/include/r_meta.h libr/include/r_types.h libr/meta/meta.c
|
|
|
|
description:
|
|
|
|
* Hacky fixes for Cx/CX xrefs in 'pd' and r_meta
|
|
|
|
- rmeta now uses m->printf from r_cons (grep-friendly)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 758:5fe0fdd980ab
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 11:22:14 2010 +0200
|
|
|
|
files: TODO libr/cons/cons.c libr/cons/grep.c libr/core/anal.c libr/core/cmd.c libr/core/visual.c libr/flags/flags.c libr/print/format.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Some more work on r_cons_grep
|
|
|
|
* Minor refactor in TODO file
|
|
|
|
* Display xref data (Cx/CX are broken atm)
|
|
|
|
* Added Vx command
|
|
|
|
* Compare flag names with ut64 hashnames (faster execution)
|
|
|
|
* Swap d->i and x->d print formats
|
|
|
|
* Hint in r_str_cmp
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 757:a3bbbe5d3bd9
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 01:44:15 2010 +0200
|
|
|
|
files: libr/cons/color.c libr/cons/cons.c libr/cons/grep.c libr/include/r_cons.h libr/print/print.c
|
|
|
|
description:
|
|
|
|
* Fix cons_grep for line matching
|
|
|
|
- columns and row grep is not working yet
|
|
|
|
- console is now a bit faster, needs more work
|
|
|
|
- random code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 756:68a4eef5f7c8
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 00:43:04 2010 +0200
|
|
|
|
files: libr/line/dietline.c libr/line/t/hello.c
|
|
|
|
description:
|
|
|
|
* Initial semi-working implementation for ^r in r_line
|
|
|
|
- History index inside reverse search is not yet working
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 755:1b0c59a512a9
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 25 00:21:22 2010 +0200
|
|
|
|
files: TODO libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/include/r_core.h libr/include/r_io.h libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix ^w in r_line
|
|
|
|
* Initial implementation of /a command
|
|
|
|
- Search for code/data references using code analysis
|
|
|
|
* Add search.from and search.to eval vars and honor them in '/' command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 754:0d37cf8d25e0
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 24 23:14:12 2010 +0200
|
|
|
|
files: TODO binr/radare2/radare2.c libr/core/project.c libr/util/file.c swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Add -t flag to launch rabin2 in a thread
|
|
|
|
* Fix ^D using threaded load
|
|
|
|
* Only load rabin info when no project file exists
|
|
|
|
* r_core_project_open does not works on directories now
|
|
|
|
* Sync r_core.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 753:b53fd3985351
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 23 17:30:16 2010 +0200
|
|
|
|
files: binr/radare2/Makefile binr/radare2/radare2.c libr/bin/bin.c libr/core/core.c libr/include/r_anal.h libr/include/r_core.h libr/include/r_th.h libr/th/TODO libr/th/t/test.c libr/th/th.c
|
|
|
|
description:
|
|
|
|
* RCore now depends on RThread
|
|
|
|
- Loads rabin2 information in a background thread
|
|
|
|
- Prompt is now much more responsive
|
|
|
|
- Fix segfault in null pointered var in RThread
|
|
|
|
* rabin2 load strings only from data sections if found
|
|
|
|
* Split r_core_prompt/exec (make it cooperative-thread-friendly)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 752:14a95c207666
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 23 13:43:08 2010 +0200
|
|
|
|
files: libr/anal/p/anal_mips.c libr/anal/p/mips.mk libr/asm/arch/mips/gnu/mips-dis.c libr/debug/reg.c libr/syscall/linux.c libr/syscall/syscall.c
|
|
|
|
description:
|
|
|
|
* Initial working version of the MIPS code analysis
|
|
|
|
- imported from r1
|
|
|
|
* Implement the syscall table for linux-mips
|
|
|
|
* Do not use tabs in the mips disassembler
|
|
|
|
* Fix other uninitialized state segfaults in r_debug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 751:936aa647746f
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 23 04:02:57 2010 +0200
|
|
|
|
files: libr/anal/p/anal_mips.c libr/anal/p/mips.mk libr/include/r_anal.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Added dummy anal.mips
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 750:497d81c30a32
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 23 03:33:41 2010 +0200
|
|
|
|
files: TODO libr/anal/aop.c libr/debug/p/debug_native.c libr/meta/type.c libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Added dummy type.c for r_meta
|
|
|
|
* Fix build on mipsel arch
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 749:b283cf904c10
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 22 20:27:14 2010 +0200
|
|
|
|
files: TODO binr/radare2/radare2.c libr/core/config.c libr/debug/TODO libr/debug/debug.c libr/debug/reg.c libr/reg/reg.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in stepover in non-debugger mode
|
|
|
|
* Check if file exists before launching rabin to avoid noisy messages
|
|
|
|
* Disable io.va when using the debugger
|
|
|
|
* io.va is now enabled by default (static-analysis-friendly)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 748:ae64b6074abb
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 21 21:08:43 2010 +0200
|
|
|
|
files: TODO.decompiler binr/radare2/radare2.c libr/meta/README
|
|
|
|
description:
|
|
|
|
* Added basic guidelines in TODO.decompiler
|
|
|
|
* r2 now support -s and -b with ut64/ut32 offsets
|
|
|
|
* Remove 'goto' statement
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 747:bc6a2341e6e0
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 21 11:55:48 2010 +0200
|
|
|
|
files: TODO TODO.decompiler libr/anal/aop.c libr/anal/cond.c libr/core/cmd.c libr/core/config.c libr/core/visual.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Added initial aop_to_string() method for RAnal
|
|
|
|
- accessible via asm.decode
|
|
|
|
* Add more 'Vd' keys (data, code, string, ..)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 746:21d57e32c388
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 21 02:05:23 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/include/r_meta.h libr/meta/meta.c
|
|
|
|
description:
|
|
|
|
* Add 'C-*' command to unset all metadata
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 745:44d0d8fb0da7
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 21 01:58:45 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86.c libr/core/anal.c libr/core/cmd.c libr/core/visual.c libr/flags/flags.c libr/include/r_core.h libr/include/r_flags.h
|
|
|
|
description:
|
|
|
|
* Display some string references on x86
|
|
|
|
* In 'pd' display strings as text, not opcodes
|
|
|
|
* Added 'Vdu' command to undefine metadata and flags on cursor
|
|
|
|
* Better support for visual cursor
|
|
|
|
* Added f-@ command to undefine flags at given address
|
|
|
|
* Fix parse of C* commands
|
|
|
|
* Added C- and C[xXsSm..]- to unset metadata
|
|
|
|
* Disable cursor when quitting visual mode
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 744:43180045c87e
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 21 00:48:06 2010 +0200
|
|
|
|
files: TODO TODO.decompiler binr/rabin2/rabin2.c binr/radare2/radare2.c libr/anal/p/anal_arm.c libr/bin/bin.c libr/core/cmd.c libr/core/visual.c libr/flags/name.c libr/include/r_core.h libr/include/r_meta.h libr/include/r_util.h libr/meta/meta.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Load string flags into r2
|
|
|
|
- Fix string filtering
|
|
|
|
* Display string references for ARM (load indirections)
|
|
|
|
* Fix numeric indexing of branch references in visual mode
|
|
|
|
* Display '>' char for call instructions
|
|
|
|
* More work on RMeta
|
|
|
|
- unscape strings to avoid \n and \t
|
|
|
|
- handle correctly the 'Cs' command
|
|
|
|
- Add partial documentation for the rest of 'C' commands
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 743:6dfc054c3bc8
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 17:52:30 2010 +0200
|
|
|
|
files: Makefile TODO TODO.hackaton TODO.refactoring binr/rafind2/rafind2.c libr/TODO libr/anal/var.c libr/debug/p/native/TODO libr/syscall/TODO man/rabin2.1 man/radare2.1 man/radiff2.1 man/rafind2.1 man/rahash2.1 man/rasm2.1 man/rax2.1
|
|
|
|
description:
|
|
|
|
* Add rafind2.1 manpage
|
|
|
|
* Many cleanups in the TODO files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 742:56e3b4591aef
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 11:09:19 2010 +0200
|
|
|
|
files: TODO libr/anal/bb.c libr/core/anal.c libr/core/cmd.c libr/debug/Makefile libr/debug/TODO libr/debug/desc.c libr/debug/trace.c libr/include/r_anal.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Added traced field in RAnalBB
|
|
|
|
- Display 'traced' flag in 'abl' command
|
|
|
|
* Initial work on 'dd' command (filedescriptors)
|
|
|
|
- API defined, not yet implemented or used
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 741:a06f6ee90ab8
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 00:56:32 2010 +0200
|
|
|
|
files: TODO
|
|
|
|
description:
|
|
|
|
* Sync TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 740:5ac01c97ed1a
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 00:53:47 2010 +0200
|
|
|
|
files: libr/anal/cond.c libr/anal/value.c libr/core/anal.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Implement r_anal_cond_eval() and r_anal_value_to_ut64() functions
|
|
|
|
- Code seems to work and basicblock conditionals can be evaluated
|
|
|
|
- Show 'match' result in 'abl' command
|
|
|
|
- Wrong namespace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 739:bcd611e84d1f
|
|
|
|
parent: 738:0bec5b038f7f
|
|
|
|
parent: 736:8579cba759c2
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 00:10:09 2010 +0200
|
|
|
|
files: TODO
|
|
|
|
description:
|
|
|
|
* meld heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 738:0bec5b038f7f
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 00:08:10 2010 +0200
|
|
|
|
files: TODO
|
|
|
|
description:
|
|
|
|
* merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 737:0ff1f234ec3b
|
|
|
|
parent: 734:323f1b3149f4
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jun 17 18:45:27 2010 +0200
|
|
|
|
files: binr/rabin2/rabin2.c libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_elf.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Rename characteristics into srwx
|
|
|
|
- Fix ref to binmain in the pe64 plugin
|
|
|
|
* r_bin_pe
|
|
|
|
- Rename section.characteristics into section.flags like in
|
|
|
|
the other formats
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 736:8579cba759c2
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 18 00:06:19 2010 +0200
|
|
|
|
files: TODO libr/anal/cond.c libr/include/r_list.h
|
|
|
|
description:
|
|
|
|
* Propagate two arguments for conditionals
|
|
|
|
* Rename RLFList to ROFList (25.2% funnier than before)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 735:3fcd1979107e
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 17 17:55:39 2010 +0200
|
|
|
|
files: TODO TODO.hackaton TODO.poll libr/anal/Makefile libr/anal/call.c libr/cons/color.c libr/core/cmd.c libr/core/visual.c libr/include/r_anal.h libr/include/r_print.h libr/include/r_sign.h libr/print/print.c libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Very early work on r_anal_call api
|
|
|
|
* Initial support for visual cursor with invert cons in 'pd' bytes
|
|
|
|
- Some changes in '*' and '/' keys in visual modes (+-16)
|
|
|
|
- '+/-' in visual cursor works as in r1 (inc/dec cursor byte)
|
|
|
|
* Rename 'zf' into 'zh' for header, not function
|
|
|
|
- 'zf' stands now for function signatures (args, types, ret, ...)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 734:323f1b3149f4
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jun 17 10:04:51 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* Revert wrong "bb memory leak" fix (again xD)
|
|
|
|
- RAnalBlock must keep a list of the analyzed opcodes
|
|
|
|
- Those RAnalOp are not freed because they are added to this list
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 733:985d5a4554fb
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 17 02:22:50 2010 +0200
|
|
|
|
files: TODO libr/TODO libr/anal/README libr/anal/p/anal_x86_x86im.c libr/anal/reflines.c libr/core/cmd.c libr/core/config.c libr/debug/trace.c libr/include/r_anal.h libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Added asm.linescall=false (default)
|
|
|
|
- Implemented in anal_reflines to skip call analysis for lines
|
|
|
|
* Set dbg.trace=true by default
|
|
|
|
* Display trace count and times in 'pd' (asm.trace)
|
|
|
|
- counter starts as 1, not 0 :)
|
|
|
|
* Added 'absolute' variable in RAnalValue (not yet used..)
|
|
|
|
- Defines the sign of the value (needs arch-dependent code)
|
|
|
|
* Sync TODO files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 732:5169f8a56883
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 17 01:48:51 2010 +0200
|
|
|
|
files: libr/anal/README libr/anal/p/anal_x86.c libr/anal/value.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Add more 'cmp' opcodes support in analysis for x86
|
|
|
|
* memref now specifies the size of pointer
|
|
|
|
- this is serialized as a cast (char) ..
|
|
|
|
- no sign support yet
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 731:1948f1ebb7ea
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 17 00:04:57 2010 +0200
|
|
|
|
files: binr/rafind2/Makefile libr/sign/t/Makefile
|
|
|
|
description:
|
|
|
|
* Link r_reg when r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 730:1497d4bdba96
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 16 21:44:19 2010 +0200
|
|
|
|
files: libr/anal/Makefile libr/anal/aop.c libr/anal/bb.c libr/anal/cond.c libr/anal/p/anal_x86.c libr/anal/value.c libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/debug/plugin.c libr/include/r_anal.h r2rc/emit_arm.c
|
|
|
|
description:
|
|
|
|
* Initial working basic block conditional decompilation
|
|
|
|
- Only 'test' opcode for x86 is currently supported (just for testing)
|
|
|
|
- analysis backend generates RAnalValue's for each argument
|
|
|
|
- compiles a cmp+cjmp into a RAnalCond class
|
|
|
|
- de/serializes the RAnalCond into an evaluable string
|
|
|
|
- Make anal api more stable
|
|
|
|
* Fix a memory leak in anal_bb
|
|
|
|
* Reassign anal->reg into dbg->reg
|
|
|
|
- Replicate dbg->reg into dbg->anal->reg
|
|
|
|
- Such nasty cascade assignation..
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 729:74e206cccc6a
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 16 09:42:46 2010 +0200
|
|
|
|
files: libr/Makefile libr/anal/Makefile libr/anal/anal.c libr/anal/bb.c libr/anal/cond.c libr/anal/p/anal_x86.c libr/anal/value.c libr/core/core.c libr/debug/debug.c libr/include/r_anal.h libr/include/r_list.h libr/include/r_reg.h libr/reg/reg.c r2rc/Makefile r2rc/emit_arm.c
|
|
|
|
description:
|
|
|
|
* Initial implementation of the subclassed RLFList class
|
|
|
|
- Implements a serialized RFList inside a RList container
|
|
|
|
- Allows faster scans on contents
|
|
|
|
* Initial import of the RAnalCond/Value code
|
|
|
|
- Not yet usable..just refactoring..
|
|
|
|
- Handle null pointers in reg classes
|
|
|
|
* Added not-yet-working emit_arm.c for r2rc tool
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 728:df78821d2734
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 15 16:19:20 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Don't free appended aop's
|
|
|
|
- Set bbc->cond = NULL in printed bbs list
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 727:38c40073ba05
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 15 15:31:17 2010 +0200
|
|
|
|
files: libr/Makefile
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- symstall pkgconfig
|
|
|
|
- Fix symstallation of plugins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 726:ecccaab807f5
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 15 14:10:42 2010 +0200
|
|
|
|
files: Makefile binr/Makefile libr/Makefile libr/anal/p/Makefile libr/asm/p/Makefile libr/bin/p/Makefile libr/bp/p/Makefile libr/cmd/p/Makefile libr/crypto/p/Makefile libr/debug/p/Makefile libr/io/p/Makefile libr/io/t/Makefile libr/parse/p/Makefile libr/rules.mk mk/gcc.mk mk/i486-mingw32-gcc.mk mk/i586-mingw32msvc-gcc.mk mk/tcc.mk r2rc/Makefile
|
|
|
|
description:
|
|
|
|
* More fixes on build system
|
|
|
|
- 'make mrproper' now works like 'hg purge --all'
|
|
|
|
- More fixes on 'make clean'
|
|
|
|
- Remove some missing -Wl,-R
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 725:14a6508abe5e
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 15 13:10:46 2010 +0200
|
|
|
|
files: Makefile binr/Makefile binr/rafind2/Makefile libr/Makefile libr/config.mk.tail libr/core/cmd.c libr/rpathstrip.sh r2rc/Makefile
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Fix segfault (pancake)
|
|
|
|
* Build
|
|
|
|
- Remove rpath stuff
|
|
|
|
- Simplify Makefiles
|
|
|
|
- Add rafind2 to binr/Makefile
|
|
|
|
- Add symstall to binr and r2rc
|
|
|
|
- Fix minor deinstall issues
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 724:41f787dd32a1
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 15 01:23:34 2010 +0200
|
|
|
|
files: binr/radare2/Makefile binr/radiff2/Makefile libr/Makefile libr/cons/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix the build of radare2 and radiff2
|
|
|
|
* Remove r_line dep from cons/t/Makefile
|
|
|
|
* Build r_cons before r_line in libr/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 723:720253bb804b
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 15 00:59:32 2010 +0200
|
|
|
|
files: libr/debug/debug.c libr/diff/t/Makefile test/TODO test/breakpoint.sh
|
|
|
|
description:
|
|
|
|
* Workaround for r_debug_recoil()
|
|
|
|
* Simplify build of r_diff (nibble)
|
|
|
|
* Add debugger breakpoint test script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 722:857ba277142f
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jun 15 00:46:18 2010 +0200
|
|
|
|
files: binr/rabin2/Makefile binr/radare2/Makefile binr/radiff2/Makefile binr/rasm2/Makefile libr/anal/Makefile libr/anal/bb.c libr/anal/cond.c libr/include/r_anal.h libr/lib/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix build of binr/
|
|
|
|
- Some missing deps everywhere
|
|
|
|
* Initial work for RAnalCond
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 721:de9ec8d30bdb
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jun 14 19:35:44 2010 +0200
|
|
|
|
files: libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in cmd 'agd offset'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 720:bb7b30d198cb
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jun 14 18:52:49 2010 +0200
|
|
|
|
files: libr/anal/anal.c libr/anal/aop.c libr/anal/fcn.c libr/anal/var.c libr/include/r_anal.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Fix r_debug build
|
|
|
|
* More random fixes in r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 719:a85d9ffe9d82
|
|
|
|
parent: 718:e620de9d0064
|
|
|
|
parent: 717:8c385d1b7a87
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jun 14 18:30:31 2010 +0200
|
|
|
|
files: Makefile libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 718:e620de9d0064
|
|
|
|
parent: 716:301618bd764d
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jun 14 18:29:52 2010 +0200
|
|
|
|
files: Makefile binr/Makefile libr/anal/aop.c libr/anal/bb.c libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* Add targets clean & mrproper to binr/Makefile
|
|
|
|
* Use r_list_free instead of r_list_destroy in r_anal
|
|
|
|
* Some minor fixups in r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 717:8c385d1b7a87
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 14 16:20:54 2010 +0200
|
|
|
|
files: Makefile libr/anal/README libr/core/anal.c libr/core/t/Makefile libr/include/r_anal.h libr/line/t/Makefile
|
|
|
|
description:
|
|
|
|
* Some fixes in make all/clean
|
|
|
|
* Initial work on RAnalCond
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 716:301618bd764d
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jun 14 00:57:40 2010 +0200
|
|
|
|
files: libr/anal/aop.c libr/anal/fcn.c libr/anal/ref.c libr/core/anal.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Implement RAnalRef as a struct instead of a hacky ut64 pointer
|
|
|
|
- Support data and code reference specification
|
|
|
|
* Also handle 'jmp' as code references
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 715:59ddef68afe4
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 13 12:51:44 2010 +0200
|
|
|
|
files: libr/bp/traptrace.c libr/core/cmd.c libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Fix segfault and infinite loop in 'dct' command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 714:dc6ff19d26e1
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 13 12:40:01 2010 +0200
|
|
|
|
files: libr/core/io.c libr/io/p/io_ptrace.c
|
|
|
|
description:
|
|
|
|
* Fix ffio and io_ptrace return value when read error
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 713:ecbd4adfffe1
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 13 12:24:07 2010 +0200
|
|
|
|
files: libr/core/io.c libr/io/p/io_malloc.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in malloc:// IO backend
|
|
|
|
* Catch error in core to avoid future issues
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 712:f11d3cd22e37
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 13 11:59:17 2010 +0200
|
|
|
|
files: TODO libr/anal/p/anal_arm.c libr/core/cmd.c libr/db/db.c libr/db/t/test.c libr/db/table.c libr/debug/trace.c libr/include/r_db.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Fix 'bx lr' and 'ldr pc,[pc,#]' code analysis for arm
|
|
|
|
* Added 'ata' command to specify a list of valid traceable adddresses
|
|
|
|
* some initial work on r_db.. iterators not yet supported
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 711:7f289ba2c15f
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jun 06 23:26:11 2010 +0200
|
|
|
|
files: binr/radare2/Makefile binr/radiff2/Makefile swig/vapi/r_cmd.vapi swig/vapi/r_lib.vapi
|
|
|
|
description:
|
|
|
|
* Fix linking issues reported by matalaz (Thanks!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 710:af1b04fe0634
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 04 23:47:35 2010 +0200
|
|
|
|
files: libr/anal/anal.c libr/anal/aop.c libr/asm/asm.c libr/core/cmd.c libr/core/core.c libr/debug/trace.c libr/include/r_anal.h libr/include/r_debug.h libr/include/r_lib.h libr/include/r_util.h libr/io/io.c libr/util/range.c swig/vapi/r_cmd.vapi
|
|
|
|
description:
|
|
|
|
* More work on 'at' command
|
|
|
|
* RRange ported to r_list (not yet tested)
|
|
|
|
* Fix r_cmd.vapi RCmdPlugin struct definition
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 709:dc3ff4cca2cc
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jun 04 00:56:44 2010 +0200
|
|
|
|
files: TODO binr/binr.mk binr/radare2/Makefile binr/radiff2/Makefile libr/Makefile libr/core/cmd.c libr/core/config.c libr/debug/debug.c libr/debug/trace.c libr/include/r_debug.h libr/include/r_trace.h
|
|
|
|
description:
|
|
|
|
* Some linkage fixes for binr/
|
|
|
|
* Added 'at' command (not yet implemented at all)
|
|
|
|
- Some refactoring in r_debug_trace code
|
|
|
|
- Remove deprecated r_trace.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 708:fcddd692a41d
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Thu Jun 03 11:53:42 2010 +0200
|
|
|
|
files: TODO TODO.hackaton libr/cmd/cmd.c libr/core/cmd.c libr/include/r_cmd.h
|
|
|
|
description:
|
|
|
|
* List cmd plugins when ':' command is executed
|
|
|
|
- Added ->desc field in RCmdPlugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 707:42698350726a
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jun 03 11:31:23 2010 +0200
|
|
|
|
files: libr/anal/aop.c libr/anal/bb.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Minor fixup in r_anal_bb_free
|
|
|
|
- Init aop->mnemonic = NULL in r_anal_aop_new
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 706:fadd35c39106
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Thu Jun 03 10:57:34 2010 +0200
|
|
|
|
files: binr/binr.mk doc/fortunes libr/lib/Makefile libr/lib/lib.c libr/lib/t/Makefile
|
|
|
|
description:
|
|
|
|
* Do not warn in r_lib until R_DEBUG env is defined
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 705:395a0770b1f9
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jun 03 02:23:50 2010 +0200
|
|
|
|
files: libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_pe.c
|
|
|
|
description:
|
|
|
|
* Add -M (get main) in r_bin_pe
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 704:b37383f0ca43
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jun 02 23:36:05 2010 +0200
|
|
|
|
files: libr/anal/p/anal_arm.c libr/bin/format/elf/elf.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Added refptr in RAnalOp
|
|
|
|
- Used only from ARM code analysis
|
|
|
|
* Implement ELF get_main for ARM ELF's
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 703:0137b9ce9edf
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jun 02 19:17:47 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/core/anal.c libr/core/config.c libr/core/gdiff.c libr/core/gdiff.h libr/util/big.c
|
|
|
|
description:
|
|
|
|
* Add support for non-splitted graphs
|
|
|
|
* Add config var anal.split
|
|
|
|
* Fix segfault in r_anal & r_big
|
|
|
|
* Fix r_anal split algorithm
|
|
|
|
* Minor fixup in bb type assignment
|
|
|
|
* Fix partial graphs generation
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 702:e2aa86dab9bf
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jun 01 08:54:37 2010 +0200
|
|
|
|
files: r2rc/r2rc-tool
|
|
|
|
description:
|
|
|
|
* Apply Jan's patch for fixing r2rc-tool
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 701:c2f8ea06290c
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 31 19:59:31 2010 +0200
|
|
|
|
files: binr/Makefile
|
|
|
|
description:
|
|
|
|
* Fix binr/Makefile (thanks jan! :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 700:bcbda1bf396a
|
|
|
|
user: nibble
|
|
|
|
date: Sun May 30 13:00:21 2010 +0200
|
|
|
|
files: binr/radare2/radare2.c libr/asm/asm.c libr/core/gdiff.c libr/include/r_asm.h swig/vapi/r_asm.vapi
|
|
|
|
description:
|
|
|
|
* Add flag -M to rabin2 at radare2 startup and cg
|
|
|
|
* Add r_asm_mdisassemble_hexstr
|
|
|
|
* Update r_asm.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 699:4d0458cdf2ca
|
|
|
|
user: nibble
|
|
|
|
date: Sun May 30 06:06:25 2010 +0200
|
|
|
|
files: binr/rabin2/rabin2.c libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/include/r_bin.h swig/vapi/r_bin.vapi swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add r_bin_get_main
|
|
|
|
- Implement get_main for elf32 & elf64
|
|
|
|
- Rename RBinEntry to RBinAddr
|
|
|
|
* rabin2
|
|
|
|
- Add flag -M to output main offset and va
|
|
|
|
* bindings
|
|
|
|
- Update r_bin.vapi
|
|
|
|
- Minor fixup in r_util.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 698:604bf71ba833
|
|
|
|
user: nibble
|
|
|
|
date: Sat May 29 17:11:41 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf_specs.h
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- New method to resolve the base address
|
|
|
|
- Fix bug in bins with bin->ehdr.e_phnum = 0
|
|
|
|
- Fix resolution of symbol address in relocatable bins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 697:07d10ceae4ba
|
|
|
|
user: nibble
|
|
|
|
date: Sat May 29 14:04:50 2010 +0200
|
|
|
|
files: TODO libr/Makefile libr/core/Makefile libr/rpathstrip.sh pkgcfg/libr.pc.acr pkgcfg/r_cmd.pc.acr pkgcfg/r_core.pc.acr swig/vapi/r_anal.vapi swig/vapi/r_asm.vapi swig/vapi/r_bin.vapi swig/vapi/r_reg.vapi
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- update pkgconfigs
|
|
|
|
- dont run rpathdel on tests
|
|
|
|
- build r_crypto
|
|
|
|
* Bindings
|
|
|
|
- Fix vapis (add missings headers r_list.h, r_types_base.h)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 696:7f17acb2cbb2
|
|
|
|
user: pancake
|
|
|
|
date: Sat May 29 13:24:47 2010 +0200
|
|
|
|
files: binr/Makefile binr/rafind2/rafind2.d binr/rafind2/rafind2.o libr/Makefile libr/asm/t/Makefile libr/flags/t/Makefile libr/reg/t/Makefile libr/search/t/rafind2.c libr/util/t/Makefile
|
|
|
|
description:
|
|
|
|
* More work for 'binr'. Hopefully everything is done now :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 695:b64436f2c584
|
|
|
|
user: pancake
|
|
|
|
date: Sat May 29 03:30:36 2010 +0200
|
|
|
|
files: Makefile binr/Makefile binr/radare2/Makefile binr/radare2/radare2.c binr/radiff2/Makefile binr/radiff2/radiff2.c binr/rafind2/Makefile binr/rafind2/rafind2.c binr/rafind2/rafind2.d binr/rafind2/rafind2.o binr/rahash2/Makefile binr/rahash2/rahash2.c binr/rasm2/Makefile binr/rasm2/rasm2.c binr/rax2/Makefile binr/rax2/rax2.c libr/asm/t/Makefile libr/asm/t/rasm2.c libr/bin/t/Makefile libr/bin/t/rabin2.c libr/core/t/Makefile libr/core/t/radare2.c libr/diff/t/Makefile libr/diff/t/radiff2.c libr/hash/t/Makefile libr/hash/t/rahash2.c libr/search/t/Makefile
|
|
|
|
description:
|
|
|
|
* Move all the r2 programs into binr/
|
|
|
|
- Little cleanup of the build system
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 694:38b3b0e2c539
|
|
|
|
parent: 693:1165cbfd6003
|
|
|
|
parent: 692:a7dccc3e07b3
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 28 17:32:30 2010 +0200
|
|
|
|
description:
|
|
|
|
* merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 693:1165cbfd6003
|
|
|
|
parent: 691:2b159692c55f
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 28 17:31:43 2010 +0200
|
|
|
|
files: swig/vapi/r_asm.deps swig/vapi/r_asm.vapi swig/vapi/r_cmd.deps swig/vapi/r_core.deps
|
|
|
|
description:
|
|
|
|
* bindings
|
|
|
|
- Add r_asm.deps
|
|
|
|
- Add r_cmd.deps
|
|
|
|
- Add r_config & r_asm to r_core.deps
|
|
|
|
- fix r_asm.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 692:a7dccc3e07b3
|
|
|
|
user: pancake
|
|
|
|
date: Fri May 28 17:15:20 2010 +0200
|
|
|
|
files: Makefile binr/Makefile binr/binr.mk binr/rabin2/Makefile binr/rabin2/rabin2.c
|
|
|
|
description:
|
|
|
|
* Initial refactor to build libr bins (binr) out of libr
|
|
|
|
- Cleaner build/install
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 691:2b159692c55f
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 28 10:17:24 2010 +0200
|
|
|
|
files: libr/Makefile libr/config/t/Makefile libr/core/anal.c libr/core/cmd.c libr/core/gdiff.c libr/diff/Makefile libr/diff/t/Makefile libr/diff/t/radiff2.c
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Fix bug in r_core_anal_graph_nodes (s/printf/r_cons_printf/)
|
|
|
|
- Use r_str_chop_ro to get 'cg' filename
|
|
|
|
* r_diff
|
|
|
|
- Reimplement graphdiff using r_core functions
|
|
|
|
* r_config
|
|
|
|
- Fix t/Makefile using -l instead of .o's
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 690:a594edfe224e
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 28 02:44:51 2010 +0200
|
|
|
|
files: libr/anal/anal.c libr/asm/asm.c libr/bin/bin.c libr/bp/bp.c libr/cmd/plugin.c libr/config.mk.tail libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/core/gdiff.c libr/core/gdiff.h libr/core/libs.c libr/crypto/crypto.c libr/debug/plugin.c libr/diff/Makefile libr/diff/gdiff.c libr/diff/gdiff.h libr/diff/t/radiff2.c libr/include/r_core.h libr/io/plugin.c libr/parse/parse.c
|
|
|
|
description:
|
|
|
|
* Fix bug with static plugins
|
|
|
|
* Treat r_cons and r_line as singleton in r_core_init
|
|
|
|
* Move gdiff to r_core
|
|
|
|
* Fix libgmp support
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 689:5478d53d2982
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 27 19:58:54 2010 +0200
|
|
|
|
files: libr/bin/bin.c libr/core/libs.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Fix segfault in r_core
|
|
|
|
* r_bin
|
|
|
|
- Minor fixup in r_bin_load
|
|
|
|
- Move plugin pointers to r_bin.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 688:4b354f5bd6d5
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 27 01:18:30 2010 +0200
|
|
|
|
files: libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Fix io.va bug in r_io
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 687:58f0f4b85ef9
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 27 00:57:25 2010 +0200
|
|
|
|
files: libr/bin/t/rabin2.c libr/bp/plugin.c libr/cmd/plugin.c libr/include/r_io.h libr/io/desc.c libr/io/io.c libr/io/p/io_debug.c libr/io/p/io_ewf.c libr/io/p/io_mach.c libr/io/p/io_malloc.c libr/io/p/io_procpid.c libr/io/p/io_ptrace.c libr/io/p/io_shm.c libr/io/p/io_w32dbg.c libr/io/plugin.c
|
|
|
|
description:
|
|
|
|
* some more renaming
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 686:809b349c0cbc
|
|
|
|
user: nibble
|
|
|
|
date: Wed May 26 18:25:35 2010 +0200
|
|
|
|
files: ChangeLog libr/bp/Makefile libr/bp/bp.c libr/bp/handle.c libr/bp/plugin.c libr/cmd/Makefile libr/cmd/cmd.c libr/cmd/handle.c libr/cmd/plugin.c libr/core/cmd.c libr/core/libs.c libr/core/t/radare2.c libr/crypto/crypto.c libr/debug/Makefile libr/debug/debug.c libr/debug/handle.c libr/debug/plugin.c libr/debug/t/main.c libr/include/r_asm.h libr/include/r_bp.h libr/include/r_cmd.h libr/include/r_crypto.h libr/include/r_debug.h libr/include/r_io.h libr/include/r_lib.h libr/io/Makefile libr/io/handle.c libr/io/io.c libr/io/p/io_debug.c libr/io/p/io_ewf.c libr/io/p/io_mach.c libr/io/p/io_malloc.c libr/io/p/io_procpid.c libr/io/p/io_ptrace.c libr/io/p/io_shm.c libr/io/p/io_w32dbg.c libr/io/plugin.c libr/io/t/map.c libr/lib/lib.c swig/vapi/r_io.vapi swig/vapi/r_lang.vapi swig/vapi/r_lib.vapi
|
|
|
|
description:
|
|
|
|
* Rename "handler" to "plugin"
|
|
|
|
* Rename */handler.c to */plugin.c
|
|
|
|
* Rename "handle" to "handler" in r_lib
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 685:93812afa4dca
|
|
|
|
user: pancake
|
|
|
|
date: Wed May 26 02:55:50 2010 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/t/fastcall.c libr/asm/t/rasm2.c libr/include/r_asm.h swig/vapi/r_asm.vapi
|
|
|
|
description:
|
|
|
|
* RAsm.handlers => plugins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 684:14a9ac9cda83
|
|
|
|
user: nibble
|
|
|
|
date: Wed May 26 02:06:55 2010 +0200
|
|
|
|
files: libr/search/t/rafind2.c swig/vapi/r_asm.vapi swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* r_search
|
|
|
|
- Fix a segfault in rafind2
|
|
|
|
* vapi's
|
|
|
|
- Fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 683:73d67869a9a0
|
|
|
|
user: nibble
|
|
|
|
date: Wed May 26 01:42:22 2010 +0200
|
|
|
|
files: ChangeLog doc/fortunes libr/anal/anal.c libr/anal/p/anal_arm.c libr/anal/p/anal_csr.c libr/anal/p/anal_dummy.c libr/anal/p/anal_java.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/asm/arch/include/bfd.h libr/asm/arch/include/elf-bfd.h libr/asm/arch/mips/gnu/mips-dis.c libr/asm/arch/sparc/gnu/sparc-opc.c libr/asm/arch/x86/udis86/decode.c libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_avr.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_gas.c libr/asm/p/asm_java.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/fastcall.c libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/format/pe/pe_specs.h libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/bp/bp.c libr/bp/handle.c libr/bp/p/bp_arm.c libr/bp/p/bp_mips.c libr/bp/p/bp_ppc.c libr/bp/p/bp_x86.c libr/cmd/cmd.c libr/cmd/handle.c libr/cmd/p/cmd_dummy.c libr/cons/cons.c libr/cons/input.c libr/cons/output.c libr/core/cmd.c libr/core/config.c libr/core/libs.c libr/crypto/crypto.c libr/crypto/p/crypto_aes.c libr/debug/handle.c libr/debug/p/debug_gdb.c libr/debug/p/debug_native.c libr/debug/p/native/w32.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bp.h libr/include/r_cmd.h libr/include/r_crypto.h libr/include/r_debug.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_parse.h libr/include/r_syscall.h libr/io/README libr/io/desc.c libr/io/handle.c libr/io/io.c libr/io/p/io_debug.c libr/io/p/io_ewf.c libr/io/p/io_mach.c libr/io/p/io_malloc.c libr/io/p/io_procpid.c libr/io/p/io_ptrace.c libr/io/p/io_shm.c libr/io/p/io_w32dbg.c libr/io/undo.c libr/lang/lang.c libr/lang/p/dummy.c libr/lang/p/lua.c libr/lang/p/perl.c libr/lang/p/python.c libr/lang/p/ruby.c libr/lang/p/tcc.c libr/lib/lib.c libr/line/dietline.c libr/parse/p/parse_dummy.c libr/parse/p/parse_mreplace.c libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c libr/syscall/win7.c libr/th/lock.c libr/util/w32-sys.c swig/vapi/r_asm.vapi swig/vapi/r_cmd.vapi swig/vapi/r_diff.vapi swig/vapi/r_io.vapi swig/vapi/r_lang.vapi swig/vapi/r_lib.vapi swig/vapi/t/io.vala swig/vapi/t/plugin.vala
|
|
|
|
description:
|
|
|
|
* Rename {r_*_handle_t, R*Handle} to {r_*_plugin_t, R*Plugin}
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 682:722841439e32
|
|
|
|
user: pancake
|
|
|
|
date: Wed May 26 00:59:10 2010 +0200
|
|
|
|
files: TODO libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_avr.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_gas.c libr/asm/p/asm_java.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/fastcall.c libr/asm/t/rasm2.c libr/bin/bin.c libr/include/r_asm.h swig/vapi/r_asm.vapi swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* RAsmHandle -> RAsmHandler.. Same for RBin
|
|
|
|
- Define RAsmHandler in r_asm vapi
|
|
|
|
* Random code cleanup
|
|
|
|
* Define RHex.str2bin in rutil vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 681:ec67a98e57dc
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 25 21:05:07 2010 +0200
|
|
|
|
files: libr/diff/diff.c libr/diff/t/test.c
|
|
|
|
description:
|
|
|
|
* r_diff
|
|
|
|
- Fix segfault in r_diff_buffers_distance
|
|
|
|
- Fix segfault in t/test.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 680:4b0b655c9c1f
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 25 20:40:47 2010 +0200
|
|
|
|
files: Makefile libr/Makefile libr/asm/t/Makefile libr/debug/t/Makefile
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- rename 'make ins' to 'make symstall'
|
|
|
|
- more build fixes
|
|
|
|
- all libs must be compiled before r_debug & r_core
|
|
|
|
- Remove r_cons & r_print dependencies from asm/t/Makefile
|
|
|
|
- Add r_anal dependency to debug/t/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 679:d47a5c447a02
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 25 20:12:49 2010 +0200
|
|
|
|
files: libr/diff/Makefile libr/diff/gdiff.c
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
- Comment out gdiff.c until the cross-dependecy problem with r_core
|
|
|
|
is solved
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 678:aa540842c11e
|
|
|
|
user: pancake
|
|
|
|
date: Tue May 25 01:42:57 2010 +0200
|
|
|
|
files: libr/core/config.c libr/hash/t/rahash2.c swig/vapi/r_anal.vapi swig/vapi/r_core.vapi swig/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* hash md5 and sha1 by default
|
|
|
|
* add RCore.io in vapi
|
|
|
|
* Add RIO.va in vapi
|
|
|
|
* Fix collision of VarType in RAnal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 677:d944e241e07d
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 25 01:49:46 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/diff/gdiff.c libr/diff/t/radiff2.c libr/include/r_diff.h
|
|
|
|
description:
|
|
|
|
* r_diff
|
|
|
|
- Add flag '-v' (va) to radiff2
|
|
|
|
* r_core
|
|
|
|
- Launch 'radiff2 -g' with '-v' if 'io.va = 1'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 676:84e4f62af4d8
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 25 01:31:52 2010 +0200
|
|
|
|
files: libr/anal/fcn.c libr/core/anal.c libr/diff/gdiff.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Allow to add overlapped functions
|
|
|
|
* r_core
|
|
|
|
- Remove r_core_anal_fcn_add, it's the same that r_anal_fcn_add
|
|
|
|
* r_diff
|
|
|
|
- Add 'af@entry0' to gdiff analysis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 675:1196d674249b
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 20:02:33 2010 +0200
|
|
|
|
files: libr/bin/format/pe/pe.c libr/core/project.c
|
|
|
|
description:
|
|
|
|
* Fix off-by-one segfault in PE RBin parser
|
|
|
|
* Fix creation of home directories
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 674:ee19f1c25ffc
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 19:38:13 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/t/radare2.c libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* 'sr' also pushes into the seek history
|
|
|
|
* Debugger print mode with seeking support
|
|
|
|
- Fix V? message
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 673:de29d2072201
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 19:42:35 2010 +0200
|
|
|
|
files: swig/vapi/r_anal.vapi
|
|
|
|
description:
|
|
|
|
* Update r_anal.vapi & fix bindings build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 672:9ff090f0701a
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 19:08:38 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/diff/gdiff.c
|
|
|
|
description:
|
|
|
|
* r_diff
|
|
|
|
- Fix 'radiff2 -g'
|
|
|
|
* r_core
|
|
|
|
- Remove debug messages
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 671:aa063be227e3
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 18:51:01 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/file.c libr/core/project.c libr/core/t/radare2.c libr/hash/t/rahash2.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Added r_core_project_info
|
|
|
|
- Implemented 'Ps, Po and Pi' commands
|
|
|
|
- Allow to open a project file without givin the path to file
|
|
|
|
- Store and check changes in file.sha1 and file.path
|
|
|
|
* Do not load libraries twice in r_core
|
|
|
|
* Implement -r flag to rahash2 to export data in radare commands
|
|
|
|
- Sync help message
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 670:1f8b2befa343
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 18:35:08 2010 +0200
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/diff/Makefile libr/diff/gdiff.c libr/diff/gdiff.h libr/diff/t/radiff2.c libr/include/r_core.h libr/include/r_diff.h libr/include/r_util.h libr/util/big.c
|
|
|
|
description:
|
|
|
|
* r_diff
|
|
|
|
- Add r_diff_gdiff (initial import of the graphdiffer)
|
|
|
|
Next step is remove the mnemonics array and use a hash function
|
|
|
|
The bb_diff function will change too :)
|
|
|
|
- Add flag -g to radiff2
|
|
|
|
* r_core
|
|
|
|
- Add cmd 'cg [file]' for graphdiffing
|
|
|
|
- Add cmd 'agd [file]' for output graphdiff results
|
|
|
|
- Modify r_core_anal_graph() for supporting graphdiffs
|
|
|
|
* r_util
|
|
|
|
- Implement more r_big functions
|
|
|
|
- Make other more gmp-like
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 669:bae3252a49a3
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 17:51:51 2010 +0200
|
|
|
|
files: Makefile TODO libr/Makefile libr/core/cmd.c libr/core/visual.c libr/debug/debug.c libr/include/r_anal.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Added install-symlink (0.3s vs 3s) faster install for devel
|
|
|
|
* Added 'S' key in visual mode (step over)
|
|
|
|
* Safer 'dcc' and 'dcr' commands using step over if necessary
|
|
|
|
- Skip current instruction (do not lock on calls, rets..)
|
|
|
|
* Implement step over functionality
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 668:9ba69374fb33
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 13:57:49 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/anal/fcn.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- rename R_ANAL_BB_DIFF_* to R_ANAL_DIFF_*
|
|
|
|
- add field diff to RAnalFcn
|
|
|
|
- Allow r_anal_{bb,fcn}_set to edit an existing one
|
|
|
|
* r_core
|
|
|
|
- Output diff state with afl, abl, af* and ab*
|
|
|
|
- Allow to change the diff state with af+ and ab+
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 667:b34b59e8046f
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 12:07:54 2010 +0200
|
|
|
|
files: doc.sw/Makefile libr/config/t/Makefile libr/core/cmd.c libr/core/core.c libr/debug/Makefile libr/debug/debug.c libr/debug/map.c libr/debug/p/debug_native.c libr/include/r_debug.h libr/include/r_io.h libr/include/r_util.h libr/io/p/io_procpid.c libr/util/big.c libr/util/str.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Implement 'dcc' and 'dcr' debugger commands
|
|
|
|
- Using continue-until-opcode-type call
|
|
|
|
- Implemented continue-until-syscall in the same way
|
|
|
|
* Fix r_str_hash() algorithm to avoid colisions
|
|
|
|
* Added r_sys_bt()
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 666:f315cb14f1d8
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 11:55:20 2010 +0200
|
|
|
|
files: libr/util/str.c
|
|
|
|
description:
|
|
|
|
* revert r_str_hash changes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 665:5e4013069552
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 11:20:55 2010 +0200
|
|
|
|
files: configure
|
|
|
|
description:
|
|
|
|
* Fix configure
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 664:672892624df5
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 24 11:15:32 2010 +0200
|
|
|
|
files: TODO config-user.mk.acr configure configure.acr libr/anal/Makefile libr/anal/bb.c libr/anal/fcn.c libr/flags/flags.c libr/include/r_anal.h libr/include/r_util.h libr/util/Makefile libr/util/big.c
|
|
|
|
description:
|
|
|
|
* Add optional libgmp dependecy
|
|
|
|
* Update configure
|
|
|
|
* r_big
|
|
|
|
- Prepare big.c to add gmp code
|
|
|
|
- Implement r_big_{new, free} with libgmp
|
|
|
|
* r_anal
|
|
|
|
- Change the type of {bb,fcn}->fingerprint to RNumBig
|
|
|
|
* r_flags & r_core
|
|
|
|
- Add cmd 'af-*' which removes all flags
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 663:35d2d0274c3f
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 03:24:57 2010 +0200
|
|
|
|
files: libr/include/r_util.h libr/util/big.c
|
|
|
|
description:
|
|
|
|
* Added r_big_copy() helper macro
|
|
|
|
* Fix many segfaults in r_big
|
|
|
|
- Fix some sign bugs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 662:5fd2f818e4db
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 02:41:24 2010 +0200
|
|
|
|
files: libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Use simpler and more effective string hash functions
|
|
|
|
- http://www.javamex.com/tutorials/collections/hashmaps4.shtml
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 661:1b1c3422759a
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 02:27:05 2010 +0200
|
|
|
|
files: TODO libr/include/r_util.h libr/util/big.c mk/graph-int-per-line.pl
|
|
|
|
description:
|
|
|
|
* Implement r_big_{new,free,mod,set64,set_str}
|
|
|
|
- r_big api is now argument safe, you can do a.add(a,b);
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 660:88bf816c277c
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 24 01:31:22 2010 +0200
|
|
|
|
files: TODO libr/asm/arch/ppc/README libr/asm/p/asm_ppc.c libr/core/config.c libr/include/r_util.h libr/util/Makefile libr/util/big.c
|
|
|
|
description:
|
|
|
|
* Initial import of r_big - big integer api
|
|
|
|
* Handle cfg.bigendian in core->assembler
|
|
|
|
- fixes powerpc big endian disassembler
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 659:74ca1677493a
|
|
|
|
user: asdfsafd@asdf-safds-imac.local
|
|
|
|
date: Sun May 23 23:04:46 2010 +0200
|
|
|
|
files: libr/anal/p/arm.mk libr/anal/p/x86.mk libr/asm/arch/avr/avr_disasm.c libr/asm/arch/avr/avr_disasm.h libr/asm/arch/avr/disasm.c libr/asm/arch/avr/format.h libr/asm/p/arm.mk libr/asm/p/avr.mk libr/asm/p/bf.mk libr/asm/p/csr.mk libr/asm/p/dummy.mk libr/asm/p/gas.mk libr/asm/p/java.mk libr/asm/p/mips.mk libr/asm/p/ppc.mk libr/asm/p/psosvm.mk libr/asm/p/sparc.mk libr/asm/p/x86.mk libr/asm/p/x86_nasm.mk libr/asm/p/x86_olly.mk libr/include/r_userconf.h.acr libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Fix compilation on OSX
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 658:d5bf8ac4c8ff
|
|
|
|
user: pancake
|
|
|
|
date: Sun May 23 14:31:18 2010 +0200
|
|
|
|
files: libr/anal/Makefile libr/anal/p/anal_java.c libr/anal/p/java.mk libr/anal/p/x86.mk libr/asm/arch/java/javasm/java_ops.c libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/p/asm_java.c libr/asm/p/java.mk libr/include/r_anal.h libr/lang/README libr/lib/lib.c plugins.def.cfg swig/vapi/r_config.vapi swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Added anal_java plugin (copypasta from r1)
|
|
|
|
- Split java_ops array into a separate object file
|
|
|
|
* Fix r_config.vapi and add RConfig instance in RCore definition
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 657:0ccf7a9afc6a
|
|
|
|
user: nibble
|
|
|
|
date: Sun May 23 12:51:37 2010 +0200
|
|
|
|
files: libr/anal/aop.c libr/anal/arch/x86/x86im/x86im_fmt.c libr/anal/arch/x86/x86im/x86im_fmt.h libr/anal/bb.c libr/anal/fcn.c libr/anal/p/anal_x86_x86im.c libr/anal/p/x86_x86im.mk libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/p/bin_elf.c libr/include/r_anal.h swig/vapi/r_anal.vapi
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Fix section va bug
|
|
|
|
* r_anal
|
|
|
|
- Store mnemonic in RAnalOp
|
|
|
|
- Initial work on bindiff
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 656:d0cc7f01217b
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 19:55:15 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86_x86im.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Fix bug in anal_x86_x86im detecting invalid opcodes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 655:675559d41a16
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 19:20:42 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Fix bb->type resolution
|
|
|
|
- Use bb->type as flag
|
|
|
|
* r_core
|
|
|
|
- Mofify ab+ to accept more than one type
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 654:5ec932cd0c4e
|
|
|
|
user: pancake
|
|
|
|
date: Fri May 21 19:05:53 2010 +0200
|
|
|
|
files: libr/asm/p/Makefile libr/cmd/p/Makefile libr/io/handle.c libr/io/p/Makefile libr/io/p/io_procpid.c libr/io/p/procpid.mk plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial import of the procpid IO plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 653:c2b75de364a2
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 18:23:01 2010 +0200
|
|
|
|
files: TODO libr/anal/bb.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Fill aop type
|
|
|
|
- Update r_anal_bb and r_anal_bb_add accordingly
|
|
|
|
* r_core
|
|
|
|
- Add field type to ab+
|
|
|
|
'h' = head, 'b' = body, 'l' = last, 'f' = foot
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 652:08e08599aec6
|
|
|
|
user: pancake
|
|
|
|
date: Fri May 21 17:35:05 2010 +0200
|
|
|
|
files: TODO libr/anal/bb.c libr/include/r_anal.h libr/include/r_list.h libr/util/list.c swig/python/test-r_core.py swig/vapi/r_anal.vapi swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Add not-yet-used 'RAnalBlock->type' field
|
|
|
|
* Added r_list_length() method
|
|
|
|
* Add missing enums in RAnal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 651:fac771945aad
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 12:42:17 2010 +0200
|
|
|
|
files: libr/cmd/cmd.c libr/core/cmd.c libr/include/r_cmd.h swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* r_cmd
|
|
|
|
- Add r_cmd_free
|
|
|
|
* r_core
|
|
|
|
- Inc/Sub stackptr in the next opcode
|
|
|
|
* vapi
|
|
|
|
- Minor fixup in r_core.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 650:4da0abe47ed8
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 12:07:40 2010 +0200
|
|
|
|
files: libr/include/r_core.h swig/vapi/r_anal.vapi swig/vapi/r_asm.vapi swig/vapi/r_bin.vapi swig/vapi/r_core.vapi swig/vapi/r_debug.vapi swig/vapi/r_io.vapi swig/vapi/r_reg.vapi
|
|
|
|
description:
|
|
|
|
* Update vapis
|
|
|
|
* Fix bindings build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 649:04e6fe501e1f
|
|
|
|
user: pancake
|
|
|
|
date: Fri May 21 01:46:26 2010 +0200
|
|
|
|
files: TODO TODO.hackaton TODO.poll TODO.refactoring libr/README libr/TODO libr/anal/anal.c libr/anal/aop.c libr/anal/bb.c libr/anal/fcn.c libr/anal/p/anal_arm.c libr/anal/p/anal_csr.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/anal/reflines.c libr/anal/var.c libr/cmd/TODO libr/core/anal.c libr/core/cmd.c libr/core/core.c libr/include/r_anal.h libr/include/r_cmd.h libr/lib/lib.c swig/TODO swig/vapi/r_anal.vapi swig/vapi/r_core.vapi swig/vapi/r_hash.vapi swig/vapi/r_lang.vapi swig/vapi/r_reg.vapi swig/vapi/r_syscall.vapi swig/vapi/r_util.vapi swig/vapi/t/Makefile swig/vapi/t/array.vala swig/vapi/t/bin.vala swig/vapi/t/db.vala swig/vapi/t/hash.vala swig/vapi/t/lang.vala swig/vapi/t/list.vala swig/vapi/t/regs.vala swig/vapi/t/sc.vala swig/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Clean TODO files
|
|
|
|
* Rename refactorization in RAnal
|
|
|
|
- Fix compilation of vala test programs
|
|
|
|
- RAnalBB -> RAnalBlock, RAnalAop -> RAnalOp, ...
|
|
|
|
- sync vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 648:26c338d9b226
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 21 01:34:35 2010 +0200
|
|
|
|
files: libr/hash/t/hello.c libr/io/io.c
|
|
|
|
description:
|
|
|
|
* r_io
|
|
|
|
- Fix lseek
|
|
|
|
* r_hash
|
|
|
|
- Remove debug printf from t/hello.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 647:35cee2872bc8
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 20 17:40:58 2010 +0200
|
|
|
|
files: libr/anal/anal.c libr/anal/aop.c libr/anal/bb.c libr/anal/fcn.c libr/anal/ref.c libr/anal/var.c libr/asm/asm.c libr/asm/code.c libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/t/rabin2.c libr/bp/bp.c libr/cmd/cmd.c libr/cmd/t/test.c libr/config/config.c libr/cons/cons.c libr/cons/t/hello.c libr/core/core.c libr/db/db.c libr/debug/debug.c libr/debug/t/main.c libr/diff/diff.c libr/diff/t/radiff2.c libr/diff/t/test.c libr/flags/flags.c libr/flags/t/test.c libr/hash/state.c libr/hash/t/hello.c libr/hash/t/rahash2.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bp.h libr/include/r_cmd.h libr/include/r_config.h libr/include/r_cons.h libr/include/r_db.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_flags.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_lib.h libr/include/r_line.h libr/include/r_meta.h libr/include/r_parse.h libr/include/r_print.h libr/include/r_search.h libr/include/r_sign.h libr/include/r_syscall.h libr/include/r_th.h libr/include/r_util.h libr/io/io.c libr/io/t/cat.c libr/io/t/read4.c libr/lang/lang.c libr/lib/lib.c libr/line/line.c libr/line/t/hello.c libr/meta/meta.c libr/parse/parse.c libr/print/print.c libr/print/t/fmt.c libr/print/t/hex.c libr/search/search.c libr/search/t/rafind2.c libr/sign/sign.c libr/sign/t/rasign2.c libr/syscall/syscall.c libr/syscall/t/hello.c libr/th/lock.c libr/th/th.c libr/util/buf.c libr/util/cache.c libr/util/flist.c libr/util/num.c libr/util/pool.c libr/util/range.c swig/vapi/r_anal.vapi swig/vapi/r_asm.vapi swig/vapi/r_config.vapi swig/vapi/r_cons.vapi swig/vapi/r_db.vapi swig/vapi/r_flags.vapi swig/vapi/r_hash.vapi swig/vapi/r_io.vapi swig/vapi/r_lib.vapi swig/vapi/r_line.vapi swig/vapi/r_parse.vapi
|
|
|
|
description:
|
|
|
|
* Refactoring
|
|
|
|
- Remove all init functions (included in _new)
|
|
|
|
- Update vapi's (needs more work)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 646:039a65f08cfe
|
|
|
|
user: pancake
|
|
|
|
date: Thu May 20 09:29:39 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/core.c swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Added op_str() and op_anal() helpers in RCore class
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 645:628efe01b294
|
|
|
|
user: pancake
|
|
|
|
date: Thu May 20 01:17:16 2010 +0200
|
|
|
|
files: TODO libr/core/t/radare2.c
|
|
|
|
description:
|
|
|
|
* Double check quit operation when debugging
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 644:5765a5817b67
|
|
|
|
user: pancake
|
|
|
|
date: Thu May 20 00:59:42 2010 +0200
|
|
|
|
files: TODO libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/io.c libr/core/libs.c libr/core/project.c libr/core/t/radare2.c libr/core/visual.c libr/include/r_core.h libr/include/r_sign.h libr/io/io.c libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Added fast keys to seek on jumps or calls '1'-'9'
|
|
|
|
* More seek undo pushes in visual mode
|
|
|
|
* Added 'd' key in visual mode 'df' defines a function
|
|
|
|
* Huge repointerization in RCore
|
|
|
|
* Fix r_num_new() constructor
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 643:6c6000dd3695
|
|
|
|
user: nibble
|
|
|
|
date: Wed May 19 03:55:20 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Add 'st64 stackptr' to RAnalAop
|
|
|
|
(avoids pb with 'push imm' where aop.value=imm and simplifies code)
|
|
|
|
- Fix stackframe analysis detecting reg size
|
|
|
|
- Update old x86 plugin
|
|
|
|
* r_core
|
|
|
|
- Little refactoring of stackframe stuff
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 642:3255173125b7
|
|
|
|
user: pancake
|
|
|
|
date: Wed May 19 03:02:18 2010 +0200
|
|
|
|
files: libr/core/libs.c libr/lib/lib.c swig/vapi/r_anal.vapi swig/vapi/r_asm.vapi swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Load plugins from ~/.radare2/plugins instead of ~/.radare/plugins
|
|
|
|
* Fix fcn_bb_list() method declaration in r_anal.vapi
|
|
|
|
* Fix warnings and add assembler declaration in r_core vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 641:d08ebb62c0e7
|
|
|
|
user: pancake
|
|
|
|
date: Wed May 19 02:39:01 2010 +0200
|
|
|
|
files: TODO libr/anal/anal.c libr/anal/fcn.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/visual.c libr/include/r_anal.h libr/include/r_io.h libr/io/io.c libr/io/undo.c swig/vapi/r_anal.vapi swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Add bb_list() method to RAnalFcn class
|
|
|
|
* Handle function boundaries in 'pd'
|
|
|
|
* Reset stack_ptr=0 when leaving a function body
|
|
|
|
* Fix 'asm.bytes=false' (display flags as newlines)
|
|
|
|
* Fix 's+' and 's-' (seek redo, seek undo)
|
|
|
|
- Bindied in visual mode as 'u' and 'U' keys
|
|
|
|
- Added 's*' command to list seeking history
|
|
|
|
* Add dummy file.md5 eval var
|
|
|
|
- TODO: must be done by rabin2 and checked by project file
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 640:438e89349852
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 18 19:38:47 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/config.c
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Add config var asm.stackptr
|
|
|
|
- Print the size of stack frame in disasm view
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 639:7ca621c5f58b
|
|
|
|
user: pancake
|
|
|
|
date: Tue May 18 00:20:24 2010 +0200
|
|
|
|
files: TODO libr/cmd/cmd.c libr/core/project.c libr/include/r_cmd.h libr/include/r_core.h swig/rules.mk swig/vapi/r_anal.vapi swig/vapi/r_cmd.vapi swig/vapi/r_core.deps swig/vapi/r_core.vapi swig/vapi/r_lib.vapi swig/vapi/t/Makefile swig/vapi/t/plugin.vala
|
|
|
|
description:
|
|
|
|
* Commit initial vala plugin in swig/vapi/t/plugin.vala
|
|
|
|
- Many fixes in r_core, r_lib, r_cmd and r_anal
|
|
|
|
- Needs patched vala head with #618933
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=618933
|
|
|
|
* Fix RCmd plugin handlers user data pointer
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 638:316a0408c4ca
|
|
|
|
user: nibble
|
|
|
|
date: Sun May 16 14:04:08 2010 +0200
|
|
|
|
files: TODO libr/anal/anal.c libr/anal/p/anal_x86_x86im.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_sign.h libr/include/r_types_base.h libr/sign/Makefile libr/sign/sign.c libr/sign/t/Makefile
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Add r_anal_strmask
|
|
|
|
- Add nopcode (opcode count) to RAnalAop
|
|
|
|
* r_util
|
|
|
|
- Fix constant types in r_types_base
|
|
|
|
* Add r_anal stuff to TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 637:cce255d1b038
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 14 23:04:10 2010 +0200
|
|
|
|
files: libr/anal/fcn.c libr/anal/p/anal_arm.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/include/r_anal.h libr/include/r_types_base.h libr/include/r_util.h libr/parse/p/parse_x86_pseudo.c libr/util/hex.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- simplify local var/args analysis
|
|
|
|
- Fix var sign in x86im plugin
|
|
|
|
- Add analysis support for some missing opcodes
|
|
|
|
* r_parse
|
|
|
|
- Fix asm.filter
|
|
|
|
* r_util
|
|
|
|
- Change r_hex_bin_truncate type to st64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 636:acff183d3e96
|
|
|
|
user: nibble
|
|
|
|
date: Fri May 07 13:00:52 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/core/cmd.c libr/include/r_types_base.h libr/util/hex.c
|
|
|
|
description:
|
|
|
|
* Fix jmps in anal_x86_x86im
|
|
|
|
* Fix bug in r_hex_bin_truncate with negative values
|
|
|
|
* Add new limits into r_types_base.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 635:c28742aba7d1
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 06 20:24:16 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86_x86im.c libr/include/r_util.h libr/util/hex.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* More work on x86im plugin (vars detection needs more love)
|
|
|
|
* Fix segfault in sys.c
|
|
|
|
* Add r_hex_bin_truncate() to r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 634:564837dd2b1a
|
|
|
|
user: nibble
|
|
|
|
date: Thu May 06 13:06:51 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86_x86im.c libr/anal/t/Makefile libr/anal/t/test_x86im.c
|
|
|
|
description:
|
|
|
|
* Add anal/t/test_x86im.c to speed up the development of the
|
|
|
|
x86im plugin
|
|
|
|
* Some fixups in anal_x86_x86im
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 633:11d66bae6dfb
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 04 17:17:46 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86_x86im.c
|
|
|
|
description:
|
|
|
|
* More work on x86im plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 632:7607a3630ab1
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 04 01:26:36 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Clean up r_bin_elf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 631:7a10cea377f2
|
|
|
|
user: pancake
|
|
|
|
date: Mon May 03 21:24:58 2010 +0200
|
|
|
|
files: doc.sw/Makefile doc.sw/site/analysis/index.md doc.sw/site/commands/index.md doc.sw/site/debugging/index.md doc.sw/site/disasm/index.md doc.sw/site/edition/index.md doc.sw/site/flags/index.md doc.sw/site/index.md doc.sw/site/python/compilation.md doc.sw/site/python/helloWorld.md doc.sw/site/python/index.md doc.sw/site/python/r2w.md doc.sw/site/signatures/example.md doc.sw/site/signatures/index.md doc.sw/style.css libr/core/cmd.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Add doc.sw documentation (wip)
|
|
|
|
* Add missing parenthesis in p command's help
|
|
|
|
* Some code enhacements for r_sys_cmd_str_full
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 630:1a6b072386cc
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 03 19:52:27 2010 +0200
|
|
|
|
files: libr/anal/p/anal_x86_x86im.c libr/anal/p/x86_x86im.mk libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Remove hardcoded stuff from 'ao'
|
|
|
|
* Initial working version of x86im plugin
|
|
|
|
- graphs can be generated using the plugin
|
|
|
|
- basic code analysis is working too
|
|
|
|
- Next step is adding support for some missing opcodes
|
|
|
|
* Fix x86im makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 629:5457508a1995
|
|
|
|
user: nibble
|
|
|
|
date: Mon May 03 12:37:51 2010 +0200
|
|
|
|
files: TODO.hackaton libr/anal/arch/x86/dislen.c libr/anal/arch/x86/dislen.h libr/anal/arch/x86/dislen/dislen.c libr/anal/arch/x86/dislen/dislen.h libr/anal/arch/x86/x86im/x86im.c libr/anal/arch/x86/x86im/x86im.h libr/anal/arch/x86/x86im/x86im_fmt.c libr/anal/arch/x86/x86im/x86im_fmt.h libr/anal/arch/x86/x86im/x86im_gen.h libr/anal/arch/x86/x86im/x86im_io.h libr/anal/arch/x86/x86im/x86im_itbl.h libr/anal/p/anal_x86.c libr/anal/p/anal_x86_x86im.c libr/anal/p/x86.mk libr/anal/p/x86_x86im.mk libr/include/r_anal.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial import of x86im (by pluf) into 'x86/x86im/'
|
|
|
|
* Add dummy ranal plugin for x86im
|
|
|
|
* Move dislen stuff to 'x86/dislen/'
|
|
|
|
* Add "import msdn" to TODO.refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 628:69cd9e346173
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 20 19:32:04 2010 +0200
|
|
|
|
files: libr/util/file.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Fix segfault related to dwarf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 627:cc133782c112
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 20 12:00:22 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Improve error handling for malformed elfs
|
|
|
|
- More aesthetic fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 626:721671f9c027
|
|
|
|
parent: 625:7ace504e2485
|
|
|
|
parent: 624:8c58b4477b93
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 15 00:30:07 2010 +0200
|
|
|
|
description:
|
|
|
|
* merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 625:7ace504e2485
|
|
|
|
parent: 623:168cc9f6f904
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 15 00:29:42 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in 'wa' (thanks ash for reporting!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 624:8c58b4477b93
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Wed Apr 14 23:56:27 2010 +0200
|
|
|
|
files: libr/include/r_io.h libr/include/r_util.h libr/io/io.c libr/io/p/Makefile libr/io/p/io_debug.c libr/io/p/io_w32dbg.c libr/io/p/w32dbg.mk libr/util/sys.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial work on w32dbg IO, fork and attach still incomplete
|
|
|
|
- Not yet linked with debugger backend
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 623:168cc9f6f904
|
|
|
|
user: pancake
|
|
|
|
date: Wed Apr 14 22:55:28 2010 +0200
|
|
|
|
files: libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in rotate print modes (thanks ash!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 622:df81c632e421
|
|
|
|
user: pancake
|
|
|
|
date: Wed Apr 14 22:28:45 2010 +0200
|
|
|
|
files: TODO libr/Makefile libr/anal/README libr/anal/reflines.c libr/core/cmd.c libr/core/core.c libr/hash/sha2.c libr/include/r_print.h libr/include/r_util.h libr/print/Makefile libr/print/disasm.c libr/print/print.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial refactoring work for 'pd' and 'pD' commands
|
|
|
|
- Colorize bytes and offset when scr.color=true
|
|
|
|
- Still needs to be moved to r_print
|
|
|
|
- Needs cleanup, optimization and simplification
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 621:da5fbd80299a
|
|
|
|
parent: 620:1f9ba95d82d5
|
|
|
|
parent: 619:e9e25f49d3fb
|
|
|
|
user: pancake
|
|
|
|
date: Wed Apr 14 14:11:38 2010 +0200
|
|
|
|
files: libr/io/section.c
|
|
|
|
description:
|
|
|
|
* merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 620:1f9ba95d82d5
|
|
|
|
parent: 618:46ff5cbbe7ea
|
|
|
|
user: pancake
|
|
|
|
date: Wed Apr 14 13:28:56 2010 +0200
|
|
|
|
files: TODO libr/bin/format/elf/elf.c libr/io/section.c libr/socket/Makefile libr/socket/socket.c swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* strnlen helper in format/elf/elf.c is now static inline
|
|
|
|
* Some random syntax cleanups
|
|
|
|
* Fixes some warnings in r_socket on w32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 619:e9e25f49d3fb
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Wed Apr 14 13:02:23 2010 +0200
|
|
|
|
files: libr/anal/README libr/anal/p/anal_x86.c libr/asm/arch/avr/disasm.c libr/asm/arch/java/javasm/javasm.c libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_gas.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86_nasm.c libr/bin/format/elf/elf_write.c libr/bin/format/java/java.c libr/bin/p/bin_meta_elf.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/bp/bp.c libr/bp/io.c libr/bp/traptrace.c libr/config/config.c libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/io.c libr/core/visual.c libr/debug/debug.c libr/debug/map.c libr/debug/p/debug_native.c libr/debug/reg.c libr/debug/trace.c libr/diff/bdiff.c libr/diff/diff.c libr/diff/t/radiff2.c libr/diff/t/test.c libr/flags/flags.c libr/flags/old_flags.c libr/hash/t/hello.c libr/include/r_types.h libr/io/cache.c libr/io/map.c libr/io/p/io_ewf.c libr/io/p/io_mach.c libr/io/section.c libr/io/t/map.c libr/io/t/read4.c libr/io/undo.c libr/lang/p/radare.rb libr/meta/meta.c libr/meta/tmp/data.c libr/print/format.c libr/print/print.c libr/reg/t/test.c libr/search/bytepat.c libr/search/old_xrefs.c libr/search/strings.c libr/search/t/rafind2.c libr/search/t/test-regexp.c libr/search/t/test-str.c libr/search/t/test.c libr/util/btree.c libr/util/num.c libr/util/range.c libr/util/t/rax2.c libr/util/t/test.c libr/vm/op.c libr/vm/reg.c libr/vm/vm.c swig/README swig/vapi/t/bin.vala swig/vapi/t/bintest.vala swig/vapi/t/regs.vala swig/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Mental note: %lld/%llx does not exist on windows
|
|
|
|
- Use the macro PFMT64{xod} in case
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 618:46ff5cbbe7ea
|
|
|
|
user: pancake
|
|
|
|
date: Tue Apr 13 21:19:54 2010 +0200
|
|
|
|
files: libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/p/bin_meta_elf.c libr/bin/p/bin_meta_elf64.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/include/r_util.h libr/util/file.c libr/util/sys.c swig/Makefile
|
|
|
|
description:
|
|
|
|
* Fix possible overflow in PE format loader
|
|
|
|
- Do not used trashed bytes from r_file_slurp_range
|
|
|
|
* Implement r_sys_cmd_strf
|
|
|
|
- Simplify code in addr2line r_bin_meta plugin
|
|
|
|
* Install again in site-packages for py2.6
|
|
|
|
- Debian/Ubuntu uses dist-packages, but not in arch
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 617:7420618cbc94
|
|
|
|
user: pancake
|
|
|
|
date: Tue Apr 13 10:31:01 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Oops, fix import name length in ELF
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 616:8abae2b0615d
|
|
|
|
parent: 614:e27f9c77adcd
|
|
|
|
parent: 615:1c45b4a777fd
|
|
|
|
user: pancake
|
|
|
|
date: Mon Apr 12 11:46:36 2010 +0200
|
|
|
|
description:
|
|
|
|
* merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 615:1c45b4a777fd
|
|
|
|
parent: 612:cb81deb62a25
|
|
|
|
user: pancake@n900
|
|
|
|
date: Mon Apr 12 03:05:21 2010 +0200
|
|
|
|
files: libr/core/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix link of r2 binary
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 614:e27f9c77adcd
|
|
|
|
user: pancake
|
|
|
|
date: Mon Apr 12 11:46:15 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_pe64.c libr/util/file.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Fix ELF64 header identification
|
|
|
|
- This bug was causing bin_load fail sometimes
|
|
|
|
on mingw32 and linux on elf32
|
|
|
|
* Check null pointer in r_file_slurp_range
|
|
|
|
* Fix compilation (oops)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 613:fabc92fa4371
|
|
|
|
user: pancake<nopcode.org>
|
|
|
|
date: Mon Apr 12 02:22:52 2010 +0200
|
|
|
|
files: Makefile libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/p/bin_elf.c libr/core/libs.c libr/include/r_lib.h libr/include/r_types.h libr/include/r_util.h libr/lib/lib.c libr/lib/t/Makefile libr/lib/t/test-plugin.c libr/search/regexp.c libr/sign/Makefile libr/syscall/syscall.c libr/util/Makefile libr/util/file.c libr/util/sys.c libr/util/w32-sys.c mk/i486-mingw32-gcc.mk mk/i586-mingw32msvc-gcc.mk swig/vapi/r_lib.vapi
|
|
|
|
description:
|
|
|
|
* Fix compilation under mingw32
|
|
|
|
- Linking fixed for r_sign and
|
|
|
|
* Fix some reads out-of-bounds in r_bin_elf
|
|
|
|
- Use __strnlen instead of ELF_STRING_LENGTH
|
|
|
|
- Some simplifications using macros
|
|
|
|
* Open plugins in radare2 found in '.' by default
|
|
|
|
- Make w32 happy
|
|
|
|
- Fix RLib for w32 and local plugin files
|
|
|
|
* Implement r_sys_cmd_str() for w32
|
|
|
|
- Also r_sys_setenv()
|
|
|
|
* Fix printfs in lib/t example
|
|
|
|
* win7 syscall list is now default windows one
|
|
|
|
* Added 'r_sys_perror' to make it portable on *nix and w32
|
|
|
|
* Rename RLibrary into RLib
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 612:cb81deb62a25
|
|
|
|
user: pancake
|
|
|
|
date: Sun Apr 11 21:20:32 2010 +0200
|
|
|
|
files: pkgcfg/r_core.pc.acr
|
|
|
|
description:
|
|
|
|
* Fix linking in r_core in r2-swig
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 611:dbe8874bb964
|
|
|
|
user: pancake
|
|
|
|
date: Sun Apr 11 20:50:07 2010 +0200
|
|
|
|
files: libr/util/num.c swig/configure swig/configure.acr swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Check for 'libr' pkgconfig in r2-swig configure
|
|
|
|
- Needs acr-head (PKGCFG!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 610:8375207bd7a0
|
|
|
|
user: nibble
|
|
|
|
date: Sun Apr 11 13:48:16 2010 +0200
|
|
|
|
files: libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Fix bug in r_io_seek related to va
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 609:812b4c230b56
|
|
|
|
user: pancake
|
|
|
|
date: Sun Apr 11 01:46:07 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/file.c libr/core/t/dbg.c libr/debug/debug.c libr/debug/handle.c libr/include/r_core.h swig/configure.acr swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Add 'dpf' command to set pid=core.file.fd
|
|
|
|
* When cfg.debug=true use dbg.backend ("native")
|
|
|
|
and select core.file.fd.. this simplifies use
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 608:1eb5fede7407
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 17:51:03 2010 +0200
|
|
|
|
files: mk/graph-int-per-line.pl
|
|
|
|
description:
|
|
|
|
* Added script to generate graphs from loc statistics
|
|
|
|
- http://radare.org/get/r2cdg.jpg
|
|
|
|
- http://radare.org/get/r2clg.jpg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 607:03648b85a847
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 17:13:35 2010 +0200
|
|
|
|
files: TODO libr/TODO libr/core/core.c libr/flags/flags.c libr/include/r_core.h libr/include/r_flags.h swig/python/test-r_core.py swig/python/test-r_flags.py swig/rules.mk swig/vapi/libr.deps swig/vapi/r_cons.vapi swig/vapi/r_core.deps swig/vapi/r_core.vapi swig/vapi/r_flags.vapi
|
|
|
|
description:
|
|
|
|
* Added doodle results in main TODO file
|
|
|
|
* Added r_flags.vapi in r2-swig
|
|
|
|
- Add example usage
|
|
|
|
- Add missing r_core.deps
|
|
|
|
- There are some bugs there while accessing inner fields of RCore :/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 606:5f748cb7fcb8
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 15:57:22 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/core.c libr/include/r_core.h libr/include/r_lang.h libr/lang/lang.c libr/lang/p/python.c swig/Makefile swig/README swig/TODO swig/vapi/r_core.vapi swig/vapi/r_search.vapi
|
|
|
|
description:
|
|
|
|
* Implement r_lang_setup for python
|
|
|
|
- Setups RCore, int or string types
|
|
|
|
* Added r_core_cast() static method
|
|
|
|
- Helper for swig magic
|
|
|
|
- Allows to cast C pointers into python instances
|
|
|
|
* Fix EOF issue in #!<lang>
|
|
|
|
* Fix and sync r2-swig vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 605:3668f9823682
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 13:24:40 2010 +0200
|
|
|
|
files: TODO libr/cons/cons.c libr/core/visual.c libr/flags/flags.c libr/flags/name.c libr/flags/t/test.c libr/include/r_flags.h libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Fix one-byte overflow in r_cons_memcat
|
|
|
|
* Fix flagSort command (fS)
|
|
|
|
- sort by name is now done by strcmp
|
|
|
|
- str_hash and str_hash64 are not enought
|
|
|
|
* Use r_cons in flag/t .. we must drop this dependency
|
|
|
|
* Add 'all-flagspaces' entry in Vt menu
|
|
|
|
- When switching back to visual mode, the
|
|
|
|
print mode is not lost
|
|
|
|
* Some code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 604:b8c99f799a23
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 11:32:17 2010 +0200
|
|
|
|
files: libr/asm/p/asm_x86.c libr/core/cmd.c libr/core/visual.c libr/flags/flags.c libr/include/r_flags.h libr/sign/t/rasign2.c
|
|
|
|
description:
|
|
|
|
* Add 0xeb (short jmp) in modify asm x86 plugin
|
|
|
|
* Add help for 'fs' command
|
|
|
|
* Added 'fS' command to sort by offset (fSo) or name (fSn)
|
|
|
|
- Current r_flag_sort breaks the linkedlist
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 603:af3235eede8d
|
|
|
|
user: pancake
|
|
|
|
date: Fri Apr 09 00:52:38 2010 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_x86.c libr/core/cmd.c libr/core/config.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Implement r_asm_modify
|
|
|
|
- wA command is used to Alter opcodes (move to r_anal?)
|
|
|
|
- allows to modify various opcode instructions
|
|
|
|
* Add search.distance config variable
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 602:136811afb286
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 08 18:48:39 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/include/r_sign.h libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Added 'f' type of signature
|
|
|
|
- Used to determine function preludes
|
|
|
|
- On x86: "zf prelude 5589e5"
|
|
|
|
- we can probably merge this type into a formattable
|
|
|
|
zignature named
|
|
|
|
- Remove old code in sign.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 601:91d717d2037f
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 08 18:29:46 2010 +0200
|
|
|
|
files: libr/anal/reflines.c libr/core/cmd.c libr/include/r_anal.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Fix segfault printing big buffers
|
|
|
|
* Modify r_anal_reflines_str to return char*
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 600:b9a46a93b151
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 08 18:01:45 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/include/r_search.h libr/include/r_sign.h libr/include/r_types.h libr/include/r_util.h libr/search/keyword.c libr/sign/README libr/sign/sign.c libr/sign/t/rasign2.c libr/util/hex.c libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* Added support for binarymask hexpairs to search and signatures
|
|
|
|
> s 0&&./x 6c..62&&p8 3@@hit
|
|
|
|
> zb function 89e55383ec....38 # binary mask inline
|
|
|
|
- works like r_hex_str2bin, but converts binary mask and keyword
|
|
|
|
* RSign now uses r_cons_printf from core.
|
|
|
|
* FunctionPrintf typedef to bypass some warnings
|
|
|
|
* Added r_mem_eq
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 599:f08ac0e57629
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 08 16:20:41 2010 +0200
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Implement command 'zg' to generate zignature files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 598:60d0aad4cf74
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 08 15:48:53 2010 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/visual.c libr/flags/flags.c libr/include/r_sign.h libr/sign/README libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of the signatures
|
|
|
|
- Support raw search
|
|
|
|
- Allow to check for each analyzed function
|
|
|
|
.zc@@fcn
|
|
|
|
- Added 'zc' and 'zp' commands
|
|
|
|
- Remove 'az' commands
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 597:e50f227c34d9
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 08 14:28:01 2010 +0200
|
|
|
|
files: libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Revert last commit O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 596:02030b38eae0
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 08 14:19:07 2010 +0200
|
|
|
|
files: libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Fix r_io_seek issues when io.va = false
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 595:41aff6ac55ce
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 08 14:04:34 2010 +0200
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/core/cmd.c libr/core/io.c libr/io/io.c libr/io/section.c
|
|
|
|
description:
|
|
|
|
* Fix cmd repitition (3x@offset)
|
|
|
|
* Fix seek to invalid offsets
|
|
|
|
* Improve r_anal graphs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 594:1969998ee161
|
|
|
|
user: pancake
|
|
|
|
date: Thu Apr 08 12:29:47 2010 +0200
|
|
|
|
files: libr/TODO libr/bin/t/rabin2.c libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/depgraph.pl libr/hash/calc.c libr/hash/entropy.c libr/hash/hamdist.c libr/include/r_core.h libr/include/r_hash.h libr/include/r_search.h libr/include/r_sign.h libr/include/r_util.h libr/io/section.c libr/search/aes-find.c libr/search/keyword.c libr/search/regexp.c libr/search/search.c libr/search/strings.c libr/search/t/test.c libr/search/xrefs.c libr/sign/README libr/sign/sign.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Export 'srwx' perms of sections in rabin2 -rS
|
|
|
|
- Handled by 'S' command
|
|
|
|
* Added dummy 'z' command to handle zignaturez
|
|
|
|
- Added more dummy 'az' commands
|
|
|
|
- RCore now depends on RSign
|
|
|
|
* Some refactoring and speedup in _update method of RSearch
|
|
|
|
- Added support for distance search (maybe buggy and incomplete atm)
|
|
|
|
- Fix binary mask for keywords after previous commit
|
|
|
|
* Added 'r_str_rwx*' helper functions in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 593:e7447d896c09
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 07 18:21:56 2010 +0200
|
|
|
|
files: libr/include/r_core.h swig/vapi/r_anal.vapi swig/vapi/r_bp.vapi swig/vapi/r_core.vapi swig/vapi/r_io.vapi swig/vapi/r_syscall.vapi
|
|
|
|
description:
|
|
|
|
* Fix bindings build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 592:80cd65126264
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 07 13:43:50 2010 +0200
|
|
|
|
files: libr/anal/bb.c libr/anal/fcn.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Initial refactoring of r_anal & r_core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 591:caea67d61c54
|
|
|
|
user: pancake
|
|
|
|
date: Wed Apr 07 11:07:59 2010 +0200
|
|
|
|
files: TODO libr/TODO libr/cmd/TODO libr/core/t/radare2.c libr/line/TODO libr/search/TODO libr/sign/README libr/syscall/TODO
|
|
|
|
description:
|
|
|
|
* Do not ask to save project when project file is ""
|
|
|
|
* Clean and refactor of the TODO
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 590:af6bc3971538
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 07 11:08:43 2010 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_bin_elf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 589:e45d2cb5bfac
|
|
|
|
user: pancake
|
|
|
|
date: Tue Apr 06 18:21:41 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/io.c libr/lang/lang.c libr/search/strings.c
|
|
|
|
description:
|
|
|
|
* Other random cleanup/fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 588:d045a0bee506
|
|
|
|
user: pancake
|
|
|
|
date: Tue Apr 06 14:23:12 2010 +0200
|
|
|
|
files: libr/config/config.c libr/core/io.c libr/core/visual.c libr/include/r_config.h libr/include/r_search.h libr/io/p/io_shm.c libr/io/t/cat.c libr/io/t/read4.c libr/search/t/rafind2.c libr/search/t/test-regexp.c libr/search/t/test-str.c libr/search/t/test.c swig/vapi/r_config.vapi swig/vapi/r_search.vapi
|
|
|
|
description:
|
|
|
|
* Fix 'e foo' output
|
|
|
|
* Fix io.ffio warnings
|
|
|
|
* Fix '.' key in visual mode (sr pc)
|
|
|
|
* Various 64bit related fixes
|
|
|
|
* Various fixes in r2-swig
|
|
|
|
- Needs valaswig from hg (update)
|
|
|
|
- r_config and
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 587:f8a277591ab5
|
|
|
|
user: pancake
|
|
|
|
date: Tue Apr 06 13:02:21 2010 +0200
|
|
|
|
files: libr/core/cmd.c libr/include/r_search.h libr/search/keyword.c libr/search/search.c libr/search/t/rafind2.c libr/search/t/test-regexp.c libr/search/t/test.c swig/vapi/r_search.vapi
|
|
|
|
description:
|
|
|
|
* Refactor SearchKeyword API
|
|
|
|
- simplified and cleaned one
|
|
|
|
- sync codes using it
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 586:5dd41dbbb8f4
|
|
|
|
user: pancake
|
|
|
|
date: Mon Apr 05 22:49:22 2010 +0200
|
|
|
|
files: TODO doc/osx libr/Makefile libr/include/r_search.h libr/rules.mk libr/search/Makefile libr/search/keyword.c libr/search/search.c mk/gcc.mk
|
|
|
|
description:
|
|
|
|
* Initial split of r_search_keyword
|
|
|
|
* Fix -soname of osx linker (-install_name)
|
|
|
|
* Added OSX build instructions in doc/osx
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 585:0a0f401733cd
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 31 01:06:26 2010 +0200
|
|
|
|
files: libr/asm/p/Makefile libr/core/cmd.c libr/core/project.c libr/core/t/radare2.c libr/flags/flags.c libr/flags/spaces.c libr/flags/t/test.c libr/include/r_core.h libr/include/r_util.h libr/util/str.c swig/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Drop m68k from asm/p/Makefile
|
|
|
|
* Fix import/export of flags by project file
|
|
|
|
- Unset flagspace restriction
|
|
|
|
- Do not use '@' .. faster :)
|
|
|
|
* Add r_sys_write into r_util vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 584:67d10fb753e7
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 31 00:30:25 2010 +0200
|
|
|
|
files: libr/config/config.c libr/core/project.c libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Store flags and config variables in project file
|
|
|
|
- add header comment before every data
|
|
|
|
* Added r_str_write and r_str_writef to simplify code
|
|
|
|
* Some code cleanup in config and project code
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 583:9ca89213ccfe
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 31 00:03:59 2010 +0200
|
|
|
|
files: libr/cons/cons.c libr/core/Makefile libr/core/cmd.c libr/core/config.c libr/core/project.c libr/core/t/radare2.c libr/include/r_core.h libr/include/r_util.h libr/util/sys.c swig/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Initial implementation of -p flag to handle projects
|
|
|
|
- ~/.radare2/rdb
|
|
|
|
- Added r_sys_mkdir()
|
|
|
|
* Remove the command length limitation in r_core_cmd_file
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 582:daba6f8c03c7
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 30 23:12:19 2010 +0200
|
|
|
|
files: TODO doc/iocache libr/core/cmd.c libr/core/config.c libr/include/r_io.h libr/include/r_vm.h libr/io/cache.c libr/io/io.c libr/io/t/map.c libr/vm/mmu.c libr/vm/stack.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Implement 'wc' command to list, commit and reset cache changes
|
|
|
|
- Added doc/iocache with a usage session of 'wc' command
|
|
|
|
- Needs io.cache=true
|
|
|
|
- This is the replacement of the 'undo' feature of radare1
|
|
|
|
- Removed cache-related code from the r_vm module
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 581:8d1ba6ebf97d
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 30 17:37:15 2010 +0200
|
|
|
|
files: libr/bin/Makefile libr/bin/p/Makefile libr/bin/t/Makefile libr/bin/t/mach-ex.c libr/core/config.c libr/core/core.c libr/include/r_io.h libr/include/r_socket.h libr/include/r_util.h libr/io/cache.c libr/io/io.c libr/socket/proc.c libr/util/num.c libr/util/range.c libr/vm/mmu.c libr/vm/op.c libr/vm/reg.c libr/vm/t/test.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Added support for cached IO
|
|
|
|
- e io.cache=true
|
|
|
|
- Fixes support for overlapped changes
|
|
|
|
- Implement cache_list
|
|
|
|
- We can merge it to remove vm and undo writes with this
|
|
|
|
* Some code cleanup in vm
|
|
|
|
* Fix division by 0 bug notified by @ash
|
|
|
|
* Some random makefile cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 580:6f0ecdff89c8
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 26 17:19:24 2010 +0100
|
|
|
|
files: libr/Makefile libr/asm/arch/m68k/m68k_disasm/m68k_disasm.c libr/asm/arch/m68k/m68k_disasm/m68k_disasm.h libr/asm/p/asm_m68k.c libr/asm/p/m68k.mk plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Remove m68k disassembler because BSD4 is GPL incompatible
|
|
|
|
- Moved into radare2-extras
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 579:baaa3c87f9c7
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 26 17:01:25 2010 +0100
|
|
|
|
files: libr/anal/aop.c libr/anal/arch/x86/dislen.c libr/anal/p/anal_x86.c libr/anal/reflines.c libr/asm/arch/arm/gnu/arm-dis.c libr/bin/format/elf/elf.c libr/core/anal.c libr/core/cmd.c libr/core/core.c libr/line/dietline.c libr/rpathstrip.sh
|
|
|
|
description:
|
|
|
|
* Some fixes in code analysis
|
|
|
|
- Fix some issues for 64bit instructions in z0mbie dislen
|
|
|
|
* Fix EOF, ^D and terminal resize
|
|
|
|
- Do not understand terminal resize as EOF
|
|
|
|
* Display rpathstrip lines to identify segfaults
|
|
|
|
* Implement 'ao' command to analyze opcodes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 578:c8c6a26ed743
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 26 12:48:28 2010 +0100
|
|
|
|
files: .hgtags
|
|
|
|
description:
|
|
|
|
Added tag 0.4 for changeset c9f7a40b497e
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 577:3f942cf730d6
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 26 11:59:28 2010 +0100
|
|
|
|
files: configure configure.acr libr/core/cmd.c libr/include/r_core.h libr/include/r_io.h swig/configure swig/configure.acr
|
|
|
|
description:
|
|
|
|
* Bump revision to 0.4.5
|
|
|
|
* Implement 'c' command like in r1 (two missing cD && cc)
|
|
|
|
* Add missing signature in r_core.h
|
|
|
|
* r_io_t is now RIO in r_io.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 576:c9f7a40b497e
|
|
|
|
tag: 0.4
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 23:57:15 2010 +0100
|
|
|
|
files: ChangeLog TODO configure configure.acr libr/rpathstrip.sh swig/configure swig/configure.acr
|
|
|
|
description:
|
|
|
|
* Release and bump version 0.4
|
|
|
|
* Use posix shell for libr/rpathstrip.sh
|
|
|
|
|
2010-03-25 22:57:15 +00:00
|
|
|
===== RELEASE 0.4 =====
|
|
|
|
|
|
|
|
changeset: 575:e45294d3ce5d
|
|
|
|
tag: tip
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 23:36:40 2010 +0100
|
|
|
|
files: libr/rpathstrip.sh
|
|
|
|
description:
|
|
|
|
* Use LD_LIBRARY_PATH for rpathstrip
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 574:8cf6f815efb6
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 23:16:29 2010 +0100
|
|
|
|
files: libr/asm/arch/csr/dis.c libr/asm/arch/csr/dis.h libr/asm/p/asm_csr.c libr/asm/p/csr.mk libr/hash/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 573:9e394a30b7fa
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 21:14:28 2010 +0100
|
|
|
|
files: TODO libr/Makefile libr/asm/p/asm_x86_nasm.c libr/debug/TODO libr/rpathstrip.sh
|
|
|
|
description:
|
|
|
|
* Some sorting of TODOs
|
|
|
|
* Disable asm.x86.nasm assembly on non-intel syntax
|
|
|
|
* rpathstrip after install (should fix debian issue)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 572:f069269e04bd
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 17:19:58 2010 +0100
|
|
|
|
files: libr/bin/t/Makefile libr/util/str.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Implement r_str_home on w32
|
|
|
|
- Fix double .exe
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 571:80310ed53820
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 25 11:40:06 2010 +0100
|
|
|
|
files: libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Fix command 'ag'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 570:7843b5b2ff05
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 25 10:18:59 2010 +0100
|
|
|
|
files: libr/Makefile libr/anal/p/anal_csr.c libr/anal/p/arm.mk libr/anal/p/dummy.mk libr/anal/p/ppc.mk libr/anal/p/x86.mk libr/asm/arch/ppc/gnu/ppc-dis.c libr/asm/p/arm.mk libr/asm/p/avr.mk libr/asm/p/bf.mk libr/asm/p/csr.mk libr/asm/p/dummy.mk libr/asm/p/gas.mk libr/asm/p/java.mk libr/asm/p/m68k.mk libr/asm/p/mips.mk libr/asm/p/ppc.mk libr/asm/p/psosvm.mk libr/asm/p/sparc.mk libr/asm/p/x86.mk libr/asm/p/x86_nasm.mk libr/asm/p/x86_olly.mk libr/bin/format/elf/elf_write.c libr/bin/p/dummy.mk libr/bin/p/elf.mk libr/bin/p/elf64.mk libr/bin/p/java.mk libr/bin/p/mach0.mk libr/bin/p/mach064.mk libr/bin/p/pe.mk libr/bin/p/pe64.mk libr/bp/Makefile libr/bp/p/arm.mk libr/bp/p/mips.mk libr/bp/p/ppc.mk libr/bp/p/x86.mk libr/bp/traptrace.c libr/core/t/Makefile libr/debug/p/debug_native.c libr/debug/p/gdb.mk libr/debug/p/native.mk libr/debug/p/native/w32.c libr/hash/t/Makefile libr/include/r_th.h libr/io/p/debug.mk libr/io/p/mach.mk libr/io/p/malloc.mk libr/io/p/ptrace.mk libr/io/p/shm.mk libr/io/t/Makefile libr/lang/p/Makefile libr/lib/t/Makefile libr/meta/t/Makefile libr/parse/p/dummy.mk libr/parse/p/mreplace.mk libr/parse/p/x86_pseudo.mk libr/reg/t/Makefile libr/rules.mk libr/th/lock.c libr/th/t/Makefile libr/th/t/test.c libr/th/th.c mk/gcc.mk mk/i486-mingw32-gcc.mk mk/i586-mingw32msvc-gcc.mk mk/tcc.mk
|
|
|
|
description:
|
|
|
|
* Fix w32 build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 569:b71047c1b411
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 24 19:20:46 2010 +0100
|
|
|
|
files: doc/windows libr/cons/cons.c libr/debug/debug.c libr/debug/p/debug_native.c libr/debug/p/native/w32.c mk/i586-mingw32msvc-gcc.mk
|
|
|
|
description:
|
|
|
|
* Some fixes to build in windows
|
|
|
|
- Still not working..but just a PoC
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 568:be090db081a4
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 24 11:35:41 2010 +0100
|
|
|
|
files: libr/core/config.c libr/core/core.c libr/core/t/radare2.c libr/line/dietline.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Added scr.prompt that can be disabled with -v flag in r2
|
|
|
|
* Use r_str_home instead of handcrafted sprintf
|
|
|
|
* Fix infinite loop when stdin eof occurs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 567:2706b04714a0
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 24 01:24:27 2010 +0100
|
|
|
|
files: libr/anal/fcn.c libr/core/anal.c libr/core/cmd.c swig/Makefile swig/vapi/r_lang.vapi
|
|
|
|
description:
|
|
|
|
* Fix compilation of r_lang vapi for valadoc
|
|
|
|
* Fix valadoc visualization and update radare.org/vdoc
|
|
|
|
* Added 'agc' command to draw graphviz graph of calls
|
|
|
|
* Remove some unused flush calls in various 'ag' commands
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 566:a7b27723497d
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 23 23:26:59 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/io.c libr/core/t/radare2.c libr/io/cache.c libr/io/io.c libr/io/section.c
|
|
|
|
description:
|
|
|
|
* Added 'asm.middle' disabled by default
|
|
|
|
- Enables the support to bypass anti-disassebly tricks
|
|
|
|
* Fix write support for non-plugin IO backends
|
|
|
|
- Fix read of non-full blocks
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 565:d1c504b9c26c
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 23 16:01:18 2010 +0100
|
|
|
|
files: configure configure.acr libr/asm/p/asm_csr.c libr/include/r_anal.h libr/parse/t/Makefile
|
|
|
|
description:
|
|
|
|
* Some build fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 564:79ce3311a149
|
|
|
|
parent: 561:7398cab8a0ab
|
|
|
|
parent: 563:297b5c8f976c
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 23 12:30:29 2010 +0100
|
|
|
|
files: configure configure.acr pkgcfg/r_macro.pc.acr
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 563:297b5c8f976c
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 23 09:53:13 2010 +0100
|
|
|
|
files: libr/core/Makefile
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Remove r_macro dep from core/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 562:71cd70dcca35
|
|
|
|
parent: 560:a3a73a8c1891
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 22 18:25:48 2010 +0100
|
|
|
|
files: configure configure.acr pkgcfg/libr.pc.acr pkgcfg/r_core.pc.acr pkgcfg/r_macro.pc.acr
|
|
|
|
description:
|
|
|
|
* Remove remaining references to r_macro
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 561:7398cab8a0ab
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 23 12:30:04 2010 +0100
|
|
|
|
files: TODO TODO.nitecon configure configure.acr libr/anal/p/anal_csr.c libr/anal/p/csr.mk libr/asm/arch/csr/csr_disasm/dis.c libr/asm/arch/csr/csr_disasm/dis.h libr/asm/arch/csr/dis.c libr/asm/arch/csr/dis.h libr/asm/p/csr.mk libr/core/cmd.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Added csr code analysis plugin
|
|
|
|
- Cleaned up version from r1 code
|
|
|
|
- Build asm.csr and anal.csr by default
|
|
|
|
* Added 'dsu' command. step until
|
|
|
|
* Remove vala and swig checks in configure.acr
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 560:a3a73a8c1891
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 21 11:09:29 2010 +0100
|
|
|
|
files: libr/core/config.c
|
|
|
|
description:
|
|
|
|
* Minor fixup O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 559:cce2d786f7a9
|
|
|
|
parent: 558:b4bf1bd7e17c
|
|
|
|
parent: 557:caff49146c0d
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 21 07:42:57 2010 +0100
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 558:b4bf1bd7e17c
|
|
|
|
parent: 556:ec0783d1fd85
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 21 07:40:31 2010 +0100
|
|
|
|
files: libr/Makefile libr/core/cmd.c libr/core/config.c swig/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* Remove rpathdel call from build
|
|
|
|
* Set va = 0 in debug mode
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 557:caff49146c0d
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 15:28:01 2010 +0100
|
|
|
|
files: swig/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* Fix boolundo
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 556:ec0783d1fd85
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 13:57:21 2010 +0100
|
|
|
|
files: libr/Makefile
|
|
|
|
description:
|
|
|
|
* Fix strip rpath install
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 555:9299d796f27a
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 14:01:37 2010 +0100
|
|
|
|
files: libr/io/handle.c
|
|
|
|
description:
|
|
|
|
* r_io
|
2010-05-26 16:25:35 +00:00
|
|
|
- Implements missing r_io_plugin_generate
|
2010-03-25 22:57:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
changeset: 554:ba8085ca2555
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 13:51:28 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/ollyasm/assembl.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fix x86.olly plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 553:d2fc0050a47f
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 13:27:51 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/ollyasm/assembl.c
|
|
|
|
description:
|
|
|
|
* Oops, fix ollyasm for radix != 10
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 552:1c4625440e3c
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 12:23:14 2010 +0100
|
|
|
|
files: TODO libr/include/r_anal.h swig/rules.mk swig/vapi/r_anal.deps swig/vapi/r_anal.vapi swig/vapi/r_bin.vapi
|
|
|
|
description:
|
|
|
|
* Initial VAPI for RAnal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 551:242da8129932
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 12:27:43 2010 +0100
|
|
|
|
files: swig/vapi/r_bin.vapi swig/vapi/r_core.vapi swig/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* vapis
|
|
|
|
- Update r_bin.vapi
|
|
|
|
- Minor fixup in r_core.vapi & r_io.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 550:89aeb2f9d63f
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 12:00:04 2010 +0100
|
|
|
|
files: TODO.nitecon libr/anal/anal.c libr/anal/aop.c libr/anal/bb.c libr/anal/fcn.c libr/anal/p/anal_arm.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/anal/ref.c libr/anal/reflines.c libr/anal/var.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h swig/vapi/r_anal.vapi
|
|
|
|
description:
|
|
|
|
* Disassemble branch-in-the-middle instructions
|
|
|
|
- Uses reflines code analysis to get some hints
|
|
|
|
* Rename RAnalysis into RAnal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 549:f0f6290a8837
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 04:27:11 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/io/p/io_ptrace.c
|
|
|
|
description:
|
|
|
|
* Cleaner disassembly output with asm.bytes and
|
|
|
|
asm.nbytes options
|
|
|
|
* Sort config keys
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 548:bb243c32a822
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 04:32:42 2010 +0100
|
|
|
|
files: libr/Makefile libr/bin/t/rpathdel.c libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/include/r_core.h libr/include/r_parse.h libr/parse/p/parse_dummy.c libr/parse/p/parse_mreplace.c libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c
|
|
|
|
description:
|
|
|
|
* r_parse & r_core
|
|
|
|
- Rename asm.symsreplace to asm.filter
|
|
|
|
* r_core
|
|
|
|
- Add command 'aga' to output address-graphs
|
|
|
|
* build
|
|
|
|
- Strip binary rpath before install
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 547:39d6bec88823
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 04:02:23 2010 +0100
|
|
|
|
files: libr/bin/bin_meta.c libr/core/cmd.c libr/core/core.c
|
|
|
|
description:
|
|
|
|
* Do not run bin->meta_get_line if out of bounds
|
|
|
|
* Command '.' is used to repeat last command
|
|
|
|
* Forbidden 'dcu 0'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 546:8963b7a81ff5
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 03:06:53 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/ollyasm/assembl.c libr/core/cmd.c libr/core/config.c
|
|
|
|
description:
|
|
|
|
* Use radix 10 in ollyasm like in intel syntax
|
|
|
|
* Add asm.nbytes to limit number of bytes to be displayed
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 545:6755d451950d
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 02:49:30 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c libr/core/cmd.c libr/core/config.c libr/debug/reg.c libr/flags/flags.c libr/flags/spaces.c libr/include/r_parse.h libr/parse/Makefile libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c
|
|
|
|
description:
|
|
|
|
* rabin2
|
|
|
|
- Add flag '-m [addr]' to show source line at addr
|
|
|
|
* r_core
|
|
|
|
- Add env 'asm.symreplace' to replace offset by flag name
|
|
|
|
* r_debug
|
|
|
|
- Fix segmentation fault
|
|
|
|
* r_parse
|
|
|
|
- Add r_parse_symreplace to replace offset by its flag name
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 544:e177e3303373
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 02:29:52 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/ollyasm/disasm.c libr/asm/arch/x86/udis86/syn-att.c libr/asm/arch/x86/udis86/syn-intel.c
|
|
|
|
description:
|
|
|
|
* Fix negative offsets in memory addressing opcodes
|
|
|
|
for udis86 disassembly for intel and at&t syntaxes
|
|
|
|
* Show olly disasm widespaced
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 543:507c0baa4453
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 01:45:52 2010 +0100
|
|
|
|
files: doc/fortunes libr/bin/bin_meta.c libr/bin/t/rabin2.c libr/bin/t/test_meta.c libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Rename dbg.dwarf into asm.dwarf
|
|
|
|
- Display source lines at right of opcodes
|
|
|
|
* Rename asm.reflines* into asm.lines*
|
|
|
|
- asm.lineswide = false by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 542:71b0dfe523f5
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 19 00:51:16 2010 +0100
|
|
|
|
files: libr/asm/arch/avr/Makefile libr/asm/arch/avr/README libr/asm/arch/avr/avr_disasm.c libr/asm/arch/avr/avr_disasm.h libr/asm/arch/avr/avr_instructionset.c libr/asm/arch/avr/disasm.c libr/asm/arch/avr/errorcodes.h libr/asm/arch/avr/format.c libr/asm/arch/avr/format.h libr/asm/p/Makefile libr/asm/p/asm_arm.c libr/asm/p/asm_avr.c libr/asm/p/avr.mk libr/core/cmd.c libr/include/r_asm.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial import of the vAVR Atmel disassembler
|
|
|
|
- Works, but has not yet been tested with real code
|
|
|
|
- Code analysis not yet implemented
|
|
|
|
- Compiled by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 541:91d4fab683d8
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 19 00:36:28 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/t/rpathdel.c libr/include/r_util.h libr/util/buf.c libr/util/num.c
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Fix bug with big endian
|
|
|
|
* r_num
|
|
|
|
- Update r_mem_copyendian call
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 540:f8a167ba57e9
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 18 22:22:21 2010 +0100
|
|
|
|
files: TODO libr/Makefile libr/cmd/Makefile libr/cmd/cmd.c libr/cmd/handle.c libr/cmd/macro.c libr/core/cmd.c libr/core/core.c libr/core/t/Makefile libr/include/r_anal.h libr/include/r_cmd.h libr/include/r_core.h libr/include/r_macro.h libr/include/r_userconf.h.acr libr/macro/Makefile libr/macro/macro.c mk/rapi-list swig/Makefile swig/configure swig/configure.acr swig/vapi/r_asm.vapi swig/vapi/r_core.vapi swig/vapi/r_io.vapi swig/vapi/t/Makefile swig/vapi/t/asm.vala
|
|
|
|
description:
|
|
|
|
* Add some missing methods in some vapis for valaswig
|
|
|
|
* Merge r_macro inside r_cmd
|
|
|
|
- Rename RCommand to RCmd
|
|
|
|
* Propagate LIL_ENDIAN in userconf.h.acr
|
|
|
|
* Simplify configure script in swig/
|
|
|
|
- valaswig is now mandatory
|
|
|
|
* Add 'st.fastcall' examples.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 539:3336a2d56b7d
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 16 02:24:12 2010 +0100
|
|
|
|
files: libr/bin/bin_write.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/elf/elf_write.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_write_elf.c libr/bin/p/bin_write_elf64.c libr/bin/t/Makefile libr/bin/t/rabin2.c libr/bin/t/rpathdel.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add support for reading/removing rpath to r_bin_elf
|
|
|
|
- Add r_bin_wr_rpath_del
|
|
|
|
- Un-R_API r_bin_elf
|
|
|
|
- Add rpathdel.c into bin/t/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 538:8863dce4ee6c
|
|
|
|
parent: 537:32bbc4395e8a
|
|
|
|
parent: 536:7863af201df3
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 15 19:48:07 2010 +0100
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 537:32bbc4395e8a
|
|
|
|
parent: 535:ead9aba2712b
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 15 19:47:26 2010 +0100
|
|
|
|
files: libr/anal/p/anal_arm.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/core/anal.c libr/core/cmd.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Fix aop->addr asignment in plugins
|
|
|
|
* r_core
|
|
|
|
- Add commands 'agl' and 'agfl' that output graphs with meta-data
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 536:7863af201df3
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 15 18:06:42 2010 +0100
|
|
|
|
files: swig/Makefile
|
|
|
|
description:
|
|
|
|
* Oops. missing DESTDIR for perl
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 535:ead9aba2712b
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 15 17:15:48 2010 +0100
|
|
|
|
files: Makefile libr/Makefile libr/sign/t/rasign2.c man/radiff2.1 man/rasm2.1 man/rax2.1 swig/Makefile
|
|
|
|
description:
|
|
|
|
* Apply some fixes of packaging bugs notified by debian
|
|
|
|
- Fix warnings in manpages
|
|
|
|
- Fix install path of perl5 and python2.5 and 2.6 bindings
|
|
|
|
- Fix make uninstall in r2-swig
|
|
|
|
- Add -soname to libr2.so
|
|
|
|
- Do not build/install swig from r2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 534:9280c8f4ba59
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 15 10:46:41 2010 +0100
|
|
|
|
files: configure configure.acr libr/bin/format/elf/elf.c libr/cons/t/Makefile libr/include/r_search.h libr/include/r_util.h libr/search/binparse.c libr/search/bytepat.c libr/search/regexp.c libr/search/search.c libr/search/t/rafind2.c libr/search/t/test.c libr/util/pool.c pkgcfg/r_meta.pc.acr
|
|
|
|
description:
|
|
|
|
* Remove deprecated r_meta.pc
|
|
|
|
* Use RMemoryPool and RList in RSearch
|
|
|
|
- Store hits in RList if no callback defined
|
|
|
|
* Fix constructor of r_mem_pool if alloc fails in init
|
|
|
|
* Remove unused file from search/ binparse.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 533:79199298d0de
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 15 01:30:05 2010 +0100
|
|
|
|
files: swig/Makefile swig/vapi/t/Makefile
|
|
|
|
description:
|
|
|
|
* bindings
|
|
|
|
- Fix vapi installation path
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 532:2e57054df014
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 22:19:58 2010 +0100
|
|
|
|
files: libr/rules.mk swig/config.mk.acr
|
|
|
|
description:
|
|
|
|
* Do not use version numbering in library names
|
|
|
|
* Remove DESTDIR in swig/config.mk.acr
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 531:3e36bdfcf4e2
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 22:15:18 2010 +0100
|
|
|
|
files: config-user.mk.acr
|
|
|
|
description:
|
|
|
|
* Oops
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 530:341be5e2efd9
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 22:01:13 2010 +0100
|
|
|
|
files: swig/configure
|
|
|
|
description:
|
|
|
|
* Oops. fix configure script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 529:2c072ced5ed9
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 21:53:22 2010 +0100
|
|
|
|
files: config-user.mk.acr swig/Makefile swig/autogen.sh swig/config.mk.acr swig/configure swig/configure.acr
|
|
|
|
description:
|
|
|
|
* Add configure script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 528:f46fe38f516e
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 19:49:43 2010 +0100
|
|
|
|
files: swig/do-swig.sh
|
|
|
|
description:
|
|
|
|
* Fix build of r2-swig out of root tarball
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 527:da9f474cb932
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 19:36:44 2010 +0100
|
|
|
|
files: Makefile libr/Makefile libr/rules.mk libr/vapi/libr.deps libr/vapi/libr.vapi libr/vapi/r_anal.vapi libr/vapi/r_asm.vapi libr/vapi/r_bin.deps libr/vapi/r_bin.vapi libr/vapi/r_bp.vapi libr/vapi/r_config.vapi libr/vapi/r_cons.vapi libr/vapi/r_core.vapi libr/vapi/r_crypto.vapi libr/vapi/r_db.vapi libr/vapi/r_debug.deps libr/vapi/r_debug.vapi libr/vapi/r_diff.vapi libr/vapi/r_hash.vapi libr/vapi/r_io.deps libr/vapi/r_io.vapi libr/vapi/r_lang.vapi libr/vapi/r_lib.vapi libr/vapi/r_line.vapi libr/vapi/r_parse.vapi libr/vapi/r_reg.vapi libr/vapi/r_search.vapi libr/vapi/r_socket.vapi libr/vapi/r_syscall.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/array.vala libr/vapi/t/asm.gs libr/vapi/t/asm.vala libr/vapi/t/bin.vala libr/vapi/t/bintest.vala libr/vapi/t/core.vala libr/vapi/t/db.vala libr/vapi/t/hash.vala libr/vapi/t/io.vala libr/vapi/t/lang.vala libr/vapi/t/list.vala libr/vapi/t/list.vapi libr/vapi/t/regs.vala libr/vapi/t/sc.vala libr/vapi/t/search.gs libr/vapi/t/search.vala libr/vapi/t/socket.vala swig/Makefile swig/vapi/libr.deps swig/vapi/libr.vapi swig/vapi/r_anal.vapi swig/vapi/r_asm.vapi swig/vapi/r_bin.deps swig/vapi/r_bin.vapi swig/vapi/r_bp.vapi swig/vapi/r_config.vapi swig/vapi/r_cons.vapi swig/vapi/r_core.vapi swig/vapi/r_crypto.vapi swig/vapi/r_db.vapi swig/vapi/r_debug.deps swig/vapi/r_debug.vapi swig/vapi/r_diff.vapi swig/vapi/r_hash.vapi swig/vapi/r_io.deps swig/vapi/r_io.vapi swig/vapi/r_lang.vapi swig/vapi/r_lib.vapi swig/vapi/r_line.vapi swig/vapi/r_parse.vapi swig/vapi/r_reg.vapi swig/vapi/r_search.vapi swig/vapi/r_socket.vapi swig/vapi/r_syscall.vapi swig/vapi/r_util.vapi swig/vapi/t/Makefile swig/vapi/t/array.vala swig/vapi/t/asm.gs swig/vapi/t/asm.vala swig/vapi/t/bin.vala swig/vapi/t/bintest.vala swig/vapi/t/core.vala swig/vapi/t/db.vala swig/vapi/t/hash.vala swig/vapi/t/io.vala swig/vapi/t/lang.vala swig/vapi/t/list.vala swig/vapi/t/list.vapi swig/vapi/t/regs.vala swig/vapi/t/sc.vala swig/vapi/t/search.gs swig/vapi/t/search.vala swig/vapi/t/socket.vala
|
|
|
|
description:
|
|
|
|
* Move vapi directory into swig/
|
|
|
|
- Two splitted distribution files:
|
|
|
|
- radare2 and radare2-swig
|
|
|
|
- Making it more debian friendly for packaging
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 526:af44b7d17ff3
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 18:44:47 2010 +0100
|
|
|
|
files: libr/Makefile libr/debug/p/debug_gdb.c
|
|
|
|
description:
|
|
|
|
* Install test programs in $pfx/lib/radare2/test
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 525:6a33861cb78c
|
|
|
|
user: pancake@n900
|
|
|
|
date: Sun Mar 14 18:50:17 2010 +0100
|
|
|
|
files: LICENSE libr/debug/p/gdb.mk libr/debug/p/native/darwin-ppc-types.h libr/debug/p/native/powerpc-asm.h
|
|
|
|
description:
|
|
|
|
* Remove unused include files
|
|
|
|
* Add LGPL license message in root directory
|
|
|
|
* Fix linkage of debug/p/gdb
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 524:bc174cee3725
|
|
|
|
user: pancake@n900
|
|
|
|
date: Sun Mar 14 18:06:21 2010 +0100
|
|
|
|
files: libr/debug/p/native.mk libr/io/p/debug.mk libr/io/p/ptrace.mk libr/socket/proc.c libr/th/t/test.c
|
|
|
|
description:
|
|
|
|
* Fix some issues on the build linkage
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 523:d19ac3b10eef
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 14 06:19:28 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Fix bug resolving imports addresses
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 522:fccaaf6b8058
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 14 05:16:35 2010 +0100
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- More fixes and refactoring in r_asm_massemble loop
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 521:0291c8192128
|
|
|
|
user: pancake
|
|
|
|
date: Sun Mar 14 00:36:55 2010 +0100
|
|
|
|
files: Makefile libr/Makefile libr/io/p/ptrace.mk
|
|
|
|
description:
|
|
|
|
* Some changes and fixes for the build of swig
|
|
|
|
- Thanks sre
|
|
|
|
- 'make swig-install' is the way to go :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 520:6d36ff5fd3d1
|
|
|
|
user: pancake
|
|
|
|
date: Sat Mar 13 22:36:04 2010 +0100
|
|
|
|
files: pkgcfg/libr.pc.acr pkgcfg/r_range.pc.acr swig/python/Makefile
|
|
|
|
description:
|
|
|
|
* Some more fixes for python bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 519:ebf23c13104c
|
|
|
|
user: nibble
|
|
|
|
date: Sat Mar 13 20:25:03 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/include/r_bin.h libr/vapi/r_bin.vapi libr/vapi/r_util.vapi swig/Makefile
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add helpers for info->dbg_info
|
|
|
|
* vapis
|
|
|
|
- Add r_hex_* stuff to r_util.vapi under RHex
|
|
|
|
- Update r_bin.vapi
|
|
|
|
* bindings
|
|
|
|
- Add target "install-lua" to Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 518:f74f4571f1a5
|
|
|
|
user: nibble
|
|
|
|
date: Sat Mar 13 16:35:18 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/asm/code.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fix bug with forward-declared labels
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 517:c5e25a2217da
|
|
|
|
user: nibble
|
|
|
|
date: Sat Mar 13 14:21:50 2010 +0100
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fix offset bug in r_asm_massemble
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 516:34af6e3c165e
|
|
|
|
user: nibble
|
|
|
|
date: Sat Mar 13 13:09:44 2010 +0100
|
|
|
|
files: swig/Makefile
|
|
|
|
description:
|
|
|
|
* Swig
|
|
|
|
- Fix ruby installation path
|
|
|
|
- Include global.mk and user-config.mk in Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 515:752cf30b6167
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 12 19:51:07 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 514:35e1047995da
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 12 19:33:56 2010 +0100
|
|
|
|
files: libr/include/r_debug.h libr/vapi/r_debug.vapi swig/Makefile
|
|
|
|
description:
|
|
|
|
* Fix swig bindings
|
|
|
|
- Fix python installation
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 513:fec1b735f499
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 12 19:11:43 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/debug/trace.c libr/util/sys.c pkgcfg/libr.pc.acr pkgcfg/r_trace.pc.acr
|
|
|
|
description:
|
|
|
|
* Remove debug printf in elf.c
|
|
|
|
* Oops. add missing trace.c
|
|
|
|
* Remove trash from old trace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 512:ffb30f9de9f1
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 12 18:46:11 2010 +0100
|
|
|
|
files: Makefile TODO TODO.hackaton config-user.mk.acr configure configure.acr libr/Makefile libr/anal/reflines.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/p/bin_elf.c libr/core/cmd.c libr/core/config.c libr/debug/Makefile libr/debug/debug.c libr/debug/reg.c libr/include/r_bin.h libr/include/r_debug.h libr/include/r_list.h libr/include/r_util.h libr/trace/Makefile libr/trace/trace.c libr/util/hex.c libr/util/log.c libr/util/mem.c libr/util/prof.c libr/util/sys.c man/rabin2.1 man/radare2.1 man/radiff2.1 man/rahash2.1 man/rasm2.1 man/rax2.1 swig/check-langs.sh
|
|
|
|
description:
|
|
|
|
* Write and install manpages
|
|
|
|
* Merge r_trace into r_debug (RDebugTrace)
|
|
|
|
- Implement 'dt' command to manage debugging traces
|
|
|
|
- TODO: Track register values and memory changes
|
|
|
|
- Added dbg.trace and dbg.trace.tag
|
|
|
|
* Added r_sys_now() to retrieve ut64 value of current time
|
|
|
|
- Must check endianness issues
|
|
|
|
* Initial work trying to implement RPATH support to ELF
|
|
|
|
* Less flat command tree
|
|
|
|
- 'dt' is now 'dbt'
|
|
|
|
- 'dk' is now 'dpk'
|
|
|
|
* Some more random syntax cleanup fixes
|
|
|
|
* Say 'yes/no' instead of 'ok/fail' in check-langs script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 511:9ee17e13226b
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 16:52:20 2010 +0100
|
|
|
|
files: libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Avoid duplicated functions
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 510:cf284a8e43ea
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 13:35:10 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/aop.c libr/anal/bb.c libr/anal/ctx.c libr/anal/fcn.c libr/anal/ref.c libr/anal/reflines.c libr/anal/var.c libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bp/bp.c libr/cmd/cmd.c libr/cons/README libr/core/anal.c libr/core/core.c libr/core/file.c libr/crypto/crypto.c libr/db/table.c libr/include/r_types.h libr/io/cache.c libr/io/handle.c libr/io/io.c libr/io/map.c libr/io/undo.c libr/lang/lang.c libr/lib/lib.c libr/meta/meta.c libr/parse/parse.c libr/print/print.c libr/search/binparse.c libr/search/t/rafind2.c libr/socket/proc.c libr/th/TODO libr/th/lock.c libr/th/th.c libr/trace/trace.c libr/util/cache.c libr/util/list.c libr/util/pool.c libr/vm/mmu.c libr/vm/op.c
|
|
|
|
description:
|
|
|
|
* Rename MALLOC_STRUCT into R_NEW and deprecate it.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 509:d02c9721866b
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 13:17:48 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* rabin2
|
|
|
|
- Remove af+ commands from 'rabin2 -r' output
|
|
|
|
- Use 'af @@ fcn.' from r2 instead
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 508:c0158277a5bc
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 12:15:35 2010 +0100
|
|
|
|
files: libr/anal/fcn.c libr/anal/p/anal_x86.c libr/include/r_anal.h libr/include/r_util.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Fix local var / arg analysis
|
|
|
|
- Add some opcodes to p/anal_x86.c
|
|
|
|
* r_util
|
|
|
|
- Add macro r_num_abs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 507:42b4ce4ffba8
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 11:07:05 2010 +0100
|
|
|
|
files: libr/anal/fcn.c libr/anal/var.c libr/core/anal.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- List vars in 'afl' output
|
|
|
|
* r_anal
|
|
|
|
- Add r_anal_var_type_to_str
|
|
|
|
- Use hex delta in var names
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 506:7254ad4b7a92
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 03:24:38 2010 +0100
|
|
|
|
files: libr/anal/var.c libr/include/r_anal.h pkgcfg/libr.pc.acr
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- Remove r_var from libr.pc.acr
|
|
|
|
* r_anal
|
|
|
|
- Rename the var typename to name in order to avoid problems
|
|
|
|
with the c++ code generated by swig
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 505:4e2abd66d697
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 03:05:20 2010 +0100
|
|
|
|
files: libr/anal/Makefile libr/anal/anal.c libr/anal/aop.c libr/anal/bb.c libr/anal/fcn.c libr/anal/ref.c libr/anal/var.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Split anal.c in several files
|
|
|
|
(bb.c, aop.c, var.c...)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 504:39f76d863ea6
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 12 02:45:24 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/var.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- More work on r_anal_var API
|
|
|
|
- Initial working implementation of r_anal_var
|
|
|
|
- Avoid duplicated refs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 503:7e61b6e0f514
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 11 20:53:23 2010 +0100
|
|
|
|
files: configure
|
|
|
|
description:
|
|
|
|
* Remove r_var from configure script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 502:b8ad85db7192
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 11 19:52:05 2010 +0100
|
|
|
|
files: configure.acr libr/anal/anal.c libr/anal/var.c libr/include/r_anal.h libr/vapi/t/Makefile pkgcfg/r_var.pc.acr
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- Remove remaining r_var.pc.acr
|
|
|
|
- Remove references to r_var from configure.acr
|
|
|
|
* r_anal
|
|
|
|
- More work on r_anal_var_*
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 501:7d60176e733a
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 11 17:19:33 2010 +0100
|
|
|
|
files: libr/Makefile libr/anal/Makefile libr/anal/var.c libr/core/anal.c libr/include/r_anal.h libr/include/r_core.h libr/include/r_var.h libr/var/Makefile libr/var/README libr/var/var.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Initial work in var analysis
|
|
|
|
- Move r_var into r_anal
|
|
|
|
* r_var
|
|
|
|
- Removed
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 500:1f033d29e0cb
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 11 13:18:49 2010 +0100
|
|
|
|
files: libr/bin/bin_write.c libr/bin/format/elf/elf_write.c libr/util/buf.c
|
|
|
|
description:
|
|
|
|
* r_util
|
|
|
|
- Fix r_buf_write_at
|
|
|
|
* r_bin
|
|
|
|
- Some fixups in section resize (now is fully working)
|
|
|
|
- Minor r_bin_wr_output refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 499:65463708b924
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 11 02:14:34 2010 +0100
|
|
|
|
files: libr/bin/bin_write.c libr/bin/format/elf/elf.h libr/bin/format/elf/elf_write.c libr/bin/p/bin_write_elf.c libr/bin/p/bin_write_elf64.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- More work on r_bin write
|
|
|
|
- Add elf & elf64 section resize
|
|
|
|
Needs refactoring and split into basic operations
|
|
|
|
* rabin2
|
|
|
|
- Rename flag -o to -O for operations
|
|
|
|
- Add flag -o for output file
|
|
|
|
- Add resize operation (-O r/.data/1024) for testing purposes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 498:4111174e7840
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 11 01:04:59 2010 +0100
|
|
|
|
files: libr/core/yank.c libr/debug/debug.c libr/include/r_cmd.h libr/include/r_cons.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Add some missing function signatures
|
|
|
|
- Fixes some warnings
|
|
|
|
* Select thread that returns the wait()
|
|
|
|
- Useful for multi-threaded or multi-process debugging
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 497:a049f170be30
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 11 00:51:32 2010 +0100
|
|
|
|
files: libr/anal/arch/arm/arm.h libr/core/config.c libr/debug/debug.c libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Add dbg.stopthreads configuration variable
|
|
|
|
- Stop all threads by default when a breakpoint is handled
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 496:404be1779c96
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 11 00:29:36 2010 +0100
|
|
|
|
files: TODO libr/core/cmd.c libr/debug/p/debug_native.c libr/debug/pid.c libr/include/r_types.h libr/th/t/test.c
|
|
|
|
description:
|
|
|
|
* Implement basic thread list and attach support
|
|
|
|
- Implement 'dt' command
|
|
|
|
- Allows to list threads of specified pid or current one
|
|
|
|
- Only for linux atm
|
|
|
|
- Tricky non-intrusive way to get threads for pid
|
|
|
|
* libr/th/t/test.c is now helpful for debugging threads
|
|
|
|
* Threads are not stopped when the debugger breaks
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 495:ccc344843b3d
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 10 17:21:20 2010 +0100
|
|
|
|
files: libr/Makefile
|
|
|
|
description:
|
|
|
|
* Do not install lib/t/plugin.so as a library
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 494:b16dd2d8a5ff
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 10 15:15:50 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/include/r_anal.h libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Remove references to bea plugins from r_anal & r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 493:1d74450e5636
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 10 14:56:45 2010 +0100
|
|
|
|
files: libr/anal/p/Makefile libr/anal/p/anal_x86_bea.c libr/anal/p/x86_bea.mk libr/asm/arch/include/bfd.h libr/asm/arch/include/opcode/ppc.h libr/asm/arch/ppc/gnu/ppc-dis.c libr/asm/arch/ppc/gnu/ppc-opc.c libr/asm/arch/ppc/ppc_disasm/ppc_disasm.c libr/asm/arch/ppc/ppc_disasm/ppc_disasm.h libr/asm/arch/x86/bea/BeaEngine.c libr/asm/arch/x86/bea/BeaEngine.h libr/asm/arch/x86/bea/COPYING.LESSER.txt libr/asm/arch/x86/bea/COPYING.txt libr/asm/arch/x86/bea/Includes/Routines_Disasm.c libr/asm/arch/x86/bea/Includes/Routines_ModRM.c libr/asm/arch/x86/bea/Includes/instr_set/Data_opcode.h libr/asm/arch/x86/bea/Includes/instr_set/opcodes_A_M.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_FPU.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp1.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp12.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp13.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp14.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp15.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp16.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp2.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp3.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp4.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp5.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp6.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp7.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp8.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp9.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_MMX.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_N_Z.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_SSE.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_prefixes.c libr/asm/arch/x86/bea/Includes/internal_datas.h libr/asm/arch/x86/bea/Includes/protos.h libr/asm/arch/x86/bea/README.txt libr/asm/p/Makefile libr/asm/p/asm_ppc.c libr/asm/p/asm_x86_bea.c libr/asm/p/ppc.mk libr/asm/p/x86_bea.mk plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Move ppc_disasm and x86_bea to radare2-extras
|
|
|
|
- Add gnu ppc disassembler plugin
|
|
|
|
* r_anal
|
|
|
|
- Move x86_bea plugin to radare2-extras
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 492:cbd8bffccb72
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 10 13:23:43 2010 +0100
|
|
|
|
files: libr/include/r_list.h libr/util/list.c libr/vapi/r_bin.vapi libr/vapi/r_util.vapi swig/Makefile
|
|
|
|
description:
|
|
|
|
* r_list
|
|
|
|
- Add *_unref macros (vala bindings)
|
|
|
|
- Add function r_list_free and remove macro
|
|
|
|
* vapi
|
|
|
|
- Update r_bin.vapi
|
|
|
|
- Rewrite r_list stuff in r_util.vapi
|
|
|
|
* swig
|
|
|
|
- Fix installation paths in Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 491:d17373bcaead
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 10 11:01:38 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf_write.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Huge refactoring of r_bin using r_list instead of r_flist
|
|
|
|
- Reduce loc
|
|
|
|
- Avoid double iterations
|
|
|
|
- Allow to add/remove objects easily from r_bin_write
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 490:348528026ac5
|
|
|
|
parent: 489:cc4ecf6febf4
|
|
|
|
parent: 488:1978cbb7c496
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 10 09:21:44 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf_write.c
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 489:cc4ecf6febf4
|
|
|
|
parent: 487:5a6c23ea21f9
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 09 15:12:04 2010 +0100
|
|
|
|
files: libr/bin/bin_meta.c libr/bin/bin_write.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf64.c libr/bin/format/elf/elf64_write.c libr/bin/format/elf/elf_write.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_meta_elf.c libr/bin/p/bin_wite_elf.c libr/bin/p/bin_write_elf.c libr/bin/p/bin_write_elf64.c libr/bin/p/elf.mk libr/bin/p/elf64.mk libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- More work on write support
|
|
|
|
- Initial API design
|
|
|
|
- Fix typo in bin_write_elf.c filename
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 488:1978cbb7c496
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 09 22:32:49 2010 +0100
|
|
|
|
files: swig/Makefile
|
|
|
|
description:
|
|
|
|
* Use DESTDIR in swig make install
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 487:5a6c23ea21f9
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 08 19:40:21 2010 +0100
|
|
|
|
files: libr/bin/Makefile libr/bin/bin.c libr/bin/bin_write.c libr/bin/p/bin_wite_elf.c libr/debug/map.c libr/include/r_bin.h libr/include/r_list.h libr/util/list.c
|
|
|
|
description:
|
|
|
|
* r_util
|
|
|
|
- Fix memory leak in r_list_free
|
|
|
|
- Update test in list.c
|
|
|
|
* r_bin
|
|
|
|
- Add dummy function for elf section resize
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 486:744c175efc2d
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 08 16:33:42 2010 +0100
|
|
|
|
files: r2rc/Makefile
|
|
|
|
description:
|
|
|
|
* Use DESTDIR in r2rc install
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 485:e0ce5132e749
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 08 12:45:22 2010 +0100
|
|
|
|
files: libr/core/io.c libr/core/libs.c libr/core/visual.c libr/core/yank.c libr/diff/bdiff.c libr/diff/diff.c libr/diff/t/radiff2.c libr/flags/flags.c libr/flags/name.c libr/hash/hash.c libr/include/r_core.h libr/include/r_diff.h libr/syscall/linux.c libr/syscall/syscall.c
|
|
|
|
description:
|
|
|
|
* Added linux-arm syscalls
|
|
|
|
* Lot of syntax cleanup (reduce locs, unify syntax)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 484:721558e43a3d
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 08 12:31:14 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/arch/arm/arm.h libr/anal/p/Makefile libr/anal/p/anal_arm.c libr/anal/p/arm.h libr/core/anal.c libr/include/r_list.h
|
|
|
|
description:
|
|
|
|
* r_list
|
|
|
|
- Fix r_list_foreach
|
|
|
|
* r_anal
|
|
|
|
- Move p/arm.h to arch/arm/arm.h
|
|
|
|
- Add arm.mk to p/Makefile
|
|
|
|
* r_core_anal & r_anal
|
|
|
|
- Refactoring using r_list_foreach
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 483:0f44da79d246
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 08 11:05:58 2010 +0100
|
|
|
|
files: libr/anal/p/arm.h
|
|
|
|
description:
|
|
|
|
* Added missing arm.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 482:2de5aa76988c
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 08 10:53:15 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_arm.c libr/anal/p/arm.mk libr/asm/p/asm_arm.c plugins.def.cfg r2rc/TODO
|
|
|
|
description:
|
|
|
|
* Added copypasta 'arm' code analysis for r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 481:c55e991f0435
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 08 00:18:58 2010 +0100
|
|
|
|
files: TODO libr/cons/Makefile libr/cons/filter.c libr/cons/grep.c libr/core/cmd.c libr/core/config.c libr/core/file.c libr/core/visual.c libr/debug/p/debug_native.c libr/debug/p/native/arm.c libr/debug/reg.c libr/include/r_list.h libr/io/p/io_ptrace.c
|
|
|
|
description:
|
|
|
|
* Rename cons/filter.c to grep.c
|
|
|
|
- Some random changes.. with no success
|
|
|
|
- Grepping console buffer is not working
|
|
|
|
* Cleanup the 'ds' and 'dp' commands
|
|
|
|
- Implement 'dpa' to attach
|
|
|
|
- Allow to list childrens of pid
|
|
|
|
- Also list all attachable pids
|
|
|
|
* Fix segfault by leaking.. needs some cleanup
|
|
|
|
* Fix r_debug_reg_list (NULL) issue
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 480:ca68906dd836
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 07 14:00:26 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/bin/bin_write.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/core/config.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Add dummy local-var analysis stuff to r_anal
|
|
|
|
* Check return value of r_anal_set_bits in asm.bits callback
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 479:870c94b50d0b
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 05 18:55:39 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/core/anal.c libr/core/config.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Set r_anal bits in asm.bits callback
|
|
|
|
* r_core_anal
|
|
|
|
- Improve xref resolution
|
|
|
|
* r_anal
|
|
|
|
- Fix infinite loops in r_anal_bb and r_anal_fcn
|
|
|
|
- Some code cleanup in bea plugin
|
|
|
|
- More improvements in code analysis
|
|
|
|
* r_bin
|
|
|
|
- Mark symbols as functions in r_bin_pe
|
|
|
|
* rabin2
|
|
|
|
- Print 'af+' commands and 'fcn.' flags for all functions
|
|
|
|
in -rsi output
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 478:f2a7a1d8362e
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 05 13:18:44 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/include/r_util.h swig/python/test-r_bin.py swig/python/test-r_num.py
|
|
|
|
description:
|
|
|
|
* Fix xref issues in functions with size=0
|
|
|
|
* Fix "Invalid command" in foreach (@@)
|
|
|
|
* Fix set arch+bits
|
|
|
|
* Update r_bin test in python bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 477:6f1580c09dbe
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 05 11:06:07 2010 +0100
|
|
|
|
files: libr/core/anal.c swig/perl/test-r_bin.pl swig/python/test-r_bp2.py swig/python/test-r_num.py swig/ruby/test-r_bin.rb swig/test/perl/bin.pl swig/test/perl/test.pl swig/test/python/bin.py swig/test/python/bp.py swig/test/python/num.py swig/test/ruby/bin.rb
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Print unconditional jumps arrows in blue
|
|
|
|
* Reorganize bindings tests
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 476:48fb63e913b9
|
|
|
|
parent: 475:2dea5d9ea212
|
|
|
|
parent: 474:22a1c4aaae83
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 05 02:06:25 2010 +0100
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 475:2dea5d9ea212
|
|
|
|
parent: 472:d7783e0336f6
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 05 02:03:54 2010 +0100
|
|
|
|
files: configure-plugins swig/lua/test-r_bin.lua swig/test/perl/bin.pl
|
|
|
|
description:
|
|
|
|
* Build
|
|
|
|
- Fix configure-plugins ([a-Z] -> [A-Z])
|
|
|
|
* Bindings
|
|
|
|
- Make perl r_bin test work
|
|
|
|
- In lua r_bin test open "/bin/ls" by default if
|
|
|
|
arg[1] is not given
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 474:22a1c4aaae83
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 05 01:50:45 2010 +0100
|
|
|
|
files: configure configure.acr mk/gcc.mk
|
|
|
|
description:
|
|
|
|
* Upgrade revision state to 0.4b (beta!)
|
|
|
|
- Testers are welcome!
|
|
|
|
* Remove -O2 CFLAGS by default to speed up (oops :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 473:87cb71747848
|
|
|
|
user: pancake
|
|
|
|
date: Fri Mar 05 01:49:12 2010 +0100
|
|
|
|
files: configure-plugins libr/cons/cons.c libr/core/cmd.c libr/core/t/radare2.c libr/debug/p/debug_native.c libr/debug/p/native/w32.c libr/debug/pid.c libr/debug/reg.c libr/include/r_debug.h libr/include/r_list.h libr/socket/proc.c mk/gcc.mk
|
|
|
|
description:
|
|
|
|
* More fixes for busybox tr
|
|
|
|
* Initial blind implementation of w32 debugger
|
|
|
|
- r_cons now handles ^C in w32 console
|
|
|
|
- not yet tested, just blind code typing
|
|
|
|
* Implement 'dp' command to list processes (pids)
|
|
|
|
- Implemented RDebugPid stuff
|
|
|
|
- dp=394 # is used to attach
|
|
|
|
- dp 0 # to list all attachable pids
|
|
|
|
- dp # list current used pid
|
2010-05-25 23:42:22 +00:00
|
|
|
* Added not-yet-implemented threads() callback in RDebugPlugin
|
2010-03-25 22:57:15 +00:00
|
|
|
* Fix r_list_free callback handler
|
|
|
|
* Fix again the 'dr=' command :/
|
|
|
|
* Cleanup the help of 'd?' and 'dm', 'dp'
|
|
|
|
* Use -O2 by default ?
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 472:d7783e0336f6
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 04 22:01:15 2010 +0100
|
|
|
|
files: configure-plugins
|
|
|
|
description:
|
|
|
|
* Do not use non-posix extensions of 'tr'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 471:ef6dba0ab40e
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 04 17:49:47 2010 +0100
|
|
|
|
files: swig/lua/test-r_bin.lua
|
|
|
|
description:
|
|
|
|
* Add r_bin test to lua bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 470:8b7f8ab515d4
|
|
|
|
user: pancake@flubox2
|
|
|
|
date: Thu Mar 04 12:43:16 2010 +0100
|
|
|
|
files: libr/cons/input.c libr/core/cmd.c libr/core/core.c libr/debug/p/debug_native.c libr/debug/reg.c libr/include/r_util.h libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix build of debugger on non-x86-32 (oops)
|
|
|
|
* Fix difference between EOL and EOF (-1, -2) in dietline
|
|
|
|
- Fixes prompt issues in r2 shell
|
|
|
|
* Display 16 0s in 64bit registers
|
|
|
|
- Fixes dr= in 64bit debugger
|
|
|
|
- Fix double-newline issue in dr=
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 469:0acc2c236738
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 04 11:30:45 2010 +0100
|
|
|
|
files: libr/vapi/r_search.vapi libr/vapi/r_syscall.vapi
|
|
|
|
description:
|
|
|
|
* Fix bindings build
|
|
|
|
- Update r_syscall and r_search vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 468:6651101f019a
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 04 02:11:54 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/visual.c libr/debug/arg.c libr/debug/reg.c
|
|
|
|
description:
|
|
|
|
* Implement 'dr=' command to print regs in columns
|
|
|
|
- Use it in visual debug mode
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 467:9bbe184bee36
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 04 01:55:15 2010 +0100
|
|
|
|
files: swig/Makefile swig/check-langs.sh
|
|
|
|
description:
|
|
|
|
* Build and check 'lua' bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 466:241ac83b2a55
|
|
|
|
user: pancake
|
|
|
|
date: Thu Mar 04 01:46:25 2010 +0100
|
|
|
|
files: TODO libr/bin/bin.c libr/core/Makefile libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/t/Makefile libr/debug/Makefile libr/debug/arg.c libr/debug/debug.c libr/debug/p/debug_native.c libr/debug/reg.c libr/include/r_core.h libr/include/r_debug.h libr/include/r_search.h libr/include/r_sign.h libr/include/r_syscall.h libr/include/r_types.h libr/include/r_util.h libr/search/Makefile libr/search/TODO libr/search/aes-find.c libr/search/search.c libr/search/strings.c libr/search/stripstr.c libr/sign/sign.c libr/sign/t/rasign2.c libr/socket/socket.c libr/syscall/Makefile libr/syscall/darwin.c libr/syscall/freebsd.c libr/syscall/linux.c libr/syscall/netbsd.c libr/syscall/syscall.c libr/syscall/t/hello.c libr/syscall/win7.c libr/util/str.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Huge refactoring on r_syscall
|
|
|
|
- Integrated with core 'as' command. as? for help
|
|
|
|
- Display formatted parametters of syscalls
|
|
|
|
- Needs to fully implement this everywhere
|
|
|
|
- Syscall argument parsing is not yet complete (<4args)
|
|
|
|
- r_debug_arg_{set|get}
|
|
|
|
* Implement continue until syscall on Linux debugger backend
|
|
|
|
* Lot of syntax cleanup to use the new code convention
|
|
|
|
- Clean r_sign, r_search, r_syscall
|
|
|
|
* Define global R_SYS_ARCH, _OS and _BITS
|
2010-05-25 23:42:22 +00:00
|
|
|
- Plugin asm.os and asm.arch to hook r_syscall plugins
|
2010-03-25 22:57:15 +00:00
|
|
|
- Display 8 or 16 zeros depending on asm.bits
|
|
|
|
- Added r_str_filter () to filter nonprintable chars
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 465:aa8d447b4189
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 18:05:24 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Add command "sb" seek aligned to bb start
|
|
|
|
- Nice 'abl' and 'ab*' output
|
|
|
|
- Fix 'af+' parsing
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 464:500befa69bed
|
|
|
|
user: pancake@flubox2
|
|
|
|
date: Wed Mar 03 14:48:17 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/debug/debug.c libr/debug/p/debug_native.c libr/debug/reg.c libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Full implementation of the 64bit register profile for linux
|
|
|
|
* Simplify debugger plugin arch/bits info
|
|
|
|
* Display 64bit registers with 'dr'
|
|
|
|
- Padding with 16 0's instead of 8
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 463:c284339037a6
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 14:35:18 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c libr/core/anal.c libr/core/cmd.c libr/include/r_core.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* rabin2
|
|
|
|
- Flag imports and symbols as fcn. under the namespace 'functions'
|
|
|
|
* r_core_anal
|
|
|
|
- Flag analyzed function
|
|
|
|
- Implement agf
|
|
|
|
- Minor fixup (check if r_io_read_at returns blocksize)
|
|
|
|
* r_util
|
|
|
|
- Fix r_str_word_getfirst
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 462:9d76e43dfdf0
|
|
|
|
user: pancake@flubox2
|
|
|
|
date: Wed Mar 03 13:34:38 2010 +0100
|
|
|
|
files: libr/bp/Makefile libr/bp/bp.c libr/bp/traptrace.c libr/bp/watch.c libr/core/cmd.c libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_bp_get_bytes when used in loops
|
|
|
|
* Fix RRange vapi definition
|
|
|
|
* Remove dctl command. (dct with no argument)
|
|
|
|
* Add watch.o in bp/Makefile.. lacks implementation
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 461:e8e364333cbb
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 12:52:05 2010 +0100
|
|
|
|
files: libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* Add 'af+' commands to "rabin2 -rsi" output
|
|
|
|
* Set symbols type as FUNC in pe and mach0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 460:a9fa6f13f882
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 12:35:23 2010 +0100
|
|
|
|
files: libr/core/anal.c
|
|
|
|
description:
|
|
|
|
* More work on command 'af'
|
|
|
|
- now refs and xrefs are working
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 459:b006e70eab15
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 12:08:27 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/ctx.c libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Add r_anal_fcn
|
|
|
|
* r_core
|
|
|
|
- Implement 'af' subcommands
|
|
|
|
- 'af @ [addr]' needs more work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 458:de8c65c0d57e
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 03 11:35:03 2010 +0100
|
|
|
|
files: libr/bp/traptrace.c libr/core/cmd.c libr/include/r_util.h libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Added 'dct' and 'dctl' commands for touchtrace
|
|
|
|
* Added r_file_basename helper
|
|
|
|
* Random syntax cleanups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 457:f421bd288ac3
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 03:12:24 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix typo in the help message of cmd 'a'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 456:960a067ad113
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 03 03:03:01 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_core
|
|
|
|
- Reorganize help of cmd 'a'
|
|
|
|
- Add commands:
|
|
|
|
ab+ [addr] [size] [jump] [fail] ; Add basic block
|
|
|
|
abl ; List basic blocks
|
|
|
|
ab* ; Output radare commands
|
|
|
|
- Minor fixups in ag (add r_cons_flush)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 455:1a92d3a1efdd
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 03 02:45:55 2010 +0100
|
|
|
|
files: libr/Makefile libr/include/r_range.h libr/meta/meta.c libr/range/Makefile libr/vapi/r_range.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Exterminate r_range references and fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 454:1f1f7b9b9ad5
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 03 02:41:41 2010 +0100
|
|
|
|
files: libr/bp/bp.c libr/bp/p/bp_arm.c libr/bp/p/bp_mips.c libr/bp/p/bp_ppc.c libr/bp/p/mips.mk libr/bp/p/ppc.mk libr/bp/traptrace.c libr/bp/watch.c libr/include/r_bp.h libr/include/r_io.h libr/include/r_list.h libr/include/r_types.h libr/include/r_types_base.h libr/include/r_util.h libr/range/range.c libr/util/Makefile libr/util/buf.c libr/util/mem.c libr/util/range.c
|
|
|
|
description:
|
|
|
|
* Initial implementation of the r_bp_traptrace API
|
|
|
|
- Added endianness in r_bp
|
|
|
|
- Add breakpoints for mips and ppc
|
|
|
|
- Needs to be used from r_core (dbt?)
|
|
|
|
- Added dummy bp_watch api (WIP: needs access to r_reg)
|
|
|
|
* Merge r_range inside r_util
|
|
|
|
* Added BIT_{SET|CHK} helpers in r_types_base
|
|
|
|
- Define ST32_MAX
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 453:7f6b8be4098e
|
|
|
|
user: pancake
|
|
|
|
date: Wed Mar 03 00:13:22 2010 +0100
|
|
|
|
files: libr/bp/bp.c libr/bp/handle.c libr/bp/traptrace.c libr/debug/p/debug_native.c swig/lua/Makefile swig/lua/test-r_bp.lua swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Added support for LUA bindings
|
|
|
|
- Simple test program for r_bp
|
|
|
|
* Fix debugger build on arm/mips/powerpc
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 452:c34e9b13ef0e
|
|
|
|
user: pancake@localhost
|
|
|
|
date: Tue Mar 02 12:34:23 2010 +0100
|
|
|
|
files: libr/debug/Makefile swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Fix build and issue related to swig checklangs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 451:ae4168fd9032
|
|
|
|
user: pancake
|
|
|
|
date: Tue Mar 02 11:18:49 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/debug/bt.c libr/debug/debug.c libr/debug/map.c libr/debug/p/debug_native.c libr/debug/pid.c libr/include/r_debug.h libr/include/r_reg.h libr/search/TODO libr/search/stripstr.c
|
|
|
|
description:
|
|
|
|
* Integrate backtrace into the debugging backend
|
|
|
|
* Add 'dcs' command to continue until syscall
|
|
|
|
- Need syscall analysis
|
|
|
|
* Some tips for future enhacements in r_search
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 450:d57f3c55e227
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 02 01:04:17 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Avoid dupped graphviz code in partial graphs (ag [addr])
|
|
|
|
(multiple arrows between nodes)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 449:5d351e34eec9
|
|
|
|
parent: 448:0a1ba921bd85
|
|
|
|
parent: 446:e1515cc3dcb0
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 02 00:31:30 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 448:0a1ba921bd85
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 01 20:13:36 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Rename ac into ab
|
|
|
|
- Add cmd ab- [addr] to remove bb data
|
|
|
|
- Add cmd ag [addr] to graph the specified bb and childs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 447:e8f5707b4afc
|
|
|
|
parent: 445:20f49963b810
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 01 16:50:37 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/core/anal.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_core_anal
|
|
|
|
- Avoid bb overlapping
|
|
|
|
- Code refactoring
|
|
|
|
* r_anal
|
|
|
|
- Add r_anal_split and r_anal_overlap
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 446:e1515cc3dcb0
|
|
|
|
user: pancake
|
|
|
|
date: Mon Mar 01 10:49:04 2010 +0100
|
|
|
|
files: libr/cons/cons.c libr/core/cmd.c libr/core/config.c libr/db/db.c libr/debug/Makefile libr/debug/bt.c libr/include/r_debug.h libr/include/r_list.h libr/io/desc.c libr/print/format.c libr/reg/value.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Initial quick-and-dirty implementation of backtrace
|
|
|
|
- Using r_list and so on
|
|
|
|
* Add 'pm' print command using print_format()
|
|
|
|
* Change color of nops and end-of-block-split lines
|
|
|
|
* More random syntax fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 445:20f49963b810
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 01 01:57:16 2010 +0100
|
|
|
|
files: libr/core/anal.c pkgcfg/libr.pc.acr pkgcfg/r_bininfo.pc.acr pkgcfg/r_core.pc.acr
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
- Remove references to r_bininfo from r_core.pc.acr
|
|
|
|
- Remove r_bininfo.pc.acr
|
|
|
|
* r_core
|
|
|
|
- Set 'asm.bytes = false' in graphs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 444:b8c2d8345627
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 23:57:55 2010 +0100
|
|
|
|
files: libr/TODO libr/cons/cons.c libr/core/cmd.c libr/core/core.c libr/core/visual.c libr/debug/p/debug_native.c r2rc/r2rc.c
|
|
|
|
description:
|
|
|
|
* Properly manage Color_RESET from r_core
|
|
|
|
- Disassembly, flags, prompt are now colorized
|
|
|
|
- Depending on type of opcode
|
|
|
|
* Added 'sr' command to seek to register
|
|
|
|
- Simplify visual prompt to get 'pc' register
|
|
|
|
* More random code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 443:d16610c7fa6e
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 22:58:21 2010 +0100
|
|
|
|
files: TODO libr/bin/bin_meta.c libr/bin/p/bin_meta_elf.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/libs.c libr/core/t/radare2.c libr/core/visual.c libr/debug/debug.c libr/debug/p/debug_native.c libr/debug/reg.c libr/include/r_core.h libr/include/r_debug.h libr/reg/reg.c libr/util/file.c libr/util/str.c libr/util/t/test_str.c
|
|
|
|
description:
|
|
|
|
* Fix return value of bin_meta_elf
|
|
|
|
* Added 'dsl' command to step until next meta information
|
|
|
|
line is reached.
|
|
|
|
* Display file:line with context 5 with 'CL' command
|
|
|
|
- Fix r_file_slurp_line
|
|
|
|
* Added 'dcu' command to continue until an address
|
|
|
|
- bp,dc,bp-
|
|
|
|
* Added dbg.swstep to configure stepping debugger algorithm
|
|
|
|
* Add file.type. fixes warning. Defined by rabin2
|
|
|
|
* Load rabin2 in va format when debug or va modes are enabled
|
|
|
|
* Ask to kill the child before quitting
|
|
|
|
* cmd_quit is no longer calling 'exit'.
|
|
|
|
- Returns R_CORE_CMD_EXIT (-2)
|
|
|
|
- Return value can be captured at core->num.value
|
|
|
|
* Implement native kill as a debugger callback
|
|
|
|
* cmd.visual is now cmd.vprompt
|
|
|
|
* Add r_debug_reg_{get|set}
|
2010-05-25 23:42:22 +00:00
|
|
|
- Plugin register name aliases
|
2010-03-25 22:57:15 +00:00
|
|
|
- Works only with ut64 type
|
|
|
|
* 'dr:eax' is now 'dr?eax'
|
|
|
|
* Lot of random syntax cleanups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 442:23d238783d24
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 28 20:07:36 2010 +0100
|
|
|
|
files: libr/anal/Makefile libr/anal/anal.c libr/anal/p/Makefile libr/anal/p/anal_dummy.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/anal/p/dummy.mk libr/anal/p/ppc.mk libr/anal/p/x86.mk libr/anal/p/x86_bea.mk libr/core/anal.c libr/include/r_anal.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Update build system
|
|
|
|
- Fix analysis of bb longer than blocksize
|
|
|
|
- Code cleanup
|
|
|
|
* build
|
|
|
|
- Add anal plugins to plugins.def.cfg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 441:21c08a1f6a92
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 17:31:50 2010 +0100
|
|
|
|
files: libr/cons/cons.c
|
|
|
|
description:
|
|
|
|
* Apply fix from whats fixing automatic refresh in visual
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 440:ccbb4219a1bf
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 15:35:09 2010 +0100
|
|
|
|
files: libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Do not parse multibyte characters
|
|
|
|
- Fixes parsing of input by dietline
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 439:028fa779f103
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 15:16:02 2010 +0100
|
|
|
|
files: libr/cons/cons.c libr/cons/input.c
|
|
|
|
description:
|
|
|
|
* Remove HAVE_DIETLINE stuff from r_cons
|
|
|
|
- Dependency must be defined manually to use r_line
|
|
|
|
- At some point we can join r_line and r_cons
|
|
|
|
- Like r_core does :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 438:eb5fc512fc6f
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 28 14:49:26 2010 +0100
|
|
|
|
files: libr/cons/cons.c libr/cons/input.c libr/core/config.c libr/core/visual.c libr/include/r_cons.h
|
|
|
|
description:
|
|
|
|
* Added patch from whats fixing the height in visual
|
2010-05-25 23:42:22 +00:00
|
|
|
- Plugins WINCH signal in __UNIX__ to get size
|
2010-03-25 22:57:15 +00:00
|
|
|
- Some code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 437:d003761f108c
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 27 19:12:06 2010 +0100
|
|
|
|
files: libr/core/anal.c libr/core/cmd.c libr/core/config.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Add var anal.depth
|
|
|
|
- Allows to define analysis depth. Default: 10
|
|
|
|
* Fix analysis algorithm
|
|
|
|
- Split is working right, overlap is not yet considered
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 436:27a767a744c7
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 27 15:56:07 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/core/anal.c libr/include/r_anal.h libr/include/r_list.h libr/util/list.c
|
|
|
|
description:
|
|
|
|
* r_list
|
|
|
|
- Fix r_list_unlink
|
|
|
|
- Add r_list_split and r_list_split_iter
|
|
|
|
* r_core_anal
|
|
|
|
- Split basicblocks (only 1 entrypoint and 1 exitpoint)
|
|
|
|
* r_anal
|
|
|
|
- Add field addr to RAnalysisAop
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 435:0b995c44ed45
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 27 11:56:41 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/core/anal.c libr/core/cmd.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Fix BB analysis algorithm
|
|
|
|
* Add r_core_anal_graph function
|
|
|
|
- Generates graphviz code from "ac" data
|
|
|
|
* Add command "ag" to r2 (Output graphviz code)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 434:f2d8b2f7444f
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 26 21:00:03 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_x86.c libr/core/Makefile libr/core/anal.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* More work on r_anal
|
|
|
|
- Basic Block analysis is working
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 433:da3c212a2958
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 26 13:16:27 2010 +0100
|
|
|
|
files: swig/python/test-r2rc.py swig/python/test-rcc.py
|
|
|
|
description:
|
|
|
|
* Rename test-rcc.py to test-r2rc.py and fix system call
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 432:74c20c2b3dd4
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 26 13:08:42 2010 +0100
|
|
|
|
files: libr/anal/Makefile libr/anal/anal.c libr/anal/p/anal_x86_bea.c libr/anal/reflines.c libr/cmd/Makefile libr/cmd/p/dummy.mk libr/core/cmd.c libr/include/r_anal.h r2rc/Makefile
|
|
|
|
description:
|
|
|
|
* Fix r2 build
|
|
|
|
- Add CFLAGS+=-DCORELIB in libr/cmd/Makefile
|
|
|
|
- Add target all in r2rc/Makefile
|
|
|
|
* r_core
|
|
|
|
- Add dummy command ac (stands for analyze code)
|
|
|
|
* r_anal
|
|
|
|
- Reorganize code
|
|
|
|
- Add function r_anal_bbs (not working yet)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 431:cffcf910dd52
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 26 00:51:22 2010 +0100
|
|
|
|
files: Makefile
|
|
|
|
description:
|
|
|
|
* Integrate r2rc into the build system
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 430:9ab612bc7aba
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 26 00:50:23 2010 +0100
|
|
|
|
files: r2rc/Makefile r2rc/README r2rc/TODO r2rc/emit_x64.c r2rc/emit_x86.c r2rc/i/libc.r r2rc/i/socket.r r2rc/out.c r2rc/r2rc-tool r2rc/r2rc.c r2rc/rcc.h r2rc/t/Makefile r2rc/t/argv.r r2rc/t/bytedump.r r2rc/t/data.r r2rc/t/dump.r r2rc/t/hello.r r2rc/t/if.r r2rc/t/inline.r r2rc/t/input.r r2rc/t/loop.r r2rc/t/ptr.r r2rc/t/rawsys.r r2rc/t/rawsys64.r r2rc/t/regs.r r2rc/t/ret.r r2rc/t/room.r r2rc/t/segfault.r r2rc/t/shell.r r2rc/t/sub.r r2rc/t/syscall.r r2rc/test.r
|
|
|
|
description:
|
|
|
|
* Initial import of r2rc
|
|
|
|
- Previously named 'rcc'
|
|
|
|
- Qt bastards has forced us to rename it
|
|
|
|
- Not yet integrated with build system
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 429:8f04e07b733a
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 26 00:37:49 2010 +0100
|
|
|
|
files: configure-plugins libr/cmd/Makefile libr/cmd/cmd.c libr/cmd/handle.c libr/cmd/p/Makefile libr/cmd/p/cmd_dummy.c libr/cmd/p/dummy.mk libr/cmd/t/test.c libr/core/libs.c libr/include/r_cmd.h libr/include/r_list.h libr/io/io.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Implement plugin support to r_cmd
|
|
|
|
- Added dummy command **dummy** for testing purposes
|
|
|
|
- Initialize CMD dynamic plugins from r_core
|
|
|
|
* Fix bug in configure-plugins
|
|
|
|
- Generates bad config.mk and config.h when no static
|
|
|
|
plugins defined for a category.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 428:f06e7725bbff
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 25 12:53:00 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c
|
|
|
|
description:
|
|
|
|
* Add get_libs function to r_bin_elf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 427:3f83f145b544
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 24 20:13:12 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h
|
|
|
|
description:
|
|
|
|
* r_bin_mach0
|
|
|
|
- Parse indirectsyms table
|
|
|
|
- Resolve import address
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 426:21d184b2b949
|
|
|
|
user: pancake
|
|
|
|
date: Wed Feb 24 11:21:47 2010 +0100
|
|
|
|
files: libr/debug/bt.c
|
|
|
|
description:
|
|
|
|
* Import not-yet-used backtrace code for x86-32/64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 425:140e1399beda
|
|
|
|
user: nibble
|
|
|
|
date: Tue Feb 23 18:26:02 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add r_bin_get_section_at
|
|
|
|
* rabin2
|
|
|
|
- Include section name in strings list
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 424:30c18b2d197d
|
|
|
|
user: nibble
|
|
|
|
date: Tue Feb 23 18:04:39 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* Add get_libs to r_bin_mach0
|
|
|
|
* Minor fixups in r_bin_pe
|
|
|
|
* Add flag -l to rabin2 for listing linked libraries
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 423:8d62edc279f1
|
|
|
|
user: nibble
|
|
|
|
date: Tue Feb 23 13:41:03 2010 +0100
|
|
|
|
files: libr/bin/bin_meta.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/t/test_meta.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Remove r_bin_meta_get_file_line (use r_file_slurp_line instead)
|
|
|
|
* Implement r_bin_mach0_get_info, supports:
|
|
|
|
- Class
|
|
|
|
- Wordsize
|
|
|
|
- Endianness
|
|
|
|
- Cputype
|
|
|
|
- CpuSubtype
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 422:e974a922f613
|
|
|
|
user: pancake
|
|
|
|
date: Tue Feb 23 00:26:13 2010 +0100
|
|
|
|
files: doc/fortunes libr/core/cmd.c libr/debug/p/debug_native.c libr/include/r_util.h libr/io/p/io_debug.c libr/io/p/io_ewf.c libr/io/p/io_malloc.c libr/io/p/io_shm.c libr/util/str.c libr/util/t/Makefile libr/util/t/argv.c mk/stat-make.pl
|
|
|
|
description:
|
|
|
|
* Implement r_str_argv()
|
|
|
|
- Use it from p/debug
|
|
|
|
- Now is possible to debug programs with arguments
|
|
|
|
- Added test program in util/t/argv
|
|
|
|
* Fix pd/pD
|
|
|
|
* Clean and fix the native debugger plugin
|
|
|
|
* More random code syntax cleanup
|
|
|
|
* Rename io plugin names without the deprecated 'io_' prefix
|
|
|
|
* Fix mk/stat-make.pl (missing ;)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 421:6d196feb2a73
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 20:10:52 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h libr/bin/t/rabin2.c libr/core/cmd.c libr/core/core.c libr/core/file.c
|
|
|
|
description:
|
|
|
|
* Add support for ARM to r_bin_mach0
|
|
|
|
* Update r_core using r_bin_meta_*
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 420:9f8ec928aa40
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 19:43:35 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c
|
|
|
|
description:
|
|
|
|
* r_bin_mach0
|
|
|
|
- Implement get_entry
|
|
|
|
- Add function r_bin_mach0_addr_to_offset
|
|
|
|
- Fix returned offsets
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 419:8186a3bc3b68
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 17:13:40 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* Fix r_bin build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 418:d8c91d8e50d2
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 14:28:27 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c
|
|
|
|
description:
|
|
|
|
* Fix r_bin_mach0_get_sections for mach0-64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 417:6702b0bccba3
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 14:10:44 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach064.c libr/bin/format/mach0/mach064.h libr/bin/format/mach0/mach0_specs.h libr/bin/format/pe/pe.c libr/bin/p/Makefile libr/bin/p/bin_mach0.c libr/bin/p/bin_mach064.c libr/bin/p/mach064.mk libr/bin/t/Makefile libr/bin/t/rabin2.c libr/bin/t/test_meta.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Add support for mach0-64 to r_bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 416:f0dce16ffac8
|
|
|
|
user: pancake
|
|
|
|
date: Mon Feb 22 12:42:43 2010 +0100
|
|
|
|
files: libr/debug/debug.c libr/include/r_types.h libr/include/r_userconf.h.acr libr/include/r_util.h libr/io/p/io_debug.c libr/io/p/io_ptrace.c
|
|
|
|
description:
|
|
|
|
* Cleanup of r_types.h
|
|
|
|
- Fixes in R_SYS_OS and ENDIAN (oops)
|
|
|
|
- Cleanup in debug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 415:012626166e42
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 04:47:19 2010 +0100
|
|
|
|
files: configure configure.acr libr/include/r_bin.h plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Regenerate configure
|
|
|
|
* Remove remaining r_bininfo stuff
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 414:ad47847940b4
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 22 04:30:34 2010 +0100
|
|
|
|
files: libr/bin/Makefile libr/bin/bin.c libr/bin/bin_meta.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_meta_elf.c libr/bin/p/bin_meta_elf64.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/p/elf.mk libr/bin/p/elf64.mk libr/bin/t/Makefile libr/bin/t/test_meta.c libr/bininfo/Makefile libr/bininfo/README libr/bininfo/bininfo.c libr/bininfo/p/Makefile libr/bininfo/p/addr2line.mk libr/bininfo/p/bininfo_addr2line.c libr/bininfo/t/Makefile libr/bininfo/t/rabini.c libr/include/r_bin.h libr/include/r_bininfo.h libr/include/r_core.h libr/vapi/r_bininfo.vapi
|
|
|
|
description:
|
|
|
|
* Include r_bininfo features in r_bin
|
|
|
|
* Remove r_bininfo
|
|
|
|
* Add test bin/t/test_meta.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 413:10cef18e78e6
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Mon Feb 22 04:25:35 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/debug/p/debug_native.c
|
|
|
|
description:
|
|
|
|
* Fix disassembler (was depending on unitialized variable)
|
|
|
|
* Lock r_config instance
|
|
|
|
- Add cmd.* eval vars
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 412:dfff6c912cd2
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Mon Feb 22 04:02:13 2010 +0100
|
|
|
|
files: TODO libr/anal/anal.c libr/anal/p/Makefile libr/anal/p/anal_ppc.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/asm/Makefile libr/cmd/TODO libr/cmd/cmd.c libr/core/cmd.c libr/core/core.c libr/core/t/radare2.c libr/debug/handle.c libr/debug/p/debug_native.c libr/debug/reg.c libr/include/r_anal.h libr/include/r_lib.h libr/include/r_reg.h libr/include/r_types.h libr/include/r_var.h libr/io/p/io_mach.c libr/reg/reg.c libr/var/var.c
|
|
|
|
description:
|
|
|
|
* Added DEFAULT_ARCH for mips and powerpc
|
|
|
|
* Refactoring in r_anal API for _aop() with addr and length
|
|
|
|
- Added ppc code analysis plugin
|
|
|
|
- sync in r_core
|
|
|
|
* cfg.ffio->io.ffio
|
|
|
|
* Add CMD type in r_lib
|
|
|
|
* Added SR register type
|
|
|
|
* More stuff is now working in osx-ppc debugger
|
|
|
|
* Random code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 411:cd867e7cb569
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Mon Feb 22 02:42:29 2010 +0100
|
|
|
|
files: libr/asm/p/asm_ppc.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/t/radare2.c libr/debug/Makefile libr/debug/p/Makefile libr/debug/p/debug_gdb.c libr/debug/p/debug_native.c libr/debug/p/libgdbwrap/client.c libr/debug/p/native.mk libr/debug/p/native/darwin-ppc-types.h libr/debug/p/native/powerpc-asm.h libr/include/r_io.h libr/include/r_userconf.h.acr libr/include/r_util.h libr/io/handle.c libr/io/p/Makefile libr/io/p/debug.mk libr/io/p/io_debug.c libr/io/p/io_mach.c libr/io/p/io_ptrace.c libr/io/p/mach.mk libr/io/p/ptrace.mk libr/vapi/r_util.vapi plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial steps to make osx-ppc debugger work
|
|
|
|
- Use 'asm.arch=ppc' in POWERPC by default
|
|
|
|
- Added r_io_mach for MACH microkernel debugging
|
|
|
|
- Compiled as static plugin by default
|
|
|
|
- Added darwin mach/ptrace stuff in debug_native
|
|
|
|
- Very ugly code.. needs some refactoring
|
|
|
|
- Add powerpc-OSX registers description map
|
|
|
|
- Added temporally .h files in debug/p/native
|
|
|
|
* Display verboser version message with 'r2 -V'
|
|
|
|
* More linking issues fixed for OSX
|
|
|
|
* Build gdbwrap debugger plugin
|
|
|
|
- Not yet usable
|
|
|
|
* Added R_SYS_OS R_SYS_ARCH and R_SYS_ENDIAN strings
|
|
|
|
* Deprecate DEBUGGER variable
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 410:20d482bdf665
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Sun Feb 21 21:34:10 2010 +0100
|
|
|
|
files: global.mk libr/Makefile libr/config.mk.tail libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Do not link libr2.dylib in OSX
|
|
|
|
- Adapt -Wl,-R -> -L in OSX
|
|
|
|
* Comment some useless mk includes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 409:4d4f0d806c33
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Sun Feb 21 20:49:39 2010 +0100
|
|
|
|
files: configure configure.acr global.mk libr/config.mk.tail mk/gcc.mk
|
|
|
|
description:
|
|
|
|
* Fix ostype autodetect in darwin (aka osx)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 408:8a0aad9ce6c2
|
|
|
|
user: pancake
|
|
|
|
date: Sun Feb 21 20:24:28 2010 +0100
|
|
|
|
files: TODO configure configure.acr libr/asm/p/asm_csr.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_nasm.c libr/core/cmd.c libr/core/config.c libr/debug/pid.c libr/debug/reg.c libr/include/r_debug.h libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* Autodetection of --with-ostype in configure.acr
|
|
|
|
- Rebuild configure script in ACR 0.8.1
|
|
|
|
* Random minor changes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 407:67839a86057a
|
|
|
|
user: root@asdf-safds-imac.local
|
|
|
|
date: Sun Feb 21 20:21:36 2010 +0100
|
|
|
|
files: Makefile config-user.mk.acr configure-plugins env.sh libr/Makefile libr/anal/arch/x86/dislen.c libr/anal/p/Makefile libr/asm/arch/arm/gnu/arm-dis.c libr/asm/arch/csr/csr_disasm/dis.c libr/asm/arch/csr/csr_disasm/dis.h libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/arch/m68k/m68k_disasm/m68k_disasm.h libr/asm/arch/x86/ollyasm/assembl.c libr/asm/arch/x86/ollyasm/disasm.c libr/asm/arch/x86/ollyasm/disasm.h libr/asm/p/Makefile libr/asm/p/asm_x86_olly.c libr/bin/p/Makefile libr/bp/p/Makefile libr/cons/cons.c libr/cons/filter.c libr/cons/input.c libr/cons/pipe.c libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/core/file.c libr/core/t/Makefile libr/crypto/p/Makefile libr/debug/p/Makefile libr/debug/p/debug_native.c libr/debug/p/libgdbwrap/Makefile libr/debug/p/libgdbwrap/gdbwrapper.c libr/debug/p/libgdbwrap/include/revm.h libr/include/r_cons.h libr/include/r_line.h libr/include/r_util.h libr/include/r_vm.h libr/io/p/Makefile libr/io/t/Makefile libr/lang/p/Makefile libr/lib/lib.c libr/lib/t/Makefile libr/line/Makefile libr/line/dietline.c libr/line/line.c libr/parse/Makefile libr/parse/p/Makefile libr/parse/p/parse_mreplace/mmemory.c libr/parse/p/parse_mreplace/mreplace.c libr/rules.mk libr/socket/proc.c libr/syscall/syscall.c libr/util/str.c libr/util/t/Makefile libr/vm/reg.c mk/gcc.mk plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Fix build in OSX
|
|
|
|
- env.sh now also uses DYLD_LIBRARY_PATH
|
|
|
|
- Fixes in ollyasm/dis to link with no global variables
|
|
|
|
- Remove double definition of global _state
|
|
|
|
- Same for asm_java
|
|
|
|
- Split -shared and -Wl,-R into LDFLAGS_{LIB|LINKPATH}
|
|
|
|
- Fixes linkage in osx
|
|
|
|
- anal_x86_bea plugin now links correctly against BeaEgine.o
|
|
|
|
- dietline is now #include'd from line.c
|
|
|
|
- no debugger support yet
|
|
|
|
- Do not externalize any variable. Some linkage does not support it
|
|
|
|
* Remove bininfo dependency .. aims to be merged into bin soon
|
|
|
|
* Added r_str_case() method to change to lower/upper case a string
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 406:3813483cd336
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 21 11:35:49 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/java/java.c libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/core/cmd.c libr/core/config.c libr/core/io.c libr/core/t/radare2.c libr/flags/flags.c libr/include/r_bin.h libr/include/r_flags.h libr/io/io.c libr/io/section.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add field bits to RBinInfo
|
|
|
|
- Make r_bin_*_get_arch compatible with r_asm
|
|
|
|
* rabin2
|
|
|
|
- List sections before anything else
|
|
|
|
- Add "e asm.bits x" to "rabin2 -ir" output
|
|
|
|
* r_flags
|
|
|
|
- Remove r_flag_set_base
|
|
|
|
* r_io, r_core
|
|
|
|
- Now r_io handles all the va related stuff
|
|
|
|
- Execute rabin2 with the flag -v if io.va = true
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 405:ace21743d9b8
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 20 18:40:54 2010 +0100
|
|
|
|
files: libr/include/r_types.h libr/vapi/r_io.vapi libr/vapi/r_search.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/io.vala
|
|
|
|
description:
|
|
|
|
* Fix some tests in vapi testsuite
|
|
|
|
* Update vapi syntax
|
|
|
|
- static delegate -> delegate + [CCode (has_target="false")]
|
|
|
|
* Comment out deprecated rarray stuff in r_types.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 404:15bc60547ba2
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 20 18:24:45 2010 +0100
|
|
|
|
files: libr/include/r_types.h libr/include/r_types_base.h libr/include/r_types_os.h libr/vapi/libr.deps libr/vapi/r_bin.vapi swig/test/python/bin.py
|
|
|
|
description:
|
|
|
|
* Remove r_types_os and add r_types_base instead
|
|
|
|
- Now bindings are fully working
|
|
|
|
* Update r_bin vapi
|
|
|
|
* Fix r_bin example for python bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 403:a99006a2213a
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 20 15:28:21 2010 +0100
|
|
|
|
files: libr/include/r_types.h libr/include/r_types_os.h libr/vapi/libr.deps plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Split r_types.h in r_types.h and r_types_os.h
|
|
|
|
* Add asm.x86 to the list of static plugins
|
|
|
|
* Add r_bin to libr.deps
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 402:ca5c09886120
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 20 06:40:02 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/include/r_util.h libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Add r_file_abspath to r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 401:1445d7f026f5
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 19 20:07:00 2010 +0100
|
|
|
|
files: libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c
|
|
|
|
description:
|
|
|
|
* Use bin->file instead of bin->bin_obj->file
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 400:4dd04d17872b
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 19 19:59:22 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/r_bin.h libr/include/r_util.h libr/util/sys.c libr/util/t/Makefile libr/vapi/r_bin.vapi
|
|
|
|
description:
|
|
|
|
* Add r_sys_getcwd (get current working directory) in r_util
|
|
|
|
* Add field "file" into r_bin_getinfo
|
|
|
|
* Fix r_bin vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 399:3407d248704d
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 18 20:09:44 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* rabin2
|
|
|
|
- Output offset (physical address) by default in radare mode
|
|
|
|
- Add flag -v for printing virtual address in radare mode
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 398:c9a59664cf63
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 18 19:43:23 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c
|
|
|
|
description:
|
|
|
|
* Set cfg.va = false by default
|
|
|
|
* Fix disassembly of unknown opcodes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 397:79f6b1a00dc2
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 18 18:58:28 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c libr/core/cmd.c libr/core/config.c libr/include/r_io.h libr/include/r_util.h libr/io/io.c libr/io/p/io_ptrace.c libr/io/section.c libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* rva is working, but needs more work
|
|
|
|
* Add S cmds to the output of rabin2 -rS
|
|
|
|
* Fix cmd 'S' (sections)
|
|
|
|
* Fix r_io_ptrace
|
|
|
|
* Add some missing signatures into r_util.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 396:2b116ffd58f2
|
|
|
|
user: pancake@localhost
|
|
|
|
date: Thu Feb 18 16:36:55 2010 +0100
|
|
|
|
files: libr/cons/color.c libr/cons/cons.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/debug/p/debug_native.c libr/include/r_anal.h libr/include/r_cons.h libr/include/r_line.h libr/include/r_reg.h libr/include/r_types.h libr/io/p/io_malloc.c libr/io/p/io_shm.c libr/line/line.c libr/print/print.c libr/reg/reg.c libr/reg/t/test.c
|
|
|
|
description:
|
|
|
|
* Do not use 'extern' variables outside modules
|
|
|
|
- Fixes build in OpenSolaris
|
|
|
|
* Fix build of some io plugins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 395:39b6c149bff1
|
|
|
|
user: pancake
|
|
|
|
date: Mon Feb 15 22:59:26 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/asm/t/rasm2.c libr/bin/t/rabin2.c libr/core/cmd.c libr/include/r_flist.h libr/include/r_io.h libr/include/r_list.h libr/include/r_util.h libr/io/io.c libr/io/undo.c libr/util/Makefile libr/util/flist.c libr/util/list.c libr/util/num.c libr/util/sys.c libr/util/t/Makefile libr/util/t/test_cmd_str.c libr/vapi/r_asm.vapi libr/vapi/r_io.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/bin.vala swig/do-test.sh swig/python/test-r_util.py swig/python/test-rcc.py
|
|
|
|
description:
|
|
|
|
* Lot of fixes in the vala/swig wing
|
|
|
|
- r_util is now bindable from swig !!
|
|
|
|
- Added test cases for r_util
|
|
|
|
- r_flist has been mirrored in C, to keep API consistent
|
|
|
|
* Rename RIO->seek into RIO->off
|
|
|
|
- There's a method with the same name
|
|
|
|
- Also rename list.h ->next and ->prev into ->n ->n
|
|
|
|
* Apply patch from whats fixing 'r_cmd_str' EOF for stdin (Thanks!!)
|
|
|
|
- Added test program to ensure stdin food works
|
|
|
|
* Allow '-f -' to rasm2 (assemble file from stdin)
|
|
|
|
* Added test case in python using RBin, RAsm and RCC to compile
|
|
|
|
and assemble a code to be injected in the given target program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 394:6c3ecf4f1497
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 14 12:43:52 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/ollyasm/asmserv.c libr/asm/arch/x86/ollyasm/disasm.c libr/asm/arch/x86/ollyasm/disasm.h
|
|
|
|
description:
|
|
|
|
* Fix olly disasm in 64b
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 393:df42922aca07
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 13 18:14:01 2010 +0100
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* Fix r_asm disassemble offsets
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 392:9c27eece1351
|
|
|
|
user: pancake
|
|
|
|
date: Sat Feb 13 03:00:27 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/asm/t/Makefile libr/asm/t/hello.asm libr/asm/t/test.asm
|
|
|
|
description:
|
|
|
|
* Some work to fix r_asm
|
|
|
|
- assemble is now working
|
|
|
|
- disassemble fails
|
|
|
|
- Hard refactoring in massemble loop
|
|
|
|
- Labels are now just 'text:'
|
|
|
|
- Comments are supportes with '#' char
|
|
|
|
- Labels are used as EQU directives
|
|
|
|
- Added test program 'make test' in libr/asm/t
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 391:49ecb35bbfe4
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 12 18:40:05 2010 +0100
|
|
|
|
files: libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/arch/psosvm/vmas/vmas.c libr/asm/arch/psosvm/vmas/vmas.h libr/asm/asm.c libr/asm/code.c libr/asm/p/asm_gas.c libr/asm/p/asm_java.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/include/r_asm.h swig/Makefile swig/test/perl/bin.pl swig/test/ruby/bin.rb
|
|
|
|
description:
|
|
|
|
* Several fixups in r_asm and rasm2
|
|
|
|
* Fix ruby test for swig
|
|
|
|
* Add dummy perl test for swig
|
|
|
|
* Remove perl warning from swig/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 390:7fd291ef5881
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 13:45:03 2010 +0100
|
|
|
|
files: libr/asm/Makefile libr/asm/asm.c libr/asm/code.c libr/asm/t/rasm2.c libr/include/r_asm.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Added -f flag to rasm2
|
|
|
|
* Implement .equ keyword in rasm2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 389:37efb9383394
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 12 11:45:22 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/r_array.h libr/include/r_bin.h libr/include/r_debug.h libr/include/r_flist.h libr/include/r_types.h libr/include/r_util.h libr/util/t/array.c libr/vapi/r_bin.vapi libr/vapi/r_reg.vapi libr/vapi/r_util.vapi swig/Makefile swig/python/Makefile swig/rules.mk swig/test/ruby/bin.rb
|
|
|
|
description:
|
|
|
|
* Rename r_array to r_flist (RArray to RFList)
|
|
|
|
* Add ruby test for r_bin
|
|
|
|
* Remove old r_array stuff from r_types.h
|
|
|
|
* Fix swig/Makefile to install ruby libs into ruby1.8 libdir too
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 388:62ddf252898f
|
|
|
|
parent: 387:6911d77269c5
|
|
|
|
parent: 385:9ccdb418d86c
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 03:17:56 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Merge heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 387:6911d77269c5
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 03:17:32 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Oops. reapply revision 383
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 386:f419ac95a66b
|
|
|
|
parent: 383:f3675b800167
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 12 02:13:07 2010 +0100
|
|
|
|
files: swig/Makefile
|
|
|
|
description:
|
|
|
|
* Fix bindings Makefile to support ruby1.9.0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 385:9ccdb418d86c
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 03:12:20 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Added pD command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 384:9dbc62d9331e
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 03:11:14 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix pd # (display number of opcodes, not bytes)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 383:f3675b800167
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 01:17:31 2010 +0100
|
|
|
|
files: swig/Makefile swig/perl/Makefile swig/perl/test-r_asm.pl swig/perl/test-r_bp.pl
|
|
|
|
description:
|
|
|
|
* Fix perl bindings installation
|
|
|
|
- Fix test examples
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 382:ca8cf6a21977
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 12 00:43:11 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/config/config.c libr/cons/cons.c libr/include/r_array.h libr/include/r_bp.h libr/include/r_config.h libr/include/r_cons.h libr/include/r_debug.h libr/include/r_io.h libr/include/r_search.h libr/include/r_syscall.h libr/search/stripstr.c libr/syscall/syscall.c libr/vapi/libr.deps libr/vapi/r_bp.vapi libr/vapi/r_config.vapi libr/vapi/r_debug.vapi libr/vapi/r_diff.vapi libr/vapi/r_io.vapi libr/vapi/r_lib.vapi libr/vapi/r_search.vapi libr/vapi/r_syscall.vapi swig/python/test-r_bin.py swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Fix 'const char*' issue in valaswig bindings
|
|
|
|
- 'unowned string' is the correct vala type
|
|
|
|
- Depends on valaswig tip
|
|
|
|
- type checking is now more strict
|
|
|
|
* Build libr.so again for swig bindings
|
|
|
|
* Added test-r_bin.py
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 381:03a9e4f17ffb
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 11 15:03:10 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/include/r_array.h libr/include/r_asm.h libr/include/r_core.h libr/include/r_flags.h libr/util/Makefile libr/util/array.c libr/vapi/r_bin.vapi libr/vapi/r_diff.vapi swig/do-swig.sh swig/python/r_bin.i.experimental swig/rules.mk swig/test/python/bin.py swig/test/python/bp.py swig/test/python/num.py
|
|
|
|
description:
|
|
|
|
* Use valaswig-cc -x for generating bindings (iterator support and so)
|
|
|
|
* Remove deprecated r_bin.i.experimental
|
|
|
|
* Define r_array functions in r_array.h as inline static (list.h like)
|
|
|
|
* Minor fixups in some vapis and headers
|
|
|
|
* Update python examples
|
|
|
|
* Exclude problematic libs from swig/rules.mk (temporary)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 380:c36b6e620ed1
|
|
|
|
user: pancake
|
|
|
|
date: Wed Feb 10 00:09:48 2010 +0100
|
|
|
|
files: libr/diff/t/radiff2.c libr/vapi/t/Makefile libr/vapi/t/asm.vala libr/vapi/t/core.vala libr/vapi/t/hash.vala libr/vapi/t/sc.vala libr/vapi/t/search.vala libr/vapi/t/socket.vala swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Added dummy flag -r in radiff
|
|
|
|
- Needs merge code from ired/bdiff
|
|
|
|
* Fix build of various vapi/t files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 379:911a3ceb0e4e
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 08 11:28:17 2010 +0100
|
|
|
|
files: libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/list.h libr/include/r_bin.h swig/python/Makefile swig/python/r_bin.i.experimental swig/test/python/bin.py
|
|
|
|
description:
|
|
|
|
* Initial implementation of generic iterators
|
|
|
|
- Take a look at r_bin.i.experimental
|
|
|
|
* Rename "class" to "bclass" in r_bin to avoid troubles with c++
|
|
|
|
* Fix cast in list.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 378:4b5e9a9fd903
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 08 01:36:52 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/vapi/r_bin.deps libr/vapi/r_bin.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Add r_bin.deps
|
|
|
|
* Remove debug stuff from r_bin
|
|
|
|
* Remove outdated r_array stuff from r_util vapi
|
|
|
|
* Minor fixup in r_bin vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 377:38060363ea68
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 08 00:50:59 2010 +0100
|
|
|
|
files: libr/include/r_array.h libr/util/t/array.c libr/vapi/r_bin.vapi libr/vapi/r_util.vapi libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Update r_bin and r_util vapis
|
|
|
|
* Fix vapi/t/bin.vala in accordance with r_bin.vapi
|
|
|
|
* Minor aesthetic fixes in util/t/array.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 376:25022e322e9a
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 07 15:49:23 2010 +0100
|
|
|
|
files: libr/bin/bin.c
|
|
|
|
description:
|
|
|
|
* Avoid r_bin_load to init items if bin->cur->load () cannot
|
|
|
|
load the bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 375:c43076eb6ad7
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 07 15:43:42 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_bin_get_strings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 374:e337e908393a
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 07 14:11:05 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Fix buid for r_bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 373:61ed5a140712
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 07 13:17:51 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/diff/bdiff.c libr/include/list.h libr/include/r_array.h libr/include/r_bin.h libr/util/array.c libr/util/t/array.c
|
|
|
|
description:
|
|
|
|
* New implementation of r_array
|
|
|
|
* Huge refactoring of r_bin using r_array (not tested yet)
|
|
|
|
* Modify list.h in order to avoid collisions with c++ "new" keyword
|
|
|
|
* Random sanity fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 372:894fb3e814a5
|
|
|
|
user: pancake
|
|
|
|
date: Fri Feb 05 12:21:37 2010 +0100
|
|
|
|
files: TODO doc/plugins libr/asm/p/arm.mk libr/asm/p/asm_gas.c libr/asm/p/bf.mk libr/asm/p/csr.mk libr/asm/p/dummy.mk libr/asm/p/gas.mk libr/asm/p/java.mk libr/asm/p/m68k.mk libr/asm/p/mips.mk libr/asm/p/ppc.mk libr/asm/p/psosvm.mk libr/asm/p/sparc.mk libr/asm/p/x86.mk libr/asm/p/x86_bea.mk libr/asm/p/x86_nasm.mk libr/asm/p/x86_olly.mk libr/asm/t/rasm2.c libr/bin/p/dummy.mk libr/bin/p/elf64.mk libr/bin/p/java.mk libr/bin/p/mach0.mk libr/bin/p/pe.mk libr/bin/p/pe64.mk libr/core/cmd.c libr/core/core.c libr/core/t/radare2.c libr/debug/debug.c libr/debug/handle.c libr/debug/map.c libr/debug/p/Makefile libr/debug/p/debug_native.c libr/debug/p/debug_ptrace.c libr/debug/p/native.mk libr/debug/p/native/TODO libr/debug/p/ptrace.mk libr/debug/t/main.c libr/diff/bdiff.c libr/diff/diff.c libr/diff/t/Makefile libr/diff/t/file1 libr/diff/t/file2 libr/diff/t/radiff2.c libr/diff/t/test.c libr/include/r_debug.h libr/include/r_diff.h libr/include/r_io.h libr/include/r_reg.h libr/io/section.c libr/reg/arena.c libr/reg/reg.c libr/util/log.c libr/vapi/r_io.vapi libr/vapi/r_line.vapi plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Initial working implementation of the r_diff with delta in C
|
|
|
|
- Uses the mercurial's C algorithm for delta diffing
|
|
|
|
- Remove r_diff_lines .. do we need a line-level diffing tool?
|
|
|
|
- Remove -l flag from radiff2
|
|
|
|
* Rename RIo to RIO
|
|
|
|
* Added r_reg_arena_new () to simplify arena creation
|
|
|
|
- Some sanity fixes in r_reg arena.c
|
|
|
|
* Add -C in rasm2 to output in C string format
|
|
|
|
* Initial working implementation of r_debug_execute to inject code
|
|
|
|
in child process and restore memory and registers
|
|
|
|
- Returns %a0 register value in ut64
|
|
|
|
* Added 'c' command to r_core - to compare -- just dummy
|
|
|
|
- Will use r_diff
|
|
|
|
- if rdiff callback returns NULL, we must stop scanning
|
|
|
|
- old r_diff_buffers_delta is now named buffers_radiff
|
|
|
|
- Added test files in diff/t/{file1,file2}
|
|
|
|
* Added doc/plugins documentation file
|
|
|
|
* Fix ${EXT_SO} in bin/p and asm/p (dejavu?)
|
|
|
|
* Added dummy asm_gas r_asm plugin
|
|
|
|
* Various random syntax fixes
|
|
|
|
* Rename 'dbg.ptrace' to 'dbg.native'
|
|
|
|
* Added r_debug_io_bind () to sync dbg and bp io_bind
|
|
|
|
* r_debug_map_list is now in a nicer format
|
|
|
|
* Append ${EXT_EXE} in diff/t
|
|
|
|
* Add missing util/log.c and vapi/r_line.vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 371:914485ef1fef
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 04 15:46:41 2010 +0100
|
|
|
|
files: libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* Add flag -@ [addr] in rabin2 to show the section,
|
|
|
|
symbol or import which is at addr. Eg:
|
|
|
|
$ rabin2 -i@ 0x004020c0 /bin/ls
|
|
|
|
signal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 370:af68dbd62530
|
|
|
|
user: pancake@arm
|
|
|
|
date: Thu Feb 04 13:23:53 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/debug/Makefile libr/debug/debug.c libr/debug/map.c libr/debug/mem.c libr/debug/p/debug_ptrace.c libr/debug/t/main.c libr/include/r_debug.h libr/include/r_list.h libr/include/r_types.h libr/util/list.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of r_debug_map_* API
|
|
|
|
- Little integration from r_core_cmd (dm show maps)
|
|
|
|
- Uses RList. Allows user and system defined maps
|
|
|
|
- Added backend implementation for BSD and Linux
|
|
|
|
- mem.c -> map.c
|
|
|
|
* Fix some more random warnings
|
|
|
|
- Rename rList into RList .. as it should be
|
|
|
|
- Added r_list_unlink method
|
|
|
|
* Rename MALLOC_STRUCT as R_NEW ..shorter and smarter
|
|
|
|
- Needs propagation
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 369:39d81a39973f
|
|
|
|
user: fluendo@fluendo
|
|
|
|
date: Wed Feb 03 18:15:31 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/core/io.c libr/debug/p/debug_ptrace.c libr/debug/p/gdb.mk libr/debug/p/libgdbwrap/include/revm.h libr/include/r_reg.h libr/reg/reg.c
|
|
|
|
description:
|
|
|
|
* Added 'drn' debug register name command
|
|
|
|
- Used to retrieve cross-platform register names
|
|
|
|
from specified role. (pc, sp, bp, a0, ...)
|
|
|
|
* Fix register roles in arm and enhace a bit more the
|
|
|
|
r_reg_profile parser to handle some weird situations.
|
|
|
|
* Fix all build warnings related to libgdbwrap
|
|
|
|
* Added r_reg_get_name_idx .. this way {get,set}_name
|
|
|
|
get the same parameters.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 368:7bfa34f0fc6d
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Feb 03 16:57:44 2010 +0100
|
|
|
|
files: configure libr/bin/t/rabin2.c libr/io/io.c libr/io/p/io_ptrace.c libr/lang/p/Makefile
|
|
|
|
description:
|
|
|
|
* Add check for lua5.1 before building the lang plugin
|
|
|
|
* Fix segmentation fault in r_io_read
|
|
|
|
- Only happening when debugging (4 byte overflow)
|
|
|
|
* Remove |reg command from r_io
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 367:defaceabadfb
|
|
|
|
user: fluendo@fluendo
|
|
|
|
date: Wed Feb 03 14:34:00 2010 +0100
|
|
|
|
files: configure.acr libr/asm/asm.c libr/bin/format/elf/elf.c libr/bin/t/Makefile libr/bin/t/rabin2.c libr/config.h.head libr/core/config.c libr/core/t/radare2.c libr/core/visual.c libr/debug/debug.c libr/debug/p/debug_ptrace.c libr/debug/t/main.c libr/include/r_reg.h libr/include/r_types.h libr/io/p/io_ptrace.c libr/lang/p/Makefile libr/reg/p/x86-linux.regs libr/reg/reg.c libr/reg/t/test.c libr/reg/value.c libr/util/str.c plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Add support to ARM for the debugger
|
|
|
|
- asm.arm plugin is now embedded into r_asm as static plugin
|
|
|
|
* Added register alias names for r_reg
|
|
|
|
- Add register names for x86/32/64/arm
|
|
|
|
- pc, sp, bp, a0, a1, a2, a3
|
|
|
|
* Do not build lua5.1 if no lib found
|
|
|
|
* Enable cfg.ffio in debug mode
|
|
|
|
* Some code simplification in r_asm
|
|
|
|
- Fix a negative offset bug in elf on ARM binaries
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 366:d525397c7de9
|
|
|
|
user: pancake
|
|
|
|
date: Tue Feb 02 11:09:52 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/cons/cons.c libr/core/cmd.c libr/core/core.c libr/core/visual.c libr/debug/README libr/debug/debug.c libr/debug/handle.c libr/debug/p/debug_ptrace.c libr/include/r_anal.h libr/include/r_array.h libr/include/r_bin.h libr/include/r_debug.h libr/include/r_line.h libr/include/r_types.h libr/include/r_util.h libr/io/io.c libr/line/dietline.c libr/line/line.c libr/reg/arena.c libr/rules.mk libr/util/sys.c libr/util/t/array.c libr/vapi/r_anal.vapi
|
|
|
|
description:
|
|
|
|
* Fix delta seeking (do not allow seeks <0)
|
|
|
|
* Out of file reads (padding) filled by 0xff
|
|
|
|
* Added r_sys_cmd () to wrap r_system()
|
|
|
|
* Fix debug registers command to display segment and flag registers
|
|
|
|
- Some draft changes in r_debug (signal handling and backtrace)
|
|
|
|
* Fix warnings in r_line
|
|
|
|
* Many more indentation fixes
|
|
|
|
- Added st32 and st8 basic types
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 365:cda0b1836d68
|
|
|
|
user: pancake
|
|
|
|
date: Mon Feb 01 11:55:56 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/file.c libr/core/io.c libr/include/r_core.h libr/io/section.c
|
|
|
|
description:
|
|
|
|
* Added 'o' command to open, close, list and map files
|
|
|
|
* Many syntax standarization fixes
|
|
|
|
* Clean up some warnings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 364:a2666640f35a
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jan 31 14:22:27 2010 +0100
|
|
|
|
files: libr/Makefile libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/io.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Import 'S' command from r1 into r_core
|
|
|
|
- Allows to manipulate r_io_section
|
|
|
|
- r_io not yet tested to work with this
|
|
|
|
* Added cfg.ffio eval key in r_core to interpret unreadable
|
|
|
|
blocks as filled with 'ff' (fakes real IO), useful for
|
|
|
|
searchs, bypass IO errors and make visual seeking sweet
|
|
|
|
- False by default
|
|
|
|
- Does not supports partial reads, so it can fake if seeking
|
|
|
|
on non-aligned memory addresses
|
|
|
|
* Added install-bins and install-test-bins target
|
|
|
|
- Splitted from install
|
|
|
|
- Install 'r2' as an alias for 'radare2'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 363:d27f83b3da2a
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jan 31 02:30:59 2010 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/core/cmd.c libr/core/config.c libr/core/io.c libr/core/visual.c libr/include/r_anal.h libr/io/io.c
|
|
|
|
description:
|
|
|
|
* Many fixes in r_io and r_anal from r_core
|
|
|
|
- Reference code lines are displayed again
|
|
|
|
- Optimize the open_as method of RIo
|
|
|
|
- Do not use R_XXX_NAME() macros anymore. simplify!
|
|
|
|
- Add 'ah' command to select the handler
|
|
|
|
* Do not allow to seek on unreadable addresses
|
|
|
|
- Warns a lot but its better. More strict
|
|
|
|
* SEEK_END is now UT64_MAX. Fear
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 362:2bf8b953fe41
|
|
|
|
user: pancake
|
|
|
|
date: Sat Jan 30 14:02:53 2010 +0100
|
|
|
|
files: libr/Makefile libr/cons/Makefile libr/cons/cons.c libr/cons/filter.c libr/cons/input.c libr/cons/output.c libr/cons/pipe.c libr/cons/print.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/visual.c libr/include/r_cons.h libr/include/r_line.h libr/include/r_types.h libr/line/Makefile libr/line/TODO libr/line/dietline.c libr/line/label.c libr/line/line.c libr/line/t/hello.c libr/print/print.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Huge refactoring for r_cons and r_line
|
|
|
|
- Reduce the use of global variables by packing all them in a struct
|
|
|
|
- Redesign the autocompletion method for r_line
|
|
|
|
- Not yet finished, but so much refactoring out there :)
|
|
|
|
- Using the singleton format (r_xxx_instance)
|
|
|
|
- APIs has been cleaned up
|
|
|
|
- Some bugs fixed
|
|
|
|
- Syntax fixes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 361:799d58f209bd
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jan 27 01:50:26 2010 +0100
|
|
|
|
files: libr/Makefile libr/cons/color.c libr/cons/cons.c libr/include/r_cons.h libr/vapi/r_cons.vapi swig/python/r_cons.i.experimental swig/python/test-r_cons.py
|
|
|
|
description:
|
|
|
|
* Split install-includes from install: libr/ mk target
|
|
|
|
* Rename some enums in r_cons (C_ -> Color_)
|
|
|
|
- Export colors in vapi and swig
|
|
|
|
* Initial dummy work with r_cons_instance singleton
|
|
|
|
- Added _new() and _free() methods for r_cons
|
|
|
|
- Redefine RCons structure
|
|
|
|
* Added r_cons python example
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 360:d51bb10ce64c
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 26 14:06:41 2010 +0100
|
|
|
|
files: libr/cmd/cmd.c libr/cons/Makefile libr/cons/cons.c libr/cons/strsub.c libr/flags/Makefile libr/flags/flags.c libr/flags/spaces.c libr/flags/t/Makefile libr/flags/t/test.c libr/include/r_cmd.h libr/include/r_cons.h libr/include/r_line.h libr/util/strsub.c libr/vapi/libr.deps libr/vapi/r_bp.vapi libr/vapi/r_cons.vapi libr/vapi/r_core.vapi
|
|
|
|
description:
|
|
|
|
* Some work to standarize r_cmd (R_API and _new)
|
|
|
|
* Move empty strsub.c to util/
|
|
|
|
* r_flags depends on r_cons (yeah, it shouldnt..)
|
|
|
|
- just for tmp fun
|
|
|
|
* Fix some methods and declarations in r_bp and r_core vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 359:addddbc0b9d3
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 26 01:28:33 2010 +0100
|
|
|
|
files: configure configure.acr libr/Makefile libr/bp/bp.c libr/bp/io.c libr/cons/cons.c libr/cons/print.c libr/core/core.c libr/debug/debug.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bininfo.h libr/include/r_bp.h libr/include/r_cmd.h libr/include/r_config.h libr/include/r_cons.h libr/include/r_core.h libr/include/r_crypto.h libr/include/r_db.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_flags.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_lib.h libr/include/r_macro.h libr/include/r_meta.h libr/include/r_parse.h libr/include/r_print.h libr/include/r_range.h libr/include/r_reg.h libr/include/r_search.h libr/include/r_sign.h libr/include/r_socket.h libr/include/r_syscall.h libr/include/r_th.h libr/include/r_trace.h libr/include/r_types.h libr/include/r_util.h libr/include/r_var.h libr/include/r_vm.h libr/io/io.c libr/line/dietline.c libr/reg/reg.c libr/util/num.c libr/vapi/r_asm.vapi libr/vapi/r_bin.vapi libr/vapi/r_bininfo.vapi libr/vapi/r_bp.vapi libr/vapi/r_config.vapi libr/vapi/r_cons.vapi libr/vapi/r_core.vapi libr/vapi/r_crypto.vapi libr/vapi/r_db.vapi libr/vapi/r_debug.vapi libr/vapi/r_diff.vapi libr/vapi/r_hash.vapi libr/vapi/r_io.vapi libr/vapi/r_lang.vapi libr/vapi/r_lib.vapi libr/vapi/r_parse.vapi libr/vapi/r_range.vapi libr/vapi/r_reg.vapi libr/vapi/r_search.vapi libr/vapi/r_socket.vapi libr/vapi/r_syscall.vapi libr/vapi/r_util.vapi swig/Makefile swig/do-swig.sh swig/python/test-r_asm.py swig/python/test-r_bp.py swig/python/test-r_hash.py swig/ruby/test-r_bp.rb swig/ruby/test-r_core.rb
|
|
|
|
description:
|
|
|
|
* Uppsercase classnames (rCore -> RCore)
|
|
|
|
- Fixes ruby warnings
|
|
|
|
- Follow java syntax conventions
|
|
|
|
- Helped to identify and fix bugs in many vapis
|
|
|
|
- Sync swig examples
|
|
|
|
- Add test-r_core.rb (ruby test for RCore)
|
|
|
|
* Some work in r_cons, some refactoring and cleanup
|
|
|
|
- scr.html is now working again
|
|
|
|
- w32 cons support should work now
|
|
|
|
- Rename r_cons_get_columns -> r_cons_get_size()
|
|
|
|
- But it needs more work
|
|
|
|
* Typedef all r_range, r_parse and r_anal structs
|
|
|
|
- Add missing r_lib.pc in configure.acr
|
|
|
|
* 'make' clean now removes the libr* in swig/${LANG}/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 358:7f9c3ffc24ac
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 25 18:09:06 2010 +0100
|
|
|
|
files: libr/vapi/r_io.deps
|
|
|
|
description:
|
|
|
|
* Add missing r_io.deps
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 357:a2447670ca09
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jan 25 17:54:32 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/core/core.c libr/core/file.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Fix segfault in radare2 due to last r_bin changes
|
|
|
|
* Add r_bin_init to the r_bin API
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 356:11b2017d0d38
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 25 11:54:25 2010 +0100
|
|
|
|
files: configure configure.acr libr/Makefile libr/anal/anal.c libr/asm/arch/psosvm/vmas/vmas.c libr/asm/asm.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/t/rasm2.c libr/core/config.c libr/core/t/radare2.c libr/include/r_asm.h libr/include/r_config.h libr/macro/macro.c libr/pkgconfig/libr.pc.acr libr/vapi/r_asm.vapi libr/vapi/r_core.vapi pkgcfg/libr.pc.acr swig/Makefile
|
|
|
|
description:
|
|
|
|
* Build all pkgconfig files (fixes valaswig stuff)
|
|
|
|
* Split some install targets
|
|
|
|
* Fix segfault in r_anal when not setting any handler
|
|
|
|
* Rename R_ASM_SYN -> R_ASM_SYNTAX cprefix
|
|
|
|
- R_ASM_*_NULL -> R_ASM_*_NONE
|
|
|
|
* Added nonworking scr.html eval key in r_core/config
|
|
|
|
* Add install-ruby target for swig bindings
|
|
|
|
* Use @VERSION@ in libr.pc.acr
|
|
|
|
* Lot of fixes for valaswig integration
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 355:b49a762357f6
|
|
|
|
user: pancake
|
|
|
|
date: Sun Jan 24 23:47:18 2010 +0100
|
|
|
|
files: libr/Makefile libr/core/core.c libr/core/file.c libr/include/r_io.h libr/include/r_reg.h libr/include/r_syscall.h libr/include/r_util.h libr/io/io.c libr/reg/value.c libr/util/buf.c libr/util/num.c libr/vapi/libr.deps libr/vapi/libr.vapi libr/vapi/r_bin.vapi libr/vapi/r_debug.deps libr/vapi/r_debug.vapi libr/vapi/r_diff.vapi libr/vapi/r_hash.deps libr/vapi/r_io.vapi libr/vapi/r_lib.vapi libr/vapi/r_reg.vapi libr/vapi/r_search.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile swig/Makefile swig/do-swig.sh swig/python/Makefile swig/python/test-r_hash.py swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Add 'install-vapi' target in libr/Makefile
|
|
|
|
* Fix linking of r_core (r_bin not found)
|
|
|
|
* Lot of fixes for valaswig. libr, r_io and r_debug
|
|
|
|
are now usable from python/perl/ruby
|
|
|
|
- Fix many .vapi files
|
|
|
|
- Enhace the libr.pc
|
|
|
|
- r_hash.deps must be removed
|
|
|
|
- Depends on valaswig-head
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 354:ca8c7946b0d0
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 24 15:35:28 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- More refactoring ;)
|
|
|
|
- Added dummy r_bin_load & r_bin_free
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 353:b7bd42aecaa4
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 24 12:40:48 2010 +0100
|
|
|
|
files: configure-plugins libr/bin/bin.c libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Fix configure-plugins sort function
|
|
|
|
* Now r_bin is only using r_buf/r_file for file handling
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 352:7dd400f03a5f
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jan 23 13:42:44 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/format/mach0/mach0.c libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/p/bin_java.c libr/include/r_util.h libr/util/buf.c
|
|
|
|
description:
|
|
|
|
* r_buf
|
|
|
|
- Added R_BUF_CUR for reading at current offset
|
|
|
|
* r_bin
|
|
|
|
- r_bin_java rewritten using r_buf
|
|
|
|
- Removed unnecessary headers
|
|
|
|
- Some minor fixes in r_bin_pe and r_bin_elf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 351:dd70b066423f
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 22 20:38:41 2010 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c libr/bin/p/bin_elf.c libr/bin/p/bin_pe.c
|
|
|
|
description:
|
|
|
|
* More work on r_bin_pe
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 350:2b6a307eeb61
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 22 17:33:56 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/mach0/mach0.c libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/format/pe/pe_specs.h libr/bin/p/bin_elf.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Huge refactoring of r_bin_pe
|
|
|
|
- Minor fixups in r_bin_mach0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 349:e5d159590416
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 22 14:19:10 2010 +0100
|
|
|
|
files: Makefile libr/debug/p/debug_ptrace.c libr/vapi/r_debug.deps swig/Makefile swig/python/test-r_hash.py
|
|
|
|
description:
|
|
|
|
* Fix build for on x86-64
|
|
|
|
* Use ${MAKE} instead of 'make'
|
|
|
|
* Added 'install' target for swig python
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 348:62cfb26bb839
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 21 21:22:30 2010 +0100
|
|
|
|
files: config-user.mk.acr configure configure.acr libr/Makefile libr/TODO libr/asm/t/Makefile libr/bin/t/Makefile libr/bininfo/p/Makefile libr/bp/Makefile libr/cmd/t/Makefile libr/config.mk.tail libr/cons/t/Makefile libr/core/Makefile libr/core/t/Makefile libr/debug/Makefile libr/debug/debug.c libr/debug/p/debug_ptrace.c libr/debug/t/Makefile libr/hash/t/Makefile libr/io/p/Makefile libr/io/t/Makefile libr/meta/t/Makefile libr/print/t/Makefile libr/rules.mk libr/th/Makefile libr/th/TODO libr/th/t/Makefile libr/util/t/Makefile mk/gcc.mk mk/tcc.mk rsc2/rsc2.c rsc2/scripts/intel2att
|
|
|
|
description:
|
|
|
|
* Add --without-pic configure flag to build radare2
|
|
|
|
without PIC code (only static libraries, and link binaries)
|
|
|
|
- Fix linking order dependencies
|
|
|
|
* Fix some missing EXT_EXE
|
|
|
|
* Add some definitions to make debug_ptrace register work
|
|
|
|
on Solaris and *BSD (no windows yet)
|
|
|
|
- Some fixes for mips, x86, x86-64, arm and powerpc
|
|
|
|
* Initial import of rsc2
|
|
|
|
- Added intel2att rsc2 sample script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 347:ed0e58993cb6
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 21 13:09:49 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/elf/elf_specs.h libr/bin/format/mach0/mach0.c libr/bin/p/bin_elf.c
|
|
|
|
description:
|
|
|
|
* r_bin_elf refactoring using r_buf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 346:06c8de74a8e4
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 21 02:38:52 2010 +0100
|
|
|
|
files: TODO.refactoring libr/bp/Makefile libr/bp/README libr/bp/bp.c libr/bp/io.c libr/bp/p/arm.mk libr/bp/p/x86.mk libr/bp/traptrace.c libr/core/cmd.c libr/core/config.c libr/debug/Makefile libr/debug/debug.c libr/debug/mem.c libr/include/r_asm.h libr/include/r_bp.h libr/include/r_debug.h libr/include/r_io.h libr/include/r_lib.h libr/include/r_reg.h libr/reg/reg.c libr/rules.mk libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of software breakpoints
|
|
|
|
- Many API rethink for the r_bp/r_reg/r_debug bizarre triangle love
|
|
|
|
- Support for recoil for software breakpoints
|
|
|
|
- Some debugging printfs.. next step, hardware and mmu breakpoints
|
|
|
|
* r_bp_restore is now used correctly from r_debug
|
|
|
|
- sw bps are written when returning to proces and erased when back to dbg
|
|
|
|
* Fix build of bp plugins on w32/osx
|
|
|
|
* Add support to 'repeat' commands from r_core
|
|
|
|
- 3ds ; same as 'ds&&ds&&ds' ; perform 3 steps
|
|
|
|
* Fix a memory leak in rBreakpointItem constructor
|
|
|
|
* Fix some possible segfaults in r_debug
|
|
|
|
* Fix double definition cause segfault in r_reg for r_reg_types array
|
|
|
|
* Fix rLibrary/r_lib typedef class name (fixes valaswig compilation)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 345:df88f04264a4
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 19 22:44:57 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c
|
|
|
|
description:
|
|
|
|
* Remove debug messages from mach0.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 344:83547a884c4e
|
|
|
|
parent: 343:a8ffd0785438
|
|
|
|
parent: 342:2fd5b1d4e3ec
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 19 22:43:01 2010 +0100
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 343:a8ffd0785438
|
|
|
|
parent: 341:cd48dfeba3a5
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 19 22:41:45 2010 +0100
|
|
|
|
files: TODO.refactoring libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/p/bin_mach0.c libr/include/r_util.h libr/util/buf.c libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* r_buf
|
|
|
|
- Add r_buf_fread for "format read" (needs a better name)
|
|
|
|
- Fix segfault in set_bytes
|
|
|
|
- Fix r_buf_read
|
|
|
|
* r_bin
|
|
|
|
- Refactoring of r_bin_mach0 using r_buf and r_file
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 342:2fd5b1d4e3ec
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Tue Jan 19 19:53:03 2010 +0100
|
|
|
|
files: swig/Makefile
|
|
|
|
description:
|
|
|
|
* Fix 'clean' and 'ruby' targets in swig/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 341:cd48dfeba3a5
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 19 11:25:17 2010 +0100
|
|
|
|
files: libr/asm/t/Makefile libr/bin/t/Makefile libr/core/cmd.c libr/core/t/Makefile libr/core/t/ragrep2.c libr/debug/README libr/debug/debug.c libr/debug/handle.c libr/debug/p/debug_gdb.c libr/debug/p/debug_ptrace.c libr/debug/reg.c libr/include/r_debug.h libr/include/r_reg.h libr/io/io.c libr/reg/arena.c libr/reg/reg.c libr/reg/t/Makefile libr/reg/t/test.c libr/vapi/r_debug.vapi libr/vapi/r_io.vapi libr/vapi/r_reg.vapi libr/vapi/t/io.vala libr/vapi/t/regs.vala
|
|
|
|
description:
|
|
|
|
* Add some missing ${EXT_EXE} in t/
|
|
|
|
* Implement write register support in debug.ptrace
|
|
|
|
- Added many new commands related to registers to r_core
|
|
|
|
- Allow to set register values
|
|
|
|
- List register types
|
|
|
|
- Display register values by type
|
|
|
|
- Get value (f cureip @ `dr:eip`)
|
|
|
|
- Added continue with signal method to r_debug API
|
|
|
|
- drp : display register profiles
|
|
|
|
- drp [file] : load register profile
|
|
|
|
- Fixes in r_reg, r_io vapi and test program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 340:d5948ac9f76d
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 18 22:14:19 2010 +0100
|
|
|
|
files: TODO TODO.refactoring global.mk libr/Makefile libr/include/r_socket.h libr/socket/socket.c libr/socket/t/Makefile libr/socket/t/test.c
|
|
|
|
description:
|
|
|
|
* Fix libr.a libr.so linkage
|
|
|
|
* Minor sort of TODO files
|
|
|
|
* Nicer output for make install
|
|
|
|
* Add socket/t/Makefile and fix test case
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 339:6456b616a7f2
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 18 20:38:30 2010 +0100
|
|
|
|
files: swig/Makefile swig/check-langs.sh
|
|
|
|
description:
|
|
|
|
* Check for supported langs before using valaswig
|
|
|
|
- Uses valaswig-cc --test
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 338:649d484d4df4
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Jan 18 17:33:33 2010 +0100
|
|
|
|
files: libr/debug/p/gdb.mk libr/debug/p/libgdbwrap/include/gdbwrapper.h libr/include/r_array.h libr/include/r_userconf.h.acr libr/socket/proc.c libr/util/Makefile libr/util/array.c libr/util/iter.c libr/util/t/Makefile libr/util/t/array.c libr/util/t/iter.c libr/vapi/r_bin.vapi libr/vapi/t/Makefile libr/vapi/t/list_c.c libr/vapi/t/list_c.h libr/vapi/t/socket.vala
|
|
|
|
description:
|
|
|
|
* Fix build of bea asm plugin
|
|
|
|
* Fix build of gdbwrapper debug plugin
|
|
|
|
* Fixes related to the r_iter -> r_array rename
|
|
|
|
- rbin vapi is broken now.. waiting for major changes to sync
|
|
|
|
* Fix build of socket/proc on non-gnu systems
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 337:fda4c15a7388
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 18 13:45:02 2010 +0100
|
|
|
|
files: libr/asm/arch/x86/bea/BeaEngine.c libr/asm/arch/x86/bea/BeaEngine.h libr/include/r_array.h libr/include/r_bin.h libr/include/r_iter.h libr/include/r_list.h libr/include/r_util.h libr/util/list.c libr/vapi/r_asm.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/array.vala libr/vapi/t/asm.vala libr/vapi/t/bintest.vala libr/vapi/t/iter.vala libr/vapi/t/list.vala
|
|
|
|
description:
|
|
|
|
* Fix build of BeaEngine
|
|
|
|
* Rename r_iter into r_array
|
|
|
|
* Simplify r_list and add vala bindings
|
|
|
|
- Test cases for C and vala
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 336:d6f4730ead47
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jan 16 19:23:34 2010 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c
|
|
|
|
description:
|
|
|
|
* Minor fixup in r_bin_pe
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 335:76ef025f0810
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jan 16 18:33:40 2010 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c
|
|
|
|
description:
|
|
|
|
* r_bin_pe
|
|
|
|
- Fix bug in parsing imports
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 334:be72a95e0f41
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 15 19:50:35 2010 +0100
|
|
|
|
files: libr/bin/t/mach-ex.c
|
|
|
|
description:
|
|
|
|
* Add mach-ex (fat mach-o extractor) into libr/bin/t/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 333:9f5e1582f91a
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 15 17:02:04 2010 +0100
|
|
|
|
files: Makefile libr/Makefile libr/asm/Makefile libr/asm/arch/java/javasm/javasm.c libr/asm/arch/psosvm/vmas/vmas.c libr/asm/arch/sparc/gnu/sparc-dis.c libr/asm/p/Makefile libr/bin/p/Makefile libr/bin/t/Makefile libr/config.mk.tail libr/core/Makefile libr/core/cmd.c libr/core/t/Makefile libr/debug/debug.c libr/debug/p/Makefile libr/debug/p/debug_ptrace.c libr/debug/p/gdb.mk libr/debug/p/libgdbwrap/Makefile libr/debug/p/libgdbwrap/gdbwrapper.c libr/debug/p/libgdbwrap/include/revm.h libr/debug/p/ptrace.mk libr/flags/Makefile libr/flags/t/Makefile libr/io/p/Makefile libr/lang/Makefile libr/line/Makefile libr/meta/Makefile libr/print/Makefile libr/print/t/Makefile libr/reg/Makefile libr/rules.mk libr/socket/Makefile libr/socket/socket.c libr/socket/t/Makefile
|
|
|
|
description:
|
|
|
|
* Added w32dist makefile target to generate a distributable zip
|
|
|
|
with .dll and .exe for w32
|
|
|
|
* Do not build libr.${LIB_AR} by default (problematic in some platforms)
|
|
|
|
* Lot of more fixes for building on w32 - Yeah i got the first build done!
|
|
|
|
- Check radare.org/get/radare2-w32*
|
|
|
|
- So many things are still broken for windows
|
|
|
|
- Fixes some recursive and missing dependencies
|
|
|
|
- LINK and LDFLAGS must be after $OBJ
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 332:51c0bd644dda
|
|
|
|
user: a@localhost
|
|
|
|
date: Fri Jan 15 16:24:06 2010 -0500
|
|
|
|
files: libr/Makefile libr/debug/p/debug_ptrace.c libr/debug/t/Makefile libr/io/p/io_ptrace.c libr/parse/p/parse_mreplace/mreplace.c
|
|
|
|
description:
|
|
|
|
* Fix build for linux-mips
|
|
|
|
* Add missing debug/t/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 331:83e7b76416f6
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 15 13:02:54 2010 +0100
|
|
|
|
files: INSTALL Makefile TODO.refactoring config-user.mk.acr configure configure.acr doc/windows libr/Makefile libr/bin/format/mach0/mach0.c libr/bin/p/Makefile libr/bininfo/Makefile libr/bininfo/p/Makefile libr/config.mk.tail libr/config/t/Makefile libr/core/cmd.c libr/crypto/p/Makefile libr/crypto/p/aes.mk libr/crypto/p/crypto_aes.c libr/include/r_lib.h libr/include/r_th.h libr/io/Makefile libr/io/io.c libr/io/p/Makefile libr/io/p/debug.mk libr/io/p/io_debug.c libr/io/p/io_ptrace.c libr/io/p/malloc.mk libr/io/p/ptrace.mk libr/lib/Makefile libr/lib/lib.c libr/lib/t/Makefile libr/lib/t/test-plugin.c libr/macro/Makefile libr/parse/p/Makefile libr/parse/p/dummy.mk libr/parse/p/mreplace.mk libr/parse/p/parse_mreplace.c libr/parse/p/parse_mreplace/mmemory.c libr/parse/p/parse_mreplace/mreplace.c libr/parse/p/x86_pseudo.mk libr/parse/t/Makefile libr/range/Makefile libr/rules.mk libr/th/Makefile libr/util/Makefile mk/i486-mingw32-gcc.mk swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Many more fixes for the mingw32 port
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 330:7aa2a33c3690
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 15 02:08:38 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/p/Makefile libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/mach0.mk plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Add plugin bin_mach0 (initial support for sections, imports and symbols)
|
|
|
|
* r_bin_pe
|
|
|
|
- Minor fixup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 329:564e12869f6d
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 15 01:56:43 2010 +0100
|
|
|
|
files: libr/anal/p/Makefile libr/db/t/Makefile libr/include/r_io.h libr/io/Makefile libr/io/p/io_debug.c libr/io/p/shm.mk libr/io/t/Makefile libr/lang/p/Makefile libr/parse/Makefile libr/util/t/Makefile plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Many bug fixes for the build. Oops
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 328:a113924f3eed
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 15 01:32:28 2010 +0100
|
|
|
|
files: Makefile config.mk doc/windows global.mk libr/anal/p/Makefile libr/asm/p/Makefile libr/bin/Makefile libr/bin/p/Makefile libr/bin/p/elf.mk libr/config.mk.tail libr/crypto/Makefile libr/crypto/p/crypto_aes.c libr/db/t/Makefile libr/lang/p/Makefile libr/rules.mk libr/search/regexp.c libr/search/t/Makefile libr/search/t/test.c libr/search/xrefs.c libr/util/sys.c libr/util/t/Makefile mk/i486-mingw32-gcc.mk
|
|
|
|
description:
|
|
|
|
* Many build fixes for mingw32
|
|
|
|
- See doc/windows
|
|
|
|
* Rename config.mk to global.mk
|
|
|
|
- Avoid name collision (cascade includes in rules.mk)
|
|
|
|
* Added ${EXT_EXE} in some test program directories
|
|
|
|
* Split rules.mk into config.mk
|
|
|
|
- Some scripts just need to get the environ (config.mk)
|
|
|
|
- They dont need the rules
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 327:9668ee77c1bc
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 15 01:17:31 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h
|
|
|
|
description:
|
|
|
|
* r_bin_mach0
|
|
|
|
- Fixups
|
|
|
|
- Dummy get_entrypoints
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 326:95bb66a138f9
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 15 00:08:39 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h
|
|
|
|
description:
|
|
|
|
* More work in r_bin_mach0
|
|
|
|
- get_symbols
|
|
|
|
- get_imports
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 325:34b20cb33c2c
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 23:31:39 2010 +0100
|
|
|
|
files: libr/vapi/r_hash.vapi mk/sloc.mk swig/TODO swig/python/test-r_hash.py
|
|
|
|
description:
|
|
|
|
* Enhace the output of 'make sloc'
|
|
|
|
* Added test program for r_hash from python
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 324:e8230030e242
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 19:15:36 2010 +0100
|
|
|
|
files: configure-plugins libr/vapi/r_asm.vapi swig/do-swig.sh swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Drop bashisms from configure-plugins
|
|
|
|
* Fix signature for fastcall() in r_asm vapi
|
|
|
|
* Fix compilation of swig modules without having to install libr
|
|
|
|
* Fix compilation of swig language modules
|
|
|
|
- New target dependency check for make
|
|
|
|
* Thanks graz for reporting!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 323:7ef39bce2d73
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 12:37:41 2010 +0100
|
|
|
|
files: swig/rules.mk
|
|
|
|
description:
|
|
|
|
* Add missing swig/rules.mk (thanks graz again ;)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 322:4dfb155701c4
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 12:30:56 2010 +0100
|
|
|
|
files: mk/sloc.mk
|
|
|
|
description:
|
|
|
|
* Oops. add missing mk/sloc.mk (thanks graz ;)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 321:cb24c0195d61
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 12:13:48 2010 +0100
|
|
|
|
files: libr/Makefile libr/asm/Makefile libr/debug/Makefile libr/include/iter.h libr/include/r_bin.h libr/include/r_iter.h libr/include/r_list.h libr/include/r_util.h libr/rules.mk libr/util/Makefile libr/util/list.c libr/vapi/r_asm.vapi libr/vapi/t/asm.vala plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Added libr target to generate libr.a and libr.so
|
|
|
|
* Build libr_${NAME}.a by default (with PIC objects..)
|
|
|
|
* iter.h -> r_iter.h
|
|
|
|
* Initial import of r_list
|
|
|
|
* Fix name of io.debug plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 320:10705fd05882
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 14 00:12:41 2010 +0100
|
|
|
|
files: configure-plugins libr/Makefile plugins.def.cfg
|
|
|
|
description:
|
|
|
|
* Store default plugins.cfg configuration in plugins.def.cfg
|
|
|
|
- Instead of the configure-plugins script
|
|
|
|
- exit with 0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 319:1d1871af338e
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jan 13 23:53:34 2010 +0100
|
|
|
|
files: Makefile config-user.mk.acr libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* rm plugins.cfg in mrproper
|
|
|
|
* Add mk/sloc.mk in config-user.acr
|
|
|
|
* Fix infinite loop read error issue in:
|
|
|
|
- echo x | radare2 /bin/ls
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 318:0c5f5e3f38dd
|
|
|
|
user: pancake
|
|
|
|
date: Wed Jan 13 23:42:49 2010 +0100
|
|
|
|
files: Makefile TODO config-user.mk.acr configure-plugins libr/Makefile libr/asm/p/x86_bea.mk libr/asm/p/x86_nasm.mk libr/asm/p/x86_olly.mk libr/asm/p/x86bea.mk libr/asm/p/x86nasm.mk libr/asm/p/x86olly.mk libr/config.h libr/config.h.head libr/config.h.tail libr/config.mk libr/config.mk.head libr/config.mk.tail libr/debug/p/Makefile libr/debug/p/dbg_gdb.c libr/debug/p/dbg_libgdbwrap/Makefile libr/debug/p/dbg_libgdbwrap/README libr/debug/p/dbg_libgdbwrap/client.c libr/debug/p/dbg_libgdbwrap/gdbwrapper.c libr/debug/p/dbg_libgdbwrap/include/gdbwrapper-internals.h libr/debug/p/dbg_libgdbwrap/include/gdbwrapper-stddef.h libr/debug/p/dbg_libgdbwrap/include/gdbwrapper.h libr/debug/p/dbg_libgdbwrap/include/libaspect.h libr/debug/p/dbg_libgdbwrap/include/libe2dbg.h libr/debug/p/dbg_libgdbwrap/include/revm.h libr/debug/p/dbg_libgdbwrap/interface.c libr/debug/p/dbg_ptrace.c libr/debug/p/debug_gdb.c libr/debug/p/debug_ptrace.c libr/debug/p/gdb.mk libr/debug/p/libgdbwrap/Makefile libr/debug/p/libgdbwrap/README libr/debug/p/libgdbwrap/client.c libr/debug/p/libgdbwrap/gdbwrapper.c libr/debug/p/libgdbwrap/include/gdbwrapper-internals.h libr/debug/p/libgdbwrap/include/gdbwrapper-stddef.h libr/debug/p/libgdbwrap/include/gdbwrapper.h libr/debug/p/libgdbwrap/include/libaspect.h libr/debug/p/libgdbwrap/include/libe2dbg.h libr/debug/p/libgdbwrap/include/revm.h libr/debug/p/libgdbwrap/interface.c libr/debug/p/ptrace.mk libr/io/p/Makefile libr/io/p/dbg.mk libr/io/p/debug.mk libr/io/p/io_dbg.c libr/io/p/io_debug.c libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Initial import of the 'configure-plugins' script
|
|
|
|
- accepts --static and --shared to setup which plugins
|
|
|
|
you want to build statically in the library or dynamically
|
|
|
|
- normalize .mk and plugin file names to adopt a single standard
|
|
|
|
- WARNING: huge commit
|
|
|
|
* Added 'mk/sloc.mk' with 'sloc' target to count
|
|
|
|
lines with sloccount everywhere (yeah!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 317:9d3f9fa7d7c1
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jan 13 19:09:06 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h
|
|
|
|
description:
|
|
|
|
* More work on get_syms in r_bin_mach0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 316:4b2aa90f238a
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 12 19:57:33 2010 +0100
|
|
|
|
files: Makefile config-user.mk.acr configure configure.acr libr/vapi/r_asm.vapi libr/vapi/r_debug.vapi libr/vapi/r_lib.vapi swig/Makefile swig/perl/Makefile swig/python/Makefile swig/ruby/Makefile
|
|
|
|
description:
|
|
|
|
* Hard simplification of the swig build system
|
|
|
|
* Add swig dependencies to the default build
|
|
|
|
* Check for valaswig and swig at configure time
|
|
|
|
* Some random vapi fixes
|
|
|
|
* Upgrade to acr 0.8
|
|
|
|
- Add --without-valaswig flag to disable the build
|
|
|
|
of the python/perl/ruby bindings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 315:b4ce8c02be24
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 12 02:25:06 2010 +0100
|
|
|
|
files: libr/flags/flags.c libr/include/r_flags.h libr/include/r_search.h
|
|
|
|
description:
|
|
|
|
* Added r_flag_new()
|
|
|
|
* Drop parenthesis from callback declaration in rSearch
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 314:30031cb3b6bd
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 12 02:19:16 2010 +0100
|
|
|
|
files: libr/include/r_asm.h libr/vapi/r_asm.vapi
|
|
|
|
description:
|
|
|
|
* Remove parser stuff from r_asm in .vapi and .h definition
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 313:871b6fa71349
|
|
|
|
user: pancake
|
|
|
|
date: Tue Jan 12 02:12:18 2010 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/core/io.c libr/core/visual.c libr/core/yank.c libr/include/r_asm.h libr/include/r_cons.h libr/include/r_core.h libr/include/r_search.h libr/vapi/r_asm.vapi libr/vapi/r_cons.vapi libr/vapi/r_core.vapi libr/vapi/r_debug.vapi libr/vapi/r_search.vapi libr/vapi/t/asm.vala libr/vapi/t/core.vala libr/vapi/t/iter.vala swig/Makefile swig/perl/Makefile swig/perl/test-r_asm.pl swig/perl/test-r_bp.pl swig/python/Makefile swig/python/test-r_asm.py swig/python/test-r_bp.py swig/ruby/Makefile swig/ruby/test-r_bp.rb
|
|
|
|
description:
|
|
|
|
* Integration with valaswig for many libraries
|
|
|
|
- typedef function pointers in r_search (rSearchCallback)
|
|
|
|
- hide R_API stuff as it should in many .h files
|
|
|
|
- typedef classes in rCore, rSearch
|
|
|
|
* Add perl, ruby, python examples for r_asm and r_bp
|
|
|
|
- Many other libraries are compiled by default
|
|
|
|
* Adapt r_asm vapi to the current C api (massemble returns rAsmCode)
|
|
|
|
- dynamically allocatable string buffer
|
|
|
|
* Rename seek->offset to avoid collisions
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 312:31d84e715aa5
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 11 12:22:00 2010 +0100
|
|
|
|
files: libr/vapi/r_bp.vapi swig/TODO
|
|
|
|
description:
|
|
|
|
* Fix signature for r_bp.list ()
|
|
|
|
* Add swig/TODO describing some steps for it
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 311:80008584f575
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jan 11 02:55:09 2010 +0100
|
|
|
|
files: libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h
|
|
|
|
description:
|
|
|
|
* r_bin_mach0
|
|
|
|
- Refactoring
|
|
|
|
- Add get_sections to r_bin_mach0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 310:4291b5eb6273
|
|
|
|
parent: 308:cd9eeb723dc5
|
|
|
|
parent: 309:8c02d879057e
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 11 00:23:03 2010 +0100
|
|
|
|
description:
|
|
|
|
* Merge heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 309:8c02d879057e
|
|
|
|
parent: 307:186fdd60dd11
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 10 14:13:41 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/mach0/mach0_specs.h libr/bin/format/pe/pe.c libr/include/r_asm.h libr/util/t/Makefile
|
|
|
|
description:
|
|
|
|
* Some work in mach0 plugin
|
|
|
|
* Fix r_util build
|
|
|
|
* Minor fixups in rasm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 308:cd9eeb723dc5
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 11 00:22:39 2010 +0100
|
|
|
|
files: libr/bp/bp.c libr/search/bytepat.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_bp when no bio defined
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 307:186fdd60dd11
|
|
|
|
user: pancake
|
|
|
|
date: Sat Jan 09 02:05:04 2010 +0100
|
|
|
|
files: TODO.hackaton libr/cons/input.c libr/cons/pipe.c libr/core/core.c libr/core/t/radare2.c libr/include/r_cons.h libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix signature of r_cons_user_fgets
|
|
|
|
- ^D is now working in radare2 core_prompt ()
|
|
|
|
- echo x | radare2 /bin/ls # is still broken
|
|
|
|
* Random code cleanup, rapification
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 306:2396b286fea5
|
|
|
|
user: pancake
|
|
|
|
date: Sat Jan 09 01:14:37 2010 +0100
|
|
|
|
files: INSTALL libr/Makefile libr/debug/p/Makefile libr/include/r_bininfo.h libr/rules.mk libr/vapi/r_bininfo.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/list.vala
|
|
|
|
description:
|
|
|
|
* Makefiles are now more silent (speed up)
|
|
|
|
- Test programs are compiled once now
|
|
|
|
- Libraries are linked once
|
|
|
|
- remove ${BIN} ${LIBSO} ${LIBAR} from .PHONY
|
|
|
|
* Add typedef for rBininfo
|
|
|
|
* Some useless and random work for rList
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 305:7dbf2f9a35a6
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 08 21:23:54 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Minor fixups in rasm
|
|
|
|
* Update r_core to use r_asm_massemble
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 304:5dee1e76421a
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 08 20:28:17 2010 +0100
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* Minor fixups in rasm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 303:3cd435077635
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 08 19:37:42 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Better error handling in rasm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 302:f402a63fcb55
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 08 18:25:25 2010 +0100
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_java.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* rasm
|
|
|
|
- Add r_asm_code for massemble and mdisassemble
|
|
|
|
- Use realloc in massemble and mdisassemble
|
|
|
|
- Remove unused disasm_obj
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 301:2a39150cadad
|
|
|
|
user: pancake
|
|
|
|
date: Fri Jan 08 13:25:03 2010 +0100
|
|
|
|
files: libr/bin/bin.c libr/include/iter.h libr/include/r_bin.h libr/util/iter.c libr/util/t/iter.c libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/iter.vala
|
|
|
|
description:
|
|
|
|
* Add r_bin_load and rBinObject (dummy atm)
|
|
|
|
- draft for the new r_bin api
|
|
|
|
* Rewrite r_iter API to be consistent with Vala and GLib concepts
|
|
|
|
- Added r_iter_init
|
|
|
|
- Add test case to check r_iter from C and Vala using static
|
|
|
|
and allocated lists and syntax-sugar iterators
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 300:41ecc17fe2c5
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 07 23:05:45 2010 +0100
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Add missing include in core/cmd.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 299:ab299b6f2dda
|
|
|
|
user: pancake
|
|
|
|
date: Thu Jan 07 22:26:03 2010 +0100
|
|
|
|
files: libr/anal/README libr/diff/bdiff.c libr/hash/t/hello.c libr/hash/t/rahash2.c libr/lang/p/lua.c libr/reg/reg.c libr/vapi/r_hash.vapi libr/vapi/r_reg.vapi libr/vapi/r_syscall.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/array.vala libr/vapi/t/db.vala libr/vapi/t/hash.vala libr/vapi/t/iter.vala libr/vapi/t/regs.vala libr/vapi/t/sc.vala
|
|
|
|
description:
|
|
|
|
* Fix build of libr/vapi/t and some bugs in vapis
|
|
|
|
* Fix some minor random warnings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 298:dfa1d7d24b33
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jan 04 18:55:35 2010 +0100
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/p/bin_elf.c
|
|
|
|
description:
|
|
|
|
* Fix random segfaults with py bindings in r_bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 297:08857bdee2a3
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 04 13:11:48 2010 +0100
|
|
|
|
files: libr/include/r_db.h libr/include/r_reg.h libr/include/r_util.h libr/vapi/r_reg.vapi libr/vapi/r_util.vapi libr/vapi/t/hash.vala swig/Makefile swig/do-swig.sh swig/do-test.sh swig/libr-swig.sh swig/r_util.i swig/t.py swig/test.py swig/test/perl/test.pl swig/test/python/bp.py swig/test/python/num.py
|
|
|
|
description:
|
|
|
|
* Some more work on valaswig integratio
|
|
|
|
* Add perl backend bindings for swig/
|
|
|
|
* Add minimal (one test) test suite for py/pl
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 296:15195e08e835
|
|
|
|
user: pancake
|
|
|
|
date: Mon Jan 04 01:25:52 2010 +0100
|
|
|
|
files: libr/bp/bp.c libr/core/cmd.c libr/hash/calc.c libr/hash/crc16.c libr/hash/crc32.c libr/hash/crca.c libr/hash/entropy.c libr/hash/hamdist.c libr/hash/hash.c libr/hash/md4.c libr/hash/state.c libr/hash/t/hello.c libr/hash/t/rahash2.c libr/include/r_bp.h libr/include/r_crypto.h libr/include/r_db.h libr/include/r_diff.h libr/include/r_hash.h libr/include/r_range.h libr/range/range.c libr/vapi/r_bp.vapi libr/vapi/r_config.vapi libr/vapi/r_crypto.vapi libr/vapi/r_diff.vapi libr/vapi/r_hash.vapi libr/vapi/r_range.vapi libr/vapi/r_reg.vapi libr/vapi/r_util.vapi swig/r_util.i
|
|
|
|
description:
|
|
|
|
* Huge code cleanup and refactor for valaswig
|
|
|
|
- Some APIs has changed (r_hash)
|
|
|
|
- Vapis have been reviewed
|
|
|
|
- And more
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 295:3e27dfc4d3ea
|
|
|
|
user: pancake
|
|
|
|
date: Thu Dec 31 01:34:15 2009 +0100
|
|
|
|
files: libr/include/r_util.h libr/util/str.c libr/util/t/Makefile libr/util/t/pool.c libr/util/t/test_str.c
|
|
|
|
description:
|
|
|
|
* Import patch from whats refactoring some stuff in r_core_cmd
|
|
|
|
* Add missing test_str and pool tests in libr/util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 294:5379bcef5700
|
|
|
|
user: pancake
|
|
|
|
date: Thu Dec 31 01:27:03 2009 +0100
|
|
|
|
files: libr/cmd/cmd.c libr/cons/pipe.c libr/core/cmd.c libr/core/t/Makefile libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Apply whats patch refactoring r_core_cmd and _subst
|
|
|
|
- Enables oneliners to run like
|
|
|
|
> px 10 ; px | grep 7f; px > /tmp/a;
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 293:7a64e4b6114b
|
|
|
|
user: pancake
|
|
|
|
date: Thu Dec 31 01:20:08 2009 +0100
|
|
|
|
files: libr/core/visual.c
|
|
|
|
description:
|
2010-05-25 23:42:22 +00:00
|
|
|
* Plugin arrow keys in visual (thx whats)
|
2010-03-25 22:57:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
changeset: 292:2d67b9c2a1bc
|
|
|
|
user: pancake
|
|
|
|
date: Thu Dec 31 01:14:35 2009 +0100
|
|
|
|
files: libr/util/t/Makefile libr/util/t/test_sys.c
|
|
|
|
description:
|
|
|
|
* Add test_sys (thanks whats!)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 291:d0be9fd5da4f
|
|
|
|
user: pancake
|
|
|
|
date: Wed Dec 30 11:05:11 2009 +0100
|
|
|
|
files: libr/core/t/radare2.c
|
|
|
|
description:
|
|
|
|
* Fix syntax issue related to the last patch
|
|
|
|
- never define variables in the middle of a function
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 290:cb145f22426a
|
|
|
|
user: pancake
|
|
|
|
date: Wed Dec 30 11:03:18 2009 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/t/radare2.c libr/include/r_core.h libr/include/r_util.h libr/util/str.c libr/util/sys.c libr/util/t/Makefile
|
|
|
|
description:
|
|
|
|
* Apply patch from whats implementing '.!'
|
|
|
|
- Change spaces to tabs
|
|
|
|
- Initial implementation of r_sys_cmd_str_full
|
|
|
|
- support stderr slurping
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 289:ab08d1308d1b
|
|
|
|
user: pancake
|
|
|
|
date: Wed Dec 30 10:56:41 2009 +0100
|
|
|
|
files: libr/bp/bp.c libr/core/cmd.c libr/vapi/r_bp.vapi swig/test.py
|
|
|
|
description:
|
|
|
|
* Fix segfault in quit command (thanks whats)
|
|
|
|
* Minor fix in r_bp vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 288:fa80e3346845
|
|
|
|
user: pancake
|
|
|
|
date: Thu Dec 24 03:17:53 2009 +0100
|
|
|
|
files: libr/bp/bp.c libr/config.mk libr/include/btree.h libr/include/iter.h libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bininfo.h libr/include/r_bp.h libr/include/r_cmd.h libr/include/r_config.h libr/include/r_cons.h libr/include/r_core.h libr/include/r_crypto.h libr/include/r_db.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_flags.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_lib.h libr/include/r_line.h libr/include/r_macro.h libr/include/r_meta.h libr/include/r_print.h libr/include/r_reg.h libr/include/r_sign.h libr/include/r_th.h libr/include/r_trace.h libr/include/r_util.h libr/include/r_vm.h libr/vapi/r_asm.vapi libr/vapi/r_bin.vapi libr/vapi/r_bp.vapi libr/vapi/r_db.vapi libr/vapi/r_search.vapi libr/vapi/r_socket.vapi libr/vapi/r_util.vapi libr/vapi/t/asm.vala libr/vapi/t/bin.vala libr/vapi/t/db.vala libr/vapi/t/search.vala libr/vapi/t/socket.vala swig/libr-swig.sh swig/r_util.i swig/t.py
|
|
|
|
description:
|
|
|
|
* Huge code refactoring to adapt interfaces for valaswig
|
|
|
|
- hg clone http://hg.youterm.com/valaswig
|
|
|
|
* typedef all structs as r_asm_item_t -> rAsmItem
|
|
|
|
- Sync typedefs with classnames for vala and valaswig interfaces
|
|
|
|
- Needs more work and testing
|
|
|
|
- C code keeps fully compatible
|
|
|
|
* New script to build valaswig bindings (swig/libr-swig.sh)
|
|
|
|
- Needs integration with 'make test'
|
|
|
|
- This will help to create a decent unit testing framework
|
|
|
|
to find bugs in bindings and enhace the design of APIs
|
|
|
|
from a centralized way keeping compatibility for all the
|
|
|
|
languages supported by swig (c#, python, java, ruby, perl, ..)
|
|
|
|
* Fix vala test programs build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 287:5427558fce55
|
|
|
|
user: pancake
|
|
|
|
date: Tue Dec 22 13:27:43 2009 +0100
|
|
|
|
files: TODO libr/anal/README libr/db/TODO libr/include/r_socket.h libr/include/r_util.h libr/socket/socket.c libr/util/alloca.c libr/util/btree.c libr/util/float.c libr/util/pool.c libr/util/re.c libr/vapi/r_socket.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/socket.vala swig/do-swig.sh swig/r_util.i
|
|
|
|
description:
|
|
|
|
* Added basic working example in swig-python for r_util
|
|
|
|
* Add _write and _puts methods for r_socket api
|
|
|
|
- fgets -> gets
|
|
|
|
- fix r_socket_printf
|
|
|
|
* More random fixes
|
|
|
|
* typedef all structures in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 286:88d99d03613e
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Dec 21 19:54:51 2009 +0100
|
|
|
|
files: libr/bin/format/java/java.c libr/bin/format/java/java.h
|
|
|
|
description:
|
|
|
|
* Sync java class fix from r1
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 285:3f0078b1151e
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Dec 16 20:14:06 2009 +0100
|
|
|
|
files: libr/include/r_types.h libr/include/r_util.h libr/util/cache.c libr/util/str.c swig/do-swig.sh swig/r_util.i
|
|
|
|
description:
|
|
|
|
* Initial import of the swig test case
|
|
|
|
* Fix r_util for r_str stuff
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 284:5b6a9fd757a8
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Tue Nov 24 17:12:50 2009 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c
|
|
|
|
description:
|
|
|
|
* Apply Nibble patch fixing PE issues reported by matalaz
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 283:c70a123d173f
|
|
|
|
user: nibble
|
|
|
|
date: Mon Nov 23 18:16:10 2009 +0100
|
|
|
|
files: libr/Makefile
|
|
|
|
description:
|
|
|
|
* More bugfixes in build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 282:b2ebf9425e51
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Nov 23 18:00:08 2009 +0100
|
|
|
|
files: libr/Makefile libr/asm/arch/arm/gnu/arm-dis.c libr/asm/arch/sparc/gnu/sparc-dis.c libr/hash/t/Makefile libr/util/buf.c
|
|
|
|
description:
|
|
|
|
* Fix some random warnings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 281:b0189518ab14
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Nov 23 17:49:40 2009 +0100
|
|
|
|
files: TODO libr/anal/anal.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/asm/t/Makefile libr/core/cmd.c libr/core/core.c libr/include/r_anal.h libr/io/t/Makefile libr/reg/t/Makefile libr/reg/t/test.c libr/sign/t/Makefile libr/vm/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 280:e7b3a35c6ecd
|
|
|
|
user: nibble
|
|
|
|
date: Mon Nov 16 14:08:47 2009 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c
|
|
|
|
description:
|
|
|
|
* Fixed bug resolving imports with PE bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 279:66319f5321b9
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Oct 12 22:30:27 2009 +0200
|
|
|
|
files: libr/vapi/r_socket.vapi libr/vapi/t/Makefile libr/vapi/t/socket.vala
|
|
|
|
description:
|
|
|
|
* Make r_socket VAPI Object-Oriented
|
|
|
|
- Update socket vala example
|
|
|
|
- Build it with --profile=posix (needs vala-head)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 278:bc99c95be3dc
|
|
|
|
parent: 277:22cb0556e705
|
|
|
|
parent: 276:2be85f8999f5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Oct 12 17:45:59 2009 +0200
|
|
|
|
description:
|
|
|
|
* Oops merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 277:22cb0556e705
|
|
|
|
parent: 275:ec77627edaee
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Oct 12 17:45:34 2009 +0200
|
|
|
|
files: libr/diff/t/file1 libr/diff/t/file2
|
|
|
|
description:
|
|
|
|
* Remove unneded test files for r_diff
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 276:2be85f8999f5
|
|
|
|
parent: 274:69738ed720f2
|
|
|
|
user: nibble
|
|
|
|
date: Fri Oct 02 17:45:39 2009 +0200
|
|
|
|
files: .hgtags
|
|
|
|
description:
|
|
|
|
Added tag 0.3 for changeset 9f7119f4292b
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 275:ec77627edaee
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Oct 12 17:41:52 2009 +0200
|
|
|
|
files: TODO libr/anal/README libr/anal/anal.c libr/anal/ctx.c libr/include/r_anal.h libr/include/r_cons.h libr/include/r_reg.h libr/include/r_search.h libr/include/r_socket.h libr/include/r_types.h libr/include/r_util.h libr/reg/README libr/reg/reg.c libr/reg/value.c libr/search/search.c libr/search/stripstr.c libr/search/t/rafind2.c libr/socket/Makefile libr/socket/proc.c libr/socket/socket.c libr/socket/t/test.c libr/socket/t/testls.c libr/stripsyms.sh libr/util/buf.c libr/util/cache.c libr/util/mem.c libr/util/pool.c libr/util/str.c libr/util/t/pool.c libr/vapi/r_reg.vapi libr/vapi/r_socket.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Apply whats's patch fixing r_search for stripstr
|
|
|
|
- Thanks! :)
|
|
|
|
* Added dummy r_socket_proc_* api
|
|
|
|
- Needs to be moved outside r_socket
|
|
|
|
- Added two non-working usage examples
|
|
|
|
* Add some checks and enhacements to the r_buf API
|
|
|
|
- Implemented in r_util.vapi
|
|
|
|
* R_APIfy the r_cache api
|
|
|
|
* Add missing methods in r_socket.vapi
|
|
|
|
* Update the README file in r_anal describing the
|
|
|
|
new design of r_anal..not yet finished
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 274:69738ed720f2
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Sep 25 04:13:40 2009 +0200
|
|
|
|
files: ChangeLog Makefile configure configure.acr
|
|
|
|
description:
|
|
|
|
* Version bumped to 0.3b - development version
|
|
|
|
* Update ChangeLog
|
|
|
|
* Fix make dist
|
|
|
|
|
2009-09-25 02:13:40 +00:00
|
|
|
===== RELEASE 0.3 =====
|
|
|
|
|
|
|
|
changeset: 273:9f7119f4292b
|
|
|
|
tag: tip
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Sep 25 04:04:51 2009 +0200
|
|
|
|
files: TODO config-user.mk.acr config.mk configure configure.acr libr/Makefile libr/anal/README libr/anal/anal.c libr/anal/p/anal_x86_bea.c libr/asm/arch/m68k/m68k_disasm/m68k_disasm.c libr/asm/asm.c libr/asm/p/asm_x86_olly.c libr/asm/t/Makefile libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/t/rabin2.c libr/config/callback.c libr/config/config.c libr/core/cmd.c libr/core/t/Makefile libr/core/t/radare2.c libr/db/db.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/diff/t/Makefile libr/diff/t/radiff2.c libr/diff/t/test.c libr/flags/flags.c libr/flags/name.c libr/hash/calc.c libr/hash/hash.c libr/hash/t/rahash2.c libr/include/r_asm.h libr/include/r_bin.h libr/include/r_db.h libr/include/r_diff.h libr/include/r_hash.h libr/include/r_reg.h libr/include/r_types.h libr/lang/p/dummy.c libr/lang/p/lua.c libr/lang/p/perl.c libr/lang/p/python.c libr/line/dietline.c libr/parse/p/parse_x86_pseudo.c libr/print/date.c libr/print/format.c libr/reg/arena.c libr/reg/reg.c libr/rules.mk libr/search/t/Makefile libr/search/t/rafind2.c libr/sign/t/rasign2.c libr/util/str.c libr/util/t/Makefile libr/util/t/rax2.c
|
|
|
|
description:
|
|
|
|
* Release version to 0.3
|
|
|
|
- Propagate @VERSION@ from ACR
|
|
|
|
- All *2 apps are now supporting a -V flag to show the version
|
|
|
|
* Fix .dr* command in r_core debugger
|
|
|
|
- dr now supports [regtype] [bitsize] arguments
|
|
|
|
- Check dr? for help
|
|
|
|
* Added some 8, 16 bit registers to the dbg.ptrace backend
|
|
|
|
- Just for testing :)
|
|
|
|
* Check build of the whole source tree
|
|
|
|
- test programs are now in ${prefix}/bin/libr-test
|
|
|
|
* Fix lot of warnings and bugs
|
|
|
|
* Simplify some code
|
|
|
|
* Some rapification
|
|
|
|
* Fix segfault in r_reg related to unallocated arenas
|
|
|
|
- New function r_reg_type_by_name() resolves string->id
|
|
|
|
* Fix help of rax2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 272:94d0adb95a58
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 24 19:46:32 2009 +0200
|
|
|
|
files: TODO libr/core/cmd.c libr/core/file.c libr/core/t/radare2.c libr/debug/handle.c libr/debug/p/dbg_gdb.c libr/debug/p/dbg_ptrace.c libr/debug/t/main.c libr/include/r_core.h libr/include/r_search.h libr/io/t/map.c libr/reg/README libr/search/search.c libr/util/mem.c libr/vapi/r_diff.vapi libr/vapi/r_parse.vapi libr/vapi/r_search.vapi libr/vapi/t/Makefile libr/vapi/t/io.vala
|
|
|
|
description:
|
|
|
|
* Drop PFX in debug plugin names
|
|
|
|
* Minor cosmetic fixups
|
2010-05-25 23:42:22 +00:00
|
|
|
* Plugin binmask==NULL in all _add methods of r_search
|
2009-09-25 02:13:40 +00:00
|
|
|
- Added empty declarations of reset() and kw_reset()
|
|
|
|
* Various random fixes in some vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 271:3cfabe247f0c
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 24 12:29:05 2009 +0200
|
|
|
|
files: TODO libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_java.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/fastcall.c libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/bininfo/README libr/bp/handle.c libr/bp/p/bp_arm.c libr/bp/p/bp_x86.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/io.c libr/include/r_asm.h libr/include/r_bin.h libr/include/r_parse.h libr/include/r_search.h libr/include/r_types.h libr/parse/p/parse_dummy.c libr/parse/p/parse_mreplace.c libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c libr/parse/t/parse.c libr/reg/reg.c libr/search/TODO libr/search/aes-find.c libr/search/binparse.c libr/search/bytepat.c libr/search/regexp.c libr/search/search.c libr/search/stripstr.c libr/search/xrefs.c libr/syscall/TODO libr/vapi/r_asm.vapi libr/vapi/r_search.vapi libr/vapi/r_util.vapi libr/vapi/t/asm.vala libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Major refactoring patch
|
|
|
|
- Remove plugin prefixes
|
|
|
|
- It was unnecessary complicated
|
|
|
|
- Remove unused code
|
|
|
|
- Some RAPIfication
|
|
|
|
- Rename _set( methods into _use(
|
|
|
|
- Simplify some string processing
|
|
|
|
- r_parse is working again
|
|
|
|
- Sync all those api changes in r_core
|
|
|
|
- External static plugin lists moved to .c
|
|
|
|
- Fix some cast-related segfaults in core
|
|
|
|
* Review the r_search API
|
|
|
|
- RAPIfication
|
|
|
|
- Allow to pass NULL as binmask
|
|
|
|
- Added TODO with some more ideas
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 270:d8271dc3c288
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Tue Sep 22 19:23:49 2009 +0200
|
|
|
|
files: libr/include/r_types.h libr/vapi/r_bin.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/array.vala libr/vapi/t/bin.vala libr/vapi/t/list.vapi
|
|
|
|
description:
|
|
|
|
* Fixed ralist and rarray interfaces and macros
|
|
|
|
- No clean free or checks done yet, but they are
|
|
|
|
now both working
|
|
|
|
* Use classes with no ref/unref to make vala code nicer
|
|
|
|
* Fix build of some test programs (fixed -L)
|
|
|
|
* Remove dummy Foo from r_util (moved to t/list.vapi)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 269:cc95d506741f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 22 15:02:50 2009 +0200
|
|
|
|
files: libr/Makefile libr/reg/t/Makefile libr/vapi/r_reg.vapi
|
|
|
|
description:
|
|
|
|
* Added 'reg' into the default module list
|
|
|
|
- Fixed a syntax error in r_reg
|
|
|
|
* Fixes build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 268:4095d9c3596d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 22 13:27:33 2009 +0200
|
|
|
|
files: TODO libr/bin/bin.c libr/bin/t/rabin2.c libr/bininfo/bininfo.c libr/bininfo/p/bininfo_addr2line.c libr/db/TODO libr/debug/debug.c libr/debug/handle.c libr/include/r_bin.h libr/include/r_bininfo.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_types.h libr/include/r_util.h libr/util/Makefile libr/util/pool.c libr/util/t/Makefile libr/util/t/pool.c libr/vapi/r_bin.vapi libr/vapi/r_bininfo.vapi libr/vapi/r_diff.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/array.vala libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Fix build of r_debug
|
|
|
|
* Some random warning fixups
|
|
|
|
* extern plugins defined in handle.c for asm, bin, .. cleaner
|
|
|
|
* RAPIfy the r_bininfo
|
|
|
|
* Initial implementation of Rarray Iterator
|
|
|
|
- Needs some tuning in core Vala..but it is ok for demos
|
|
|
|
- r_bin API is now using the Rarray iterator
|
|
|
|
- Added Vala test program for it
|
|
|
|
* Fix build of some test programs
|
|
|
|
* Added r_diff and r_bininfo VAPI files
|
|
|
|
- The APIs are inconsistent and untested. Proposals welcome
|
|
|
|
- Fix possible overflow in r_bininfo
|
|
|
|
* Initial implementation of pool.c
|
|
|
|
- Implements Memory.Pool class (Extracted from 'alt')
|
|
|
|
- Added test program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 267:8d07c24fe30b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Sep 21 15:39:10 2009 +0200
|
|
|
|
files: Makefile libr/bininfo/bininfo.c libr/debug/handle.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/t/main.c libr/depgraph.pl libr/include/r_debug.h libr/include/r_reg.h libr/reg/p/x86-linux.regs libr/reg/reg.c libr/vapi/r_debug.vapi libr/vapi/r_reg.vapi
|
|
|
|
description:
|
|
|
|
* Single valadoc by default
|
|
|
|
* Added SEGment register types (r_reg+vapi)
|
|
|
|
* depgraph.pl is now generating .gml output
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 266:da135026b257
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Sep 20 02:16:14 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/bp/handle.c libr/core/cmd.c libr/core/core.c libr/core/t/radare2.c libr/debug/debug.c libr/debug/handle.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/t/main.c libr/include/r_bp.h libr/include/r_debug.h libr/include/r_lib.h libr/include/r_reg.h libr/io/io.c libr/lang/README libr/lib/t/test-plugin.c libr/macro/macro.c libr/print/t/fmt.c libr/util/mem.c libr/vapi/r_debug.vapi
|
|
|
|
description:
|
|
|
|
* Rename some handle_set into _use() new syntax
|
|
|
|
* Make radare2 debugger interact with r_reg
|
|
|
|
- Register profile is now provided by the r_debug plugin
|
|
|
|
- |reg and dr works fine now
|
|
|
|
- Fix reg_sync and reg_read for dbg_ptrace
|
|
|
|
* Clean some warnings
|
|
|
|
* Fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 265:ffc1dc2c7e27
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Sep 20 01:03:57 2009 +0200
|
|
|
|
files: configure configure.acr libr/core/libs.c libr/include/r_lang.h libr/include/r_lib.h libr/lang/README libr/lang/lang.c libr/lang/p/lua.c libr/lang/p/perl.c libr/lang/p/python.c libr/lang/p/tcc.c libr/vapi/r_lang.vapi libr/vapi/t/Makefile libr/vapi/t/lang.vala
|
|
|
|
description:
|
|
|
|
* Initial implementation of the r_lang VAPI
|
|
|
|
- Added test program in Vala
|
|
|
|
* Added r_lang_define and r_lang_undef
|
|
|
|
- They are global on the module
|
|
|
|
- Each plugin should use lang_t
|
|
|
|
- *user must be deprecated
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 264:a73e016a8c8e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Sep 20 00:28:06 2009 +0200
|
|
|
|
files: configure configure.acr libr/debug/p/dbg_gdb.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/include/r_reg.h libr/libr.pc.acr libr/reg/reg.c libr/vapi/r_reg.vapi libr/vapi/t/Makefile libr/vapi/t/regs.vala pkgcfg/r_debug.pc.acr
|
|
|
|
description:
|
|
|
|
* Added r_reg pkgconfig file
|
|
|
|
* Some fixes in the r_reg VAPI
|
|
|
|
- Added vala test program
|
|
|
|
* r_debug is now broken because the new r_reg
|
|
|
|
* Add r_free_internal to reduce leaks in r_reg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 263:3c98f1a38c54
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Sep 19 23:41:25 2009 +0200
|
|
|
|
files: Makefile libr/include/r_reg.h libr/reg/arena.c libr/reg/p/x86-linux.regs libr/reg/reg.c libr/reg/t/Makefile libr/reg/t/p.c libr/reg/t/test.c libr/reg/value.c libr/util/mem.c libr/vapi/r_reg.vapi
|
|
|
|
description:
|
|
|
|
* Implementate r_reg.vapi (register vala api)
|
|
|
|
* Fix x86-linux using sys/user.h and getoffset() macro
|
|
|
|
* Some more work on r_mem_copybits
|
|
|
|
- Bit level registers are now working (get/set)
|
|
|
|
- reg/t test example is now getting/settings bit flags
|
|
|
|
* Added support for full serialization of all registers
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 262:c82c74966f47
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Sep 19 21:54:22 2009 +0200
|
|
|
|
files: libr/include/r_reg.h libr/include/r_types.h libr/include/r_util.h libr/reg/README libr/reg/arena.c libr/reg/p/reg_x86.c libr/reg/p/x86-linux.regs libr/reg/reg.c libr/reg/t/Makefile libr/reg/t/test.c libr/reg/value.c libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* Initial working version of r_reg
|
|
|
|
- Does not yet supports bitlevel registers
|
|
|
|
- Added test program modifying and showing regs
|
|
|
|
- Added dummy x86-linux.regs register layout
|
|
|
|
* Added r_mem_copybits() in r_util
|
|
|
|
- Bitlevel precission for a memcpy
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 261:2cb7cbe5bb76
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Sep 18 20:11:42 2009 +0200
|
|
|
|
files: libr/core/core.c libr/debug/p/dbg_ptrace.c libr/include/r_reg.h libr/reg/Makefile libr/reg/README libr/reg/arena.c libr/reg/handle.c libr/reg/p/x86-linux.regs libr/reg/reg.c libr/reg/regset.c libr/reg/value.c
|
|
|
|
description:
|
|
|
|
* Fix build of r_debug/r_core (little api changes)
|
|
|
|
* Initial import of the new design or r_reg
|
|
|
|
- Needs to be implemented at all, but the big
|
|
|
|
picture is here :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 260:018a6e4cce27
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 17 14:02:44 2009 +0200
|
|
|
|
files: libr/include/r_util.h libr/util/file.c libr/util/t/Makefile libr/util/t/hexpairs.txt libr/util/t/test_file_slurp_hexpairs.c
|
|
|
|
description:
|
|
|
|
* Apply 'whats' fix for r_file_slurp_hexpairs()
|
|
|
|
- Fixes segfault
|
|
|
|
- Added test program
|
|
|
|
* RAPIfy the r_util/file.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 259:99737da81583
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 17 11:48:36 2009 +0200
|
|
|
|
files: config-user.mk.acr libr/debug/debug.c libr/include/r_debug.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_lib.h libr/include/r_reg.h libr/include/r_types.h libr/io/cache.c libr/io/io.c libr/lang/README libr/lang/lang.c libr/lib/lib.c libr/reg/Makefile libr/util/file.c libr/vapi/r_lib.vapi libr/var/README mk/stat-make.pl mk/stat.mk
|
|
|
|
description:
|
|
|
|
* Added 'mk/stat' tools
|
|
|
|
- Perform statistics about XXX and TODOs
|
|
|
|
* Change signature of r_debug_mmu_
|
|
|
|
* Added io->cached_reads
|
|
|
|
* RAPIfy the r_lang
|
|
|
|
* Reviewing of the r_lib API
|
|
|
|
- Write the vapi file
|
|
|
|
- Check for null mallocs
|
|
|
|
* Fix build of r_reg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 258:6c2aee379958
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 15 13:24:28 2009 +0200
|
|
|
|
files: doc/oo libr/crypto/crypto.c libr/crypto/t/racrypt.vala libr/debug/debug.c libr/include/r_crypto.h libr/include/r_debug.h libr/vapi/r_bin.vapi libr/vapi/r_debug.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Added doc/oo: describes the object dis-orientation of libr
|
|
|
|
- Plugins should be singletons across object instances
|
|
|
|
* Added hard/soft initializer for r_crypto
|
|
|
|
- Needed for the as_new()
|
|
|
|
- Added stupid vala example for r_crypto vapi
|
|
|
|
* Implement r_debug->mmu methods
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 257:76988936e7cc
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 15 02:18:19 2009 +0200
|
|
|
|
files: libr/include/r_types.h libr/vapi/r_crypto.vapi libr/vapi/r_hash.vapi libr/vapi/r_util.vapi libr/vapi/t/list_c.h
|
|
|
|
description:
|
|
|
|
* Added initial vapi file for r_crypto
|
|
|
|
* Fix r_util List interface for list.h
|
|
|
|
- Test program is now working. Thanks juergbi!
|
|
|
|
- Needs vala>=20091115
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 256:ad5eda04f8b7
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 15 01:51:28 2009 +0200
|
|
|
|
files: libr/include/r_crypto.h
|
|
|
|
description:
|
|
|
|
* Add missing r_crypto.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 255:b3f63be304c2
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 15 01:45:58 2009 +0200
|
|
|
|
files: libr/config.h libr/config.mk libr/crypto/Makefile libr/crypto/crypto.c libr/crypto/p/Makefile libr/crypto/p/aes.c libr/crypto/p/aes.h libr/crypto/p/aes.mk libr/crypto/p/crypto_aes.c libr/crypto/p/crypto_aes_algo.c libr/crypto/p/crypto_aes_algo.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* Initial implementation of the r_crypto API
|
|
|
|
- Thanks skurz0 for the design tips
|
|
|
|
- Needs to implement some plugins
|
|
|
|
- Not yet working/tested
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 254:e197cbfd72f5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 15 00:06:37 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/config.h libr/debug/Makefile libr/debug/bp.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/regset.c libr/hash/Makefile libr/hash/calc.c libr/hash/hash.c libr/hash/state.c libr/hash/t/rahash2.c libr/include/r_hash.h libr/include/r_reg.h libr/reg/README libr/reg/handle.c libr/reg/reg.c libr/vapi/r_util.vapi libr/vapi/t/list.vala libr/vapi/t/list_c.h libr/vm/reg.c
|
|
|
|
description:
|
|
|
|
* Some more random refactoring on r_debug and r_reg
|
|
|
|
* Added support for bit level hash algorithm selection
|
|
|
|
- Integrate it with rahash2
|
|
|
|
- Needs some cleanup of spagheti mess
|
|
|
|
- All hash algorithms are now supported in a shot :)
|
|
|
|
- R_APIfy r_hash
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 253:0ea8b7c62138
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Sep 14 00:37:28 2009 +0200
|
|
|
|
files: libr/bp/Makefile libr/bp/bp.c libr/bp/handle.c libr/bp/io.c libr/bp/parser.c libr/bp/parser.h libr/bp/traptrace.c libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/core/libs.c libr/core/t/Makefile libr/debug/Makefile libr/debug/debug.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/t/main.c libr/include/r_asm.h libr/include/r_bp.h libr/include/r_debug.h libr/include/r_reg.h libr/io/p/io_ptrace.c libr/lang/p/Makefile libr/reg/Makefile libr/reg/p/reg_x86.c libr/reg/reg.c libr/reg/regset.c libr/vapi/r_bp.vapi libr/vapi/r_debug.vapi libr/vapi/t/Makefile pkgcfg/r_core.pc.acr pkgcfg/r_debug.pc.acr pkgcfg/r_io.pc.acr pkgcfg/r_parse.pc.acr
|
|
|
|
description:
|
|
|
|
* Major unfinished refactoring for r_debug and r_bp
|
|
|
|
- radare2 debugger is now broken
|
|
|
|
- r_reg has grown a bit more
|
|
|
|
- Better separation of debugger elements
|
|
|
|
* r_bp now has r_bp_add_hw and r_bp_add_sw() calls
|
|
|
|
- Added minimal support for breakpoint handlers
|
|
|
|
- Import th0rpe's watchpoint expression parser engine
|
|
|
|
* iob moved from r_debug to r_bp
|
|
|
|
* Arch types has been moved into r_asm
|
|
|
|
- Soft compile time dependency
|
|
|
|
* Update pkg-config .pc files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 252:59fc93fe33f5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 10 20:51:34 2009 +0000
|
|
|
|
files: libr/bin/bin.c libr/core/core.c libr/debug/bp.c libr/debug/debug.c libr/debug/p/ptrace.mk libr/debug/pid.c libr/debug/reg.c libr/debug/regset.c libr/hash/t/rahash2.c libr/include/r_bin.h libr/include/r_debug.h libr/include/r_io.h libr/io/Makefile libr/io/bind.c libr/io/io.c libr/util/mem.c libr/vapi/r_debug.vapi
|
|
|
|
description:
|
|
|
|
* Initial r_io_bind'ization of r_bin .. not yet working
|
|
|
|
- Meld bind.c into io.c
|
|
|
|
* Some review in many r_debug code
|
|
|
|
* Added vapi for r_debug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 251:be482834eec3
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Sep 09 00:35:00 2009 +0000
|
|
|
|
files: libr/TODO libr/anal/anal.c libr/anal/ctx.c libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/asm/t/fastcall.c libr/core/t/radare2.c libr/debug/debug.c libr/debug/t/main.c libr/hash/hash.c libr/include/r_anal.h libr/include/r_io.h libr/include/r_lib.h libr/io/README libr/io/io.c libr/io/undo.c libr/sign/t/Makefile libr/sign/t/rasign.c libr/sign/t/rasign2.c libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* Some malloc checks in _new() class constructors
|
|
|
|
- Fix warnings in many places
|
|
|
|
* R_APIfication of r_anal
|
|
|
|
- Fix probable segfault in x86_bea
|
|
|
|
* Use macros to define plugin names
|
|
|
|
* Fix build of radare2, rasign2 and debug/t/main
|
|
|
|
* Call sundo_push() when io_seek
|
|
|
|
* Added toggles for seek and write undo levels
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 250:ce952050145f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 08 18:16:52 2009 +0000
|
|
|
|
files: TODO libr/include/r_io.h libr/io/Makefile libr/io/bind.c libr/io/cache.c libr/io/io.c libr/io/section.c libr/io/undo.c libr/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* Add 'r_io_undo'
|
|
|
|
* Added deinitializators for r_io_cache
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 249:19d492cfc6e2
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 08 02:14:19 2009 +0000
|
|
|
|
files: libr/include/r_io.h libr/io/Makefile libr/io/bind.c libr/io/cache.c libr/io/io.c libr/io/section.c libr/vapi/r_util.vapi libr/vm/TODO libr/vm/mmu.c
|
|
|
|
description:
|
|
|
|
* Added R_IO_EXEC, Removed R_IO_RDWR.
|
|
|
|
- Promote the use of binary ORs
|
|
|
|
* Make r_io support cached IO
|
|
|
|
* Enforce rwx/seek by section information
|
|
|
|
- Optional by configuring io->enforce*
|
|
|
|
- Add cache.c
|
|
|
|
* section->comment => name
|
|
|
|
* Added resize callback on io pluings (not yet implemented)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 248:468c1fc44ba9
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Sep 08 01:08:46 2009 +0000
|
|
|
|
files: libr/asm/t/Makefile libr/core/cmd.c libr/core/io.c libr/db/table.c libr/hash/hash.c libr/hash/t/Makefile libr/hash/t/hello.c libr/hash/t/rahash2.c libr/include/r_hash.h libr/include/r_io.h libr/include/r_util.h libr/io/Makefile libr/io/bind.c libr/io/io.c libr/macro/macro.c libr/search/t/Makefile libr/search/t/rafind2.c libr/util/Makefile libr/util/buf.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Do not pass CFLAGS when linking asm/t/fastcall
|
|
|
|
* Populate r_io_lseek -> r_io_seek refactoring
|
|
|
|
* R_APIfy a bit the r_hash
|
|
|
|
* Also build hash/t/hello program
|
|
|
|
* Fix some warnings and build blockers
|
|
|
|
* Make rahash2 read from files (using slurp)
|
|
|
|
* Added r_buf API in r_util (interacts with r_io)
|
|
|
|
* Add initial template for r_io_bind
|
|
|
|
- Needs some more work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 247:3347651ff799
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Sep 07 20:01:34 2009 +0000
|
|
|
|
files: Makefile TODO autogen.sh libr/include/r_io.h libr/io/io.c libr/io/map.c libr/io/p/io_ptrace.c libr/io/t/Makefile libr/io/t/cat.c libr/io/t/map.c libr/io/t/read4.c libr/vapi/r_io.vapi libr/vapi/t/io.vala
|
|
|
|
description:
|
|
|
|
* Fixtures for the r_io API (breaking ABI and so :)
|
|
|
|
- Standalone test program is now able to debug a process and read mapped memory
|
|
|
|
- Fixes in the r_io and ptrace plugin sides
|
|
|
|
* Added 'make vdoc' target
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 246:6ce2161f77d6
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Sep 05 23:58:02 2009 +0000
|
|
|
|
files: libr/include/r_io.h libr/io/Makefile libr/io/README libr/io/desc.c libr/io/handle.c libr/io/io.c libr/io/map.c libr/io/p/io_dbg.c libr/io/p/io_malloc.c libr/io/p/io_ptrace.c libr/io/p/io_shm.c libr/io/section.c libr/io/t/Makefile libr/io/t/cat.c libr/io/t/map.c libr/io/t/read4.c libr/vapi/r_io.vapi libr/vapi/r_range.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/io.vala libr/vapi/t/iter.vala libr/vapi/t/list.vala libr/vapi/t/list_c.c libr/vapi/t/list_c.h
|
|
|
|
description:
|
|
|
|
* Lot of work on refactoring r_io
|
|
|
|
- Added desc.c to handle file descriptors (avoid dupped, register handlers, ..)
|
|
|
|
- Fix some bugs and optimize io paths
|
|
|
|
- Added resolution methods
|
|
|
|
- Maps are incomplete but better interfaced. Needs more work
|
|
|
|
- Added io/t/map.c test program (not yet working)
|
|
|
|
* Some fixups in many vapi files
|
|
|
|
- Fix broken ones (syntax parsing error)
|
|
|
|
- Complete them a bit more
|
|
|
|
* Initial working version of a demo of list.h vala interface
|
|
|
|
- Implemented as a Generic class
|
|
|
|
- Designed as an Iterator, so 'foreach' can be used to iterate
|
|
|
|
- Added example program iterating from vala and generating a list in C
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 245:f704291c9d34
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Sep 03 11:17:00 2009 +0000
|
|
|
|
files: libr/anal/ctx.c libr/include/iter.h libr/vapi/r_util.vapi libr/vapi/t/iter.vala
|
|
|
|
description:
|
|
|
|
* Initial working version of the r_iter for Vala
|
|
|
|
- pointers is the answer
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 244:aae397649709
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Sep 02 00:10:51 2009 +0000
|
|
|
|
files: libr/TODO libr/bin/format/java/java.c libr/bin/format/pe/pe.c libr/config.mk libr/core/cmd.c libr/core/io.c libr/debug/p/dbg_ptrace.c libr/debug/t/main.c libr/include/r_io.h libr/io/README libr/io/handle.c libr/io/io.c libr/io/map.c libr/io/p/dbg.mk libr/io/p/malloc.mk libr/io/p/ptrace.mk libr/io/p/shm.mk libr/io/t/cat.c libr/io/t/read4.c libr/util/mem.c libr/vapi/r_db.vapi libr/vapi/t/iter.vala
|
|
|
|
description:
|
|
|
|
* Major refactoring of r_io (api has changed)
|
|
|
|
- filedescriptor is only defined by r_io_set()
|
|
|
|
- the rest of functions just take one argument less
|
|
|
|
- there are not enought filedescriptor changes to force fd resolution all the time
|
|
|
|
* Fix memory leak in r_io_open
|
|
|
|
- Better error management
|
|
|
|
- Fix Makefile warnings in libr/io/p
|
|
|
|
* Added read_at and write_at helper functions
|
|
|
|
* Random indentation fixups
|
|
|
|
* Added shm.mk and malloc.mk
|
|
|
|
* More useless work for r_iter
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 243:dcf7ab25128b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Aug 24 12:03:37 2009 +0000
|
|
|
|
files: libr/anal/README libr/include/iter.h libr/util/iter.c libr/vapi/r_syscall.vapi libr/vapi/r_util.vapi libr/vapi/t/Makefile libr/vapi/t/iter.vala mk/hg-utils.mk
|
|
|
|
description:
|
|
|
|
* Some ideas for the code analysis module
|
|
|
|
* Fix r_iter_last()
|
|
|
|
- Some more work on the Vala integration
|
|
|
|
* Grep for README and TODO for hg-miss
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 242:0b8589548eba
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 05:29:58 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/core.c libr/include/r_io.h libr/io/handle.c libr/io/p/io_ptrace.c libr/io/t/Makefile libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Return "" instead of NULL when possible in core input
|
|
|
|
- myfgets returns length(str)+1
|
|
|
|
- r_line fix for empty lines interpreted as EOF
|
|
|
|
* RAPIfication in io.c
|
|
|
|
* Fix the way to build the tests programs in io/t/{cat|read4}
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 241:907c1e61f55d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 05:04:29 2009 +0000
|
|
|
|
files: libr/util/num.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Fix build of r_util
|
|
|
|
* Added r_bprintf helper for buffering printfs
|
2010-05-26 16:25:35 +00:00
|
|
|
- Can be used to capture the output of r_io_plugin_list()
|
2009-09-25 02:13:40 +00:00
|
|
|
without having to use r_cons
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 240:e9cbeb2ca3cb
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 04:54:41 2009 +0000
|
|
|
|
files: TODO doc/rgraph libr/core/cmd.c libr/core/core.c libr/debug/p/Makefile libr/debug/p/dbg_ptrace.c libr/debug/t/main.c libr/include/r_io.h libr/io/Makefile libr/io/handle.c libr/io/io.c libr/io/p/Makefile libr/io/p/dbg.mk libr/io/p/io_ptrace.c libr/io/t/Makefile libr/io/t/read4.c libr/lib/lib.c libr/util/num.c libr/vapi/r_io.vapi mk/hg-utils.mk
|
|
|
|
description:
|
|
|
|
* Fix build of core
|
|
|
|
* Fix non-static plugins build in r_debug and r_io
|
|
|
|
* Fix debug_ptrace - working with example but not in r2
|
|
|
|
* debug/t/main.c is now working correctly
|
|
|
|
* Massive R_APIfication in r_io and r_util
|
|
|
|
* Added r_io_read_i to read from memory as a ut64 in any endian
|
|
|
|
- read4.c example uses this new function
|
|
|
|
* Fix build of r_io static plugins
|
|
|
|
* Some more checks at random places in r_io (more stable)
|
|
|
|
- r_io_set_fd() simplifies fd and plugin setup
|
|
|
|
* Added |pid command for ptrace io plugin
|
|
|
|
* Added io->printf to avoid use of forced 'printf'
|
|
|
|
* Add more lib_types names. fixes probable segfault
|
|
|
|
* Added hg-ci hg-utils makefile target
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 239:6d8a55775068
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 03:11:33 2009 +0000
|
|
|
|
files: libr/asm/Makefile libr/config.h libr/config.mk libr/debug/debug.c libr/debug/t/main.c libr/include/r_debug.h libr/include/r_io.h libr/io/Makefile libr/io/handle.c libr/io/io.c libr/io/p/Makefile libr/io/p/dbg.c libr/io/p/dbg.mk libr/io/p/ewf.c libr/io/p/io_dbg.c libr/io/p/io_ewf.c libr/io/p/io_malloc.c libr/io/p/io_ptrace.c libr/io/p/io_shm.c libr/io/p/malloc.c libr/io/p/malloc.mk libr/io/p/ptrace.c libr/io/p/ptrace.mk libr/io/p/shm.c libr/io/p/shm.mk libr/vapi/r_debug.vapi mk/hg-utils.mk
|
|
|
|
description:
|
|
|
|
* Implement static plugins for r_io
|
|
|
|
- Prefix all plugins with 'io_' (like in the rest of libs)
|
|
|
|
- Statify io_dbg and io_ptrace IO plugins
|
|
|
|
* Added _free methods for r_io and r_debug. Oops
|
|
|
|
* Initial dummy version of r_debug.vapi
|
|
|
|
* More stuff in the debug/t/main.c (not yet working)
|
|
|
|
* Better hg-miss missing file detection checks
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 238:d5ccf639d6d5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 02:03:58 2009 +0000
|
|
|
|
files: config-user.mk.acr libr/debug/p/dbg_libgdbwrap/client.c.orig libr/debug/p/dbg_libgdbwrap/gdbwrapper.c.orig mk/hg-utils.mk
|
|
|
|
description:
|
|
|
|
* Remove .orig files
|
|
|
|
* Add MKPLUGINS=mk/hg-utils.mk in the default .acr template
|
|
|
|
* Added hg-locdiff and hg-help, enhaced hg-miss
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 237:2cfa7355a473
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Aug 22 01:54:24 2009 +0000
|
|
|
|
files: Makefile libr/asm/Makefile libr/asm/asm.c libr/asm/p/fastcall_mips.h libr/asm/p/x86.mk libr/config.h libr/config.mk libr/core/cmd.c libr/core/t/ragrep2.c libr/debug/Makefile libr/debug/debug.c libr/debug/handle.c libr/debug/p/Makefile libr/debug/p/dbg_gdb.c libr/debug/p/dbg_libgdbwrap/Makefile libr/debug/p/dbg_libgdbwrap/README libr/debug/p/dbg_libgdbwrap/client.c libr/debug/p/dbg_libgdbwrap/client.c.orig libr/debug/p/dbg_libgdbwrap/gdbwrapper.c libr/debug/p/dbg_libgdbwrap/gdbwrapper.c.orig libr/debug/p/dbg_libgdbwrap/include/gdbwrapper-internals.h libr/debug/p/dbg_libgdbwrap/include/gdbwrapper-stddef.h libr/debug/p/dbg_libgdbwrap/include/gdbwrapper.h libr/debug/p/dbg_libgdbwrap/include/libaspect.h libr/debug/p/dbg_libgdbwrap/include/libe2dbg.h libr/debug/p/dbg_libgdbwrap/include/revm.h libr/debug/p/dbg_libgdbwrap/interface.c libr/debug/p/dbg_ptrace.c libr/debug/p/gdb.mk libr/debug/p/ptrace.mk libr/debug/t/main.c libr/include/r_debug.h libr/include/r_io.h libr/include/r_util.h libr/io/io.c libr/io/p/ptrace.c libr/util/str.c mk/hg-utils.mk
|
|
|
|
description:
|
|
|
|
* Add support for static plugins to r_debug
|
|
|
|
- r_debug_ptrace is now static by default
|
|
|
|
* Some code cleanup and warnings removal
|
|
|
|
* Added hg-utils.mk and MKPLUGINS directive in user-config
|
|
|
|
* Initial implementation of dbg_gdb r_debug plugin
|
|
|
|
- Import ERESI's libgdbwrap from r1
|
|
|
|
* Add some missing files (asm/p/fastcall_mips.h, core/t/ragrep2.c)
|
|
|
|
* Added r_str_bool helper to get "true"/"false" from int
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 236:8e9c1ea44114
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Aug 21 19:09:48 2009 +0000
|
|
|
|
files: libr/include/iter.h libr/include/r_util.h libr/util/iter.c libr/util/t/Makefile libr/util/t/iter.c libr/vapi/r_util.vapi libr/vapi/t/iter.vala
|
|
|
|
description:
|
|
|
|
* Some more work for the r_iter API
|
|
|
|
- Fix some function signatures
|
|
|
|
- Disable CPP macros by default
|
|
|
|
- Added a separate iterate example in util/t/iter.c
|
|
|
|
* Initial non-working integration with Vala generics in r_util.vapi
|
|
|
|
- Vala does not yet supports non-gobject generic classes/structs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 235:64dd1cc915e4
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Aug 20 12:23:12 2009 +0000
|
|
|
|
files: libr/util/iter.c
|
|
|
|
description:
|
|
|
|
* Oops. fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 234:765ff7640b5d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Aug 20 12:20:14 2009 +0000
|
|
|
|
files: libr/include/iter.h libr/include/r_syscall.h libr/util/iter.c libr/vapi/r_bin.vapi libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Fix Vala r_bin VAPI and example
|
|
|
|
* Added iter.h with simplified r_iter in cpp macros
|
|
|
|
* Some fixes and enhacements in r_iter
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 233:22944cd30784
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Aug 19 18:38:35 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/include/r_anal.h libr/util/Makefile libr/util/iter.c
|
|
|
|
description:
|
|
|
|
* Added basic iterator helper functions (help vala integration?)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 232:4d95021c45ee
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Aug 14 02:50:55 2009 +0000
|
|
|
|
files: libr/vapi/r_parse.vapi
|
|
|
|
description:
|
|
|
|
* Added r_parse vapi file
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 231:735bd5148099
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Aug 14 02:19:54 2009 +0000
|
|
|
|
files: libr/README libr/include/r_parse.h libr/parse/Makefile libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c libr/parse/t/parse.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of r_parse_assemble()
|
|
|
|
- Added test program as a demo
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 230:60bb13568d3c
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Aug 14 01:44:12 2009 +0000
|
|
|
|
files: libr/asm/p/asm_mips.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_olly.c libr/asm/p/fastcall_x86.h libr/asm/t/Makefile libr/config.h libr/config.mk libr/include/r_parse.h libr/include/r_util.h libr/parse/Makefile libr/parse/p/Makefile libr/parse/p/dummy.mk libr/parse/p/mreplace.mk libr/parse/p/mreplace/mmemory.c libr/parse/p/mreplace/mmemory.h libr/parse/p/mreplace/mreplace.c libr/parse/p/mreplace/mreplace.h libr/parse/p/parse_dummy.c libr/parse/p/parse_mreplace.c libr/parse/p/parse_mreplace/mmemory.c libr/parse/p/parse_mreplace/mmemory.h libr/parse/p/parse_mreplace/mreplace.c libr/parse/p/parse_mreplace/mreplace.h libr/parse/p/parse_x86_pseudo.c libr/parse/p/x86_pseudo.mk libr/parse/parse.c libr/parse/t/Makefile libr/parse/t/parse.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Implement STATIC PLUGIN support for r_parse
|
|
|
|
- Use the new 'asm-like' build system for r_parse plugins
|
|
|
|
- Added new callback to 'assemble' parseable expressions
|
|
|
|
into compilable asm code
|
|
|
|
- Refactorize and remove warnings in parse_mreplace
|
|
|
|
* Added r_str_char_count() in r_util
|
|
|
|
* Some fixups in the fastcall code in r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 229:31d81e3d14e0
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Aug 14 00:37:18 2009 +0000
|
|
|
|
files: TODO libr/anal/anal.c libr/asm/Makefile libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/asm_dummy.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/p/fastcall_x86.h libr/asm/t/Makefile libr/asm/t/fastcall.c libr/db/db.c libr/debug/debug.c libr/debug/p/dbg_ptrace.c libr/debug/regset.c libr/debug/t/main.c libr/include/r_asm.h libr/include/r_debug.h libr/include/r_lib.h libr/include/r_syscall.h libr/print/print.c libr/syscall/freebsd.c libr/vapi/r_asm.vapi libr/vapi/t/asm.vala
|
|
|
|
description:
|
|
|
|
* Initial implementation of r_asm_fastcall()
|
|
|
|
- VAPI sync
|
|
|
|
- Used to get register N to call fastcalls (syscalls f.ex)
|
|
|
|
* Code analysis marked as 8-bit compliant
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 228:7ce47ab49b30
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Jul 27 12:22:08 2009 +0000
|
|
|
|
files: libr/db/db.c libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Oops, fix add_unique method
|
|
|
|
* Fix r_util vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 227:78ce534defe4
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Jul 24 13:38:53 2009 +0000
|
|
|
|
files: libr/include/r_socket.h libr/include/r_util.h libr/socket/socket.c libr/util/hex.c libr/vapi/r_socket.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Add r_socket_to_string() function in r_socket API
|
|
|
|
- R_APIzation of r_socket
|
|
|
|
* Added r_hex_bin2strdup()
|
|
|
|
- Bind it into the VAPI
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 226:406e2f5ff825
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Jul 22 17:30:21 2009 +0200
|
|
|
|
files: libr/db/db.c libr/include/r_db.h libr/include/r_util.h libr/vapi/r_db.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Added r_db_add_unique method to the r_db api
|
|
|
|
- Reflect the change in the vapi file
|
|
|
|
* Added offsetof() macro in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 225:e11446a0632b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Jul 21 22:59:34 2009 +0000
|
|
|
|
files: configure configure.acr libr/Makefile libr/db/Makefile libr/db/TODO libr/db/db.c libr/pkgconfig/libr.pc.acr libr/vapi/r_asm.vapi libr/vapi/r_db.vapi libr/vapi/t/Makefile libr/vapi/t/db.vala pkgcfg/libr.pc.acr pkgcfg/r_bp.pc.acr pkgcfg/r_db.pc.acr pkgcfg/r_th.pc.acr
|
|
|
|
description:
|
|
|
|
* Initial vapi for r_db
|
|
|
|
- Added vala example using r_db (db.vala)
|
|
|
|
* Fix segmentation fault in db.c when adding nodes with
|
|
|
|
no keys defined. (-1)
|
|
|
|
* Added vala example
|
|
|
|
* Added r_db to the default build list
|
|
|
|
* Added r_th, r_bp and r_db in pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 224:1bf1ce8d9363
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Jul 21 11:13:24 2009 +0000
|
|
|
|
files: libr/Makefile libr/include/r_bin.h libr/include/r_th.h libr/rules.mk libr/th/Makefile libr/th/TODO libr/th/lock.c libr/th/t/Makefile libr/th/t/test.c libr/th/th.c libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Initial import of r_th. The simplified and portable threading library
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 223:285bc76b9e21
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Jul 16 18:42:11 2009 +0200
|
|
|
|
files: pkgcfg/r_vm.pc.acr
|
|
|
|
description:
|
|
|
|
* r_vm.pc depends on r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 222:2540ec20d19f
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Jul 16 14:17:32 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/core/cmd.c libr/include/r_types.h libr/trace/trace.c
|
|
|
|
description:
|
|
|
|
* Some code cleanup and add some more checks on r_bin (-15LOC)
|
|
|
|
* Added new type R_TRUFAE
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 221:a37b8b31c861
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Jul 16 13:08:23 2009 +0200
|
|
|
|
files: libr/util/num.c libr/util/str.c libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Fix the r_util vapi file
|
|
|
|
* Some R_APIization in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 220:e79979f6e2e9
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Jul 16 12:38:49 2009 +0200
|
|
|
|
files: libr/include/r_util.h libr/include/r_vm.h libr/util/str.c libr/vm/Makefile libr/vm/mmu.c libr/vm/op.c libr/vm/reg.c libr/vm/stack.c libr/vm/t/Makefile libr/vm/t/test.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Fix build and linkage of r_vm
|
|
|
|
- Added dummy test program for r_vm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 219:9f533925501a
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Jul 16 09:44:56 2009 +0000
|
|
|
|
files: libr/cons/input.c
|
|
|
|
description:
|
|
|
|
* Fix warnings in cons/input
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 218:40eda2c9dfac
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Jul 16 09:40:00 2009 +0000
|
|
|
|
files: configure configure.acr libr/Makefile libr/bin/format/elf/elf.h libr/rules.mk pkgcfg/libr.pc.acr pkgcfg/r_anal.pc.acr pkgcfg/r_asm.pc.acr pkgcfg/r_bin.pc.acr pkgcfg/r_bininfo.pc.acr pkgcfg/r_cmd.pc.acr pkgcfg/r_config.pc.acr pkgcfg/r_cons.pc.acr pkgcfg/r_core.pc.acr pkgcfg/r_debug.pc.acr pkgcfg/r_diff.pc.acr pkgcfg/r_flags.pc.acr pkgcfg/r_hash.pc.acr pkgcfg/r_io.pc.acr pkgcfg/r_lang.pc.acr pkgcfg/r_lib.pc.acr pkgcfg/r_line.pc.acr pkgcfg/r_macro.pc.acr pkgcfg/r_meta.pc.acr pkgcfg/r_parse.pc.acr pkgcfg/r_print.pc.acr pkgcfg/r_range.pc.acr pkgcfg/r_reg.pc.acr pkgcfg/r_search.pc.acr pkgcfg/r_sign.pc.acr pkgcfg/r_socket.pc.acr pkgcfg/r_syscall.pc.acr pkgcfg/r_trace.pc.acr pkgcfg/r_util.pc.acr pkgcfg/r_var.pc.acr pkgcfg/r_vm.pc.acr
|
|
|
|
description:
|
|
|
|
* Autogenerate libr.pc.acr with 'make pkgcfg'
|
|
|
|
* Revert elf.h (was partially killed by zeroes)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 217:b05e9c22d7fa
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Jul 16 09:24:17 2009 +0000
|
|
|
|
files: libr/Makefile libr/asm/Makefile libr/asm/arch/csr/csr_disasm/dis.c
|
|
|
|
description:
|
|
|
|
* Fix memory leak and simplify the code of the CSR disassembler
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 216:20919062a006
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Jul 16 00:30:20 2009 +0000
|
|
|
|
files: Makefile TODO config-user.mk.acr configure configure.acr env.sh libr/Makefile libr/bin/format/elf/elf.h libr/hash/crca.c libr/include/r_util.h libr/rules.mk libr/util/mem.c libr/vapi/r_util.vapi pkgcfg/Makefile pkgcfg/libr.pc.acr pkgcfg/r_anal.pc.acr pkgcfg/r_asm.pc.acr pkgcfg/r_bin.pc.acr pkgcfg/r_bininfo.pc.acr pkgcfg/r_cmd.pc.acr pkgcfg/r_config.pc.acr pkgcfg/r_cons.pc.acr pkgcfg/r_core.pc.acr pkgcfg/r_debug.pc.acr pkgcfg/r_diff.pc.acr pkgcfg/r_flags.pc.acr pkgcfg/r_hash.pc.acr pkgcfg/r_io.pc.acr pkgcfg/r_lang.pc.acr pkgcfg/r_lib.pc.acr pkgcfg/r_line.pc.acr pkgcfg/r_macro.pc.acr pkgcfg/r_meta.pc.acr pkgcfg/r_parse.pc.acr pkgcfg/r_print.pc.acr pkgcfg/r_range.pc.acr pkgcfg/r_reg.pc.acr pkgcfg/r_search.pc.acr pkgcfg/r_sign.pc.acr pkgcfg/r_socket.pc.acr pkgcfg/r_syscall.pc.acr pkgcfg/r_trace.pc.acr pkgcfg/r_util.pc.acr pkgcfg/r_var.pc.acr pkgcfg/r_vm.pc.acr
|
|
|
|
description:
|
|
|
|
* Added 'pkgcfg' directory with autogenerated .pc files
|
|
|
|
- 'make pkgcfg' does that automagically :)
|
|
|
|
* Implement r_mem_mem function in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 215:62e7280a78c4
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Jul 13 19:56:46 2009 +0200
|
|
|
|
files: libr/vapi/r_search.vapi libr/vapi/t/Makefile libr/vapi/t/asm.gs libr/vapi/t/search.gs libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Added Genie examples in the vapi test directory
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 214:bf817406ea97
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Jul 08 17:14:19 2009 +0000
|
|
|
|
files: libr/db/Makefile libr/db/db.c libr/db/t/test.c libr/db/table.c libr/include/r_db.h
|
|
|
|
description:
|
|
|
|
* Upload partial implementation of iterators and tables for r_db
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 213:47062240fe1b
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jul 08 13:56:04 2009 +0200
|
|
|
|
files: libr/core/core.c libr/include/r_core.h libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* More type renaming
|
|
|
|
- s/s64/st64/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 212:f802be2bcb43
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jul 08 13:49:55 2009 +0200
|
|
|
|
files: ChangeLog doc/lang-plugins libr/anal/anal.c libr/anal/p/anal_x86.c libr/asm/arch/csr/csr_disasm/dis.c libr/asm/arch/csr/csr_disasm/dis.h libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/arch/psosvm/vmas/vmas.c libr/asm/arch/psosvm/vmas/vmas.h libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_java.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/format/pe/pe_specs.h libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/bininfo/bininfo.c libr/bininfo/p/bininfo_addr2line.c libr/bp/bp.c libr/bp/p/bp_arm.c libr/bp/p/bp_x86.c libr/cmd/cmd.c libr/config/callback.c libr/config/config.c libr/cons/README libr/cons/print.c libr/core/cmd.c libr/core/core.c libr/core/file.c libr/core/io.c libr/core/visual.c libr/core/yank.c libr/db/TODO libr/db/db.c libr/debug/bp.c libr/debug/debug.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/regset.c libr/diff/diff.c libr/diff/t/radiff2.c libr/diff/t/test.c libr/flags/flags.c libr/flags/old_flags.c libr/flags/old_flags.h libr/hash/crc16.c libr/hash/crc32.c libr/hash/entropy.c libr/hash/hamdist.c libr/hash/hash.c libr/hash/hash.h libr/hash/md4.c libr/hash/sha2.h libr/hash/state.c libr/hash/t/hello.c libr/hash/t/rahash2.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bininfo.h libr/include/r_bp.h libr/include/r_config.h libr/include/r_core.h libr/include/r_db.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_flags.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_macro.h libr/include/r_meta.h libr/include/r_print.h libr/include/r_range.h libr/include/r_search.h libr/include/r_sign.h libr/include/r_trace.h libr/include/r_types.h libr/include/r_util.h libr/include/r_var.h libr/include/r_vm.h libr/io/io.c libr/io/map.c libr/io/p/dbg.c libr/io/p/ewf.c libr/io/p/malloc.c libr/io/p/ptrace.c libr/io/p/shm.c libr/io/section.c libr/io/undo.c libr/io/undo.h libr/line/dietline.c libr/macro/macro.c libr/meta/meta.c libr/meta/tmp/data.c libr/print/date.c libr/print/format.c libr/print/print.c libr/print/t/fmt.c libr/print/t/hex.c libr/range/range.c libr/search/aes-find.c libr/search/binparse.c libr/search/bytepat.c libr/search/old_xrefs.c libr/search/regexp.c libr/search/search.c libr/search/stripstr.c libr/search/t/rafind2.c libr/search/t/test-regexp.c libr/search/t/test-str.c libr/search/t/test.c libr/search/xrefs.c libr/socket/socket.c libr/trace/trace.c libr/util/alloca.c libr/util/cache.c libr/util/file.c libr/util/hex.c libr/util/mem.c libr/util/num.c libr/util/t/rax2.c libr/util/t/test.c libr/vapi/r_io.vapi libr/var/var.c libr/vm/mmu.c libr/vm/reg.c libr/vm/stack.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Change the name of some types
|
|
|
|
- s/u64/ut64/
|
|
|
|
- s/u32/ut32/
|
|
|
|
- s/u16/ut16/
|
|
|
|
- s/u8/ut8/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 211:85b2ec7b9f10
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jul 08 02:06:27 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- More refactoring
|
|
|
|
- Remove dupped code from Elf_(get_import_addr)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 210:b1efa59dc3aa
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jul 07 18:33:21 2009 +0200
|
|
|
|
files: libr/bin/p/bin_elf.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- minor fixup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 209:8888c1995ee9
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jul 07 18:01:49 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/p/bin_dummy.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_mach0.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- more refactoring
|
|
|
|
- r_bin_elf_imports and r_bin_elf_symbols unified into r_bin_elf_symbols
|
|
|
|
- removed section_resize (needs to be rewritten)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 208:80080a3c9e16
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jul 05 16:57:09 2009 +0200
|
|
|
|
files: libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- *_open return -1 on fail
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 207:ff053aedbf65
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jul 05 16:49:47 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/elf/elf_specs.h libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/t/rabin2.c libr/include/r_bin.h libr/include/r_util.h libr/util/mem.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* r_util
|
|
|
|
- Add r_str_dup_printf
|
|
|
|
* r_bin_elf
|
|
|
|
- Huge refactoring
|
|
|
|
r_bin_elf_get_{imports, symbols} will be modified soon
|
|
|
|
r_buf|r_io will be used, so 'swap-endian' and 'malloc-lseek-read' calls will be removed
|
|
|
|
Need to rethink section resize (temporary disabled)
|
|
|
|
* rabin2
|
|
|
|
- Refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 206:abdc8c442447
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Jun 18 13:10:26 2009 +0000
|
|
|
|
files: libr/db/README libr/db/db.c libr/db/t/test.c libr/include/r_db.h
|
|
|
|
description:
|
|
|
|
* Added r_db_delete() method in r_db api
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 205:f13861629b56
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Jun 15 18:31:03 2009 +0200
|
|
|
|
files: libr/db/README libr/db/TODO libr/db/db.c libr/db/t/test.c
|
|
|
|
description:
|
|
|
|
* Initial working version (with test) of r.db
|
|
|
|
- Ow yeah! (missing r_db_delete and iterators)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 204:b0c91d804a9b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Jun 15 02:44:05 2009 +0000
|
|
|
|
files: Makefile TODO libr/Makefile libr/core/cmd.c libr/db/Makefile libr/db/db.c libr/db/t/Makefile libr/db/t/test.c libr/flags/flags.c libr/include/r_db.h libr/include/r_flags.h libr/util/file.c libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial import of r_db
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 203:4ecc3daa3b9d
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jun 12 19:33:31 2009 +0200
|
|
|
|
files: libr/bin/p/bin_pe.c libr/syscall/win7.c
|
|
|
|
description:
|
|
|
|
* Fixed r_bin_pe segfault with .NET PE files
|
|
|
|
* Added windows 7 syscalls table to r_syscall under win7.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 202:ea0f5cce4672
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jun 11 14:28:35 2009 +0200
|
|
|
|
files: libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Fixed bug in r_bin_elf resolving imports
|
|
|
|
* Fixed 'rasm2 -o'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 201:262e2784901d
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jun 03 12:58:18 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf_specs.h
|
|
|
|
description:
|
|
|
|
* Fixed Elf64_Xword/Elf32_word bug in r_bin_elf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 200:94ef1998aaff
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu May 28 10:57:30 2009 +0000
|
|
|
|
files: libr/TODO libr/bin/format/elf/elf.c libr/bin/p/bin_elf.c libr/core/cmd.c libr/debug/debug.c libr/flags/flags.c libr/flags/spaces.c libr/flags/t/test.c libr/include/r_anal.h libr/include/r_debug.h libr/socket/socket.c
|
|
|
|
description:
|
|
|
|
* Minor syntax changes
|
|
|
|
* USE_BTREE is now optional in r_flags
|
|
|
|
- better test case (but im still unable to reproduce the bug)
|
|
|
|
* Fix build (r_anal.h)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 199:8c1a1e3eacaf
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed May 20 12:41:04 2009 +0000
|
|
|
|
files: libr/asm/asm.c libr/bin/p/bin_elf.c libr/bin/p/bin_mach0.c libr/cons/cons.c libr/include/r_util.h libr/util/str.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Sync local random changes with public repo
|
|
|
|
* Forwport of the 'Y' yesno issue of r1
|
|
|
|
* R_APIize r_util a bit more
|
|
|
|
* Added r_str_ansi_* helper functions
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 198:6a582129be2e
|
|
|
|
user: nibble
|
|
|
|
date: Sun May 17 12:01:02 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/bin/p/Makefile libr/bin/p/bin_dummy.c libr/bin/p/dummy.mk libr/bin/t/rabin2.c libr/config.h libr/config.mk libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* rabin2
|
|
|
|
- Flags '-x' and '-w' unified into '-o'
|
|
|
|
- '-w' is used to open file in rw mode
|
|
|
|
- More refactoring
|
|
|
|
* r_bin
|
|
|
|
- Added bin_dummy plugin
|
|
|
|
- get_strings works now with unknown formats
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 197:fc627822e206
|
|
|
|
user: nibble
|
|
|
|
date: Tue May 05 23:49:40 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Fixed resize_section in r_bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 196:e9f612772da4
|
|
|
|
parent: 195:242aca513fc7
|
|
|
|
parent: 194:d00ba5d2e17c
|
|
|
|
user: nibble
|
|
|
|
date: Sat May 02 01:08:57 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/include/r_anal.h libr/io/p/Makefile
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 195:242aca513fc7
|
|
|
|
parent: 193:77d0ca6e6db5
|
|
|
|
user: nibble
|
|
|
|
date: Sat May 02 01:04:32 2009 +0200
|
|
|
|
files: libr/bin/t/rabin2.c libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* Fixed ERR()
|
|
|
|
* Added flags -x (extract) and -w (write) to rabin
|
|
|
|
-w r/<section_name>/<size> resizes a section
|
|
|
|
-x d/s[/<length>] dumps symbols
|
|
|
|
-x d/S/<section_name> dumps the specified section
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 194:d00ba5d2e17c
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri May 01 01:25:28 2009 +0000
|
|
|
|
files: libr/cons/README libr/search/t/rafind2.c libr/socket/socket.c
|
|
|
|
description:
|
|
|
|
* Fix rafind2 -x and make it less verbose
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 193:77d0ca6e6db5
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 30 13:46:29 2009 +0200
|
|
|
|
files: libr/bin/format/pe/pe.c
|
|
|
|
description:
|
|
|
|
* Fixed bug in r_bin_pe resolving imports
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 192:edc19e4ead40
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 29 18:56:30 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Huge refactoring of r_bin_elf_resize_section
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 191:4fafa57fba8d
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 27 00:34:54 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/t/rasm2.c libr/include/r_asm.h libr/vapi/r_asm.vapi
|
|
|
|
description:
|
|
|
|
* Added mdisassemble into r_asm
|
|
|
|
* Update r_asm vapi
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 190:82a70d755b5e
|
|
|
|
user: nibble
|
|
|
|
date: Sat Apr 25 20:44:27 2009 +0200
|
|
|
|
files: .hgtags
|
|
|
|
description:
|
|
|
|
Added tag 0.2 for changeset b8a299e8cb05
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 189:b8a299e8cb05
|
|
|
|
tag: 0.2
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 25 19:43:47 2009 +0000
|
|
|
|
files: ChangeLog Makefile config.mk
|
|
|
|
description:
|
|
|
|
* Sync changelog for 0.2
|
|
|
|
* RELEASE=1
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 188:3bb39cbae540
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 25 17:59:52 2009 +0000
|
|
|
|
files: Makefile config.mk
|
|
|
|
description:
|
|
|
|
* Release 0.2
|
|
|
|
|
|
|
|
|
2009-04-25 19:43:47 +00:00
|
|
|
===== RELEASE 0.2 =====
|
|
|
|
|
|
|
|
changeset: 187:d1db102f267b
|
|
|
|
tag: tip
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 25 11:29:39 2009 +0000
|
|
|
|
files: Makefile
|
|
|
|
description:
|
|
|
|
* Fix make dist
|
|
|
|
* Added make shot target
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 186:6c70a4d4b40e
|
|
|
|
user: nibble
|
|
|
|
date: Fri Apr 24 12:12:15 2009 +0200
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Added r_bin_get_fields
|
|
|
|
- Added flag -H to rabin2 to list header fields
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 185:30e176797a0f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 23 10:31:55 2009 +0000
|
|
|
|
files: libr/asm/arch/psosvm/vmas/vmas.c libr/asm/arch/psosvm/vmas/vmas.h libr/asm/asm.c libr/include/r_asm.h libr/search/search.c
|
|
|
|
description:
|
|
|
|
* Fix vmas assembler plugin license header
|
|
|
|
* Added set_subarch() method for r_asm plugins
|
|
|
|
- Not yet used by any plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 184:33052f341aeb
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 23 00:09:55 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_java.c libr/asm/p/asm_psosvm.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
r_asm
|
|
|
|
- Remove some warnings from r_asm
|
|
|
|
- Redefine parameters in several functions
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 183:7e8fb351dbde
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Apr 22 20:17:49 2009 +0200
|
|
|
|
files: libr/asm/arch/psosvm/vmas/vmas.c libr/asm/arch/psosvm/vmas/vmas.h libr/asm/p/Makefile libr/asm/p/asm_psosvm.c libr/asm/p/psosvm.mk
|
|
|
|
description:
|
|
|
|
* Apply skurz0's patch implementing psosvm architecture for r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 182:c7919d910a2c
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 22 16:29:30 2009 +0200
|
|
|
|
files: configure libr/asm/asm.c libr/config.h libr/config.mk libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added pseudo-instruction .bits
|
|
|
|
- Added asm_x86_nasm as static plugin
|
|
|
|
* r_bin
|
|
|
|
- Added pe, pe64, elf64 and java as static plugins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 181:e1a02b7f6547
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 22 00:42:18 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/core/file.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added pseudo-instruction .org
|
|
|
|
- .asciz renamed to .string
|
|
|
|
* r_core
|
|
|
|
- Fixed r_bin format detection at opening
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 180:c14d9357a5c5
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 21 13:39:33 2009 +0200
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Now instructions are splitted by '\n' '\r' and ';'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 179:de573ee72aa3
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 21 12:11:07 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/bin/format/elf/elf.c libr/include/r_util.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Minor fixups in r_bin_elf
|
|
|
|
* r_asm
|
|
|
|
- Added multiline support to massemble
|
|
|
|
- Fixed buf_hex generation in massemble
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 178:3cdd3b1a6c6e
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Apr 20 17:54:18 2009 +0200
|
|
|
|
files: configure configure.acr libr/Makefile
|
|
|
|
description:
|
|
|
|
* Fix generation of libr.pc from ACR instead of the hacky makefile way
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 177:9e54aa9cc1e8
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 20 13:26:29 2009 +0200
|
|
|
|
files: libr/asm/asm.c
|
|
|
|
description:
|
|
|
|
* Fixed labels bug in r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 176:a23ef008ca7e
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 20 13:11:50 2009 +0200
|
|
|
|
files: Makefile
|
|
|
|
description:
|
|
|
|
* Fixed build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 175:11281b1d48ee
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Apr 20 13:02:04 2009 +0200
|
|
|
|
files: Makefile config-user.mk.acr libr/Makefile
|
|
|
|
description:
|
|
|
|
* Apply elektranox patch for the makefiles
|
|
|
|
- replace mkdir with INSTALL_.. thanks!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 174:11b1e2e270e6
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Apr 20 12:31:12 2009 +0200
|
|
|
|
files: libr/Makefile libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in r_file_slurp_random()
|
|
|
|
- Thanks elektranox
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 173:c2377e0abfbe
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Apr 20 11:57:36 2009 +0200
|
|
|
|
files: libr/debug/p/dbg_ptrace.c libr/io/p/ptrace.c
|
|
|
|
description:
|
|
|
|
* Fix --without-debugger usage O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 172:97abaa1584ff
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Apr 20 11:42:05 2009 +0200
|
|
|
|
files: config-user.mk.acr libr/Makefile
|
|
|
|
description:
|
|
|
|
* Apply elektranox patch using INSTALL instead of cp
|
|
|
|
- Fixes installation permissions
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 171:ec4a4f6b794d
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 20 11:37:54 2009 +0200
|
|
|
|
files: libr/asm/p/asm_x86_olly.c
|
|
|
|
description:
|
|
|
|
* Fixed infinite loop in asm_x86_olly when str == ""
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 170:671643644519
|
|
|
|
parent: 168:5a721649b38b
|
|
|
|
parent: 169:a43c5271a1d6
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Apr 19 23:30:15 2009 +0000
|
|
|
|
description:
|
|
|
|
* Oops merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 169:a43c5271a1d6
|
|
|
|
parent: 167:5b2ab379e3c1
|
|
|
|
user: nibble
|
|
|
|
date: Sun Apr 19 23:43:43 2009 +0200
|
|
|
|
files: libr/core/config.c libr/include/r_userconf.h.acr
|
|
|
|
description:
|
|
|
|
* Fix build O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 168:5a721649b38b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Apr 19 23:30:01 2009 +0000
|
|
|
|
files: libr/Makefile
|
|
|
|
description:
|
|
|
|
* Fix plugin perms (thanks elektranox)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 167:5b2ab379e3c1
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Apr 19 20:55:25 2009 +0000
|
|
|
|
files: configure configure.acr libr/core/config.c libr/debug/p/dbg_ptrace.c libr/include/r_types.h libr/include/r_userconf.h.acr libr/io/p/ptrace.c
|
|
|
|
description:
|
|
|
|
* Added --without-debugger configure flag to disable the build of
|
|
|
|
io/p/ptrace and debug/p/dbg_ptrace plugins
|
|
|
|
* Added a global include/r_userconf.h generated by ./configure
|
|
|
|
to use options defined at cpp level
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 166:adf9fbbb9731
|
|
|
|
user: nibble
|
|
|
|
date: Sun Apr 19 20:09:07 2009 +0200
|
|
|
|
files: libr/asm/Makefile libr/asm/asm.c libr/asm/t/Makefile libr/bin/bin.c libr/bin/format/elf/elf_specs.h libr/include/r_asm.h libr/include/r_util.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added pseudo-instruction .arch
|
|
|
|
- Improve label parsing
|
|
|
|
- Dropped r_cmd dependency
|
|
|
|
* r_bin
|
|
|
|
- Fixed string address issue
|
|
|
|
- Minor fixup in elf_specs.h
|
|
|
|
* r_util
|
|
|
|
- Removed '.' from isseparator
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 165:b7a7e52e2ff8
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 18 21:49:17 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/visual.c libr/flags/flags.c
|
|
|
|
description:
|
|
|
|
* Do not force 's eip' in so many places
|
|
|
|
- '.' key makes
|
|
|
|
* Use workaround in r_flag_get_i() using the slow foreach loop
|
|
|
|
- we need to fix the btree algo
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 164:b09401b925ef
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Apr 17 11:42:45 2009 +0000
|
|
|
|
files: TODO libr/core/config.c libr/core/t/radare2.c libr/core/visual.c libr/debug/bp.c libr/debug/handle.c libr/debug/p/dbg_gdb.c libr/debug/p/dbg_ptrace.c libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* cleanup the TODO file
|
|
|
|
* Added cfg.debug config variable
|
|
|
|
* Fix the basic stuff for r.dbg.reg api integrated with core
|
|
|
|
* Failover into the plugin breakpoint implementation to support
|
|
|
|
non memory breakpoints like API ones or hardware ones
|
|
|
|
* Added initial non-working version of the gdbwrap debug plugin
|
|
|
|
- We need to design an IO plugin for gdbwrap too (or a way to
|
|
|
|
change the IO based on the debug plugin)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 163:f2e301cd80f3
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 16 23:42:31 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/t/radare2.c libr/debug/regset.c
|
|
|
|
description:
|
|
|
|
* Fix bugs in regset debug module
|
|
|
|
- Make radare2 core use the new register api
|
|
|
|
- Needs more work, but it is at least usable :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 162:6af3ad7eb90e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 16 20:49:18 2009 +0000
|
|
|
|
files: libr/anal/p/anal_x86.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/t/radare2.c libr/debug/debug.c libr/debug/reg.c libr/include/r_debug.h libr/reg/README
|
|
|
|
description:
|
|
|
|
* Sync x86 code analysis fixups from r1
|
|
|
|
* Fix some segfaults on the not-yet-used dbg.reg api
|
|
|
|
* Now uses .radare2rc
|
|
|
|
* Some R_APIzation in r_debug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 161:a7917b877da3
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 16 19:20:03 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/include/r_asm.h libr/vapi/r_asm.vapi libr/vapi/t/asm.vala
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fixed binary output of rasm2
|
|
|
|
- Added R_ASM_BUFSIZE
|
|
|
|
- vapi update
|
|
|
|
- Added assemble test into asm.vala
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 160:f29ee39a7af7
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 16 18:03:51 2009 +0200
|
|
|
|
files: libr/asm/Makefile libr/asm/arch/x86/bea/Includes/Routines_ModRM.c libr/asm/asm.c libr/asm/t/Makefile
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added full label support (fixed bug with postdefined labels)
|
|
|
|
- Removed some warnings in bea
|
|
|
|
- Removed r_flags dependency
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 159:6246f2cda01d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 15 21:19:42 2009 +0000
|
|
|
|
files: libr/hash/hash.c libr/hash/hash.h libr/hash/t/Makefile libr/hash/t/rahash2.c libr/include/r_hash.h libr/vapi/t/asm.vala
|
|
|
|
description:
|
|
|
|
* Added r_hash_name_to_bits
|
|
|
|
* Initial implementation of rahash2 with md4 and md5 :)
|
|
|
|
- No block bases hashing support yet. Just a POC
|
|
|
|
* Make asm.vala example work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 158:d26b6a494e8e
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Apr 15 20:24:19 2009 +0200
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/include/r_core.h libr/include/r_util.h libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Added 'yt' command (yank to)
|
|
|
|
* Fix help for ?$ -> ???
|
|
|
|
- New variables (sync with r1 are available)
|
|
|
|
- $$, $$$, $e, $j, $f, $r and ${..}
|
|
|
|
* Implement wf, wF and wt (but not wtf :P)
|
|
|
|
* Fix some minor warnings
|
|
|
|
* Added new slurp_hexpairs helper
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 157:ca296e854e2c
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 15 14:37:18 2009 +0200
|
|
|
|
files: libr/asm/Makefile libr/asm/asm.c libr/asm/t/Makefile libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added label support using r_flags
|
|
|
|
* r_util_str
|
|
|
|
- Added macro isseparator
|
|
|
|
- r_str_word_* functions use isseparator now
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 156:3334f3f3ae84
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 15 11:09:36 2009 +0000
|
|
|
|
files: libr/debug/Makefile libr/debug/debug.c libr/debug/p/dbg_ptrace.c libr/debug/reg.c libr/debug/regset.c libr/include/r_debug.h libr/include/r_types.h man/rabin2.1 man/radare2.1 man/radiff2.1 man/rahash2.1 man/rasm2.1 man/rax2.1
|
|
|
|
description:
|
|
|
|
* Initial work on the register API for r_debug
|
|
|
|
- r_debug_reg and r_debug_regset
|
2010-05-25 23:42:22 +00:00
|
|
|
- Plugins dbg->newstate to force register sync
|
2009-04-25 19:43:47 +00:00
|
|
|
- Only dbg.reg.read() for x86-32 and 64
|
|
|
|
* Added dummy copy of manpages (from old radare1)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 155:ee35c2bfc3cf
|
|
|
|
user: pancake@fluendo-build
|
|
|
|
date: Wed Apr 15 12:01:12 2009 +0200
|
|
|
|
files: libr/bp/bp.c libr/core/cmd.c libr/core/core.c libr/debug/bp.c libr/debug/pid.c libr/include/r_bp.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Fix breakpoint management issues in r_bp
|
|
|
|
- Make r_bp_enable return bp_item
|
|
|
|
- dbh: breakpoint handler plugins can now be listed and selected
|
|
|
|
- Added 'dbe' and 'dbd' commands to enable and disable breakpoints
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 154:e05233a45279
|
|
|
|
user: pancake@fluendo-build
|
|
|
|
date: Wed Apr 15 01:34:59 2009 +0200
|
|
|
|
files: libr/debug/debug.c
|
|
|
|
description:
|
|
|
|
* Oops fix build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 153:891f442ff8aa
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 15 00:29:01 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/core/t/Makefile libr/debug/debug.c libr/io/p/ptrace.c libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Added fixture for rules.mk library build
|
|
|
|
* Added $s for filesize (like in r1)
|
|
|
|
* Added ? $? for help and ?$ alias
|
|
|
|
* Add r_bp as dependency for r_core in test programs (fix build)
|
|
|
|
* Use limits.h in io-ptrace to determine x86-32 or 64
|
|
|
|
* Fix a building bug in rules.mk
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 152:91d9fb6ac7f3
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 15 01:19:42 2009 +0200
|
|
|
|
files: doc/fortunes libr/asm/asm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added pseudoinstruction .asciz
|
|
|
|
- asm_x86_olly assembles the shorter opcode
|
|
|
|
* rasm2
|
|
|
|
- Minor fixups and refactoring
|
|
|
|
* Misc
|
|
|
|
- Added new quote into fortunes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 151:ed4325e6e4ff
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 14 15:21:19 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_java.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_nasm.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/bin/t/rabin2.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fixed initialization
|
|
|
|
- Fixed assembly fallbacks
|
|
|
|
- Removed dupped memcpy's in disassembly functions
|
|
|
|
- Added the directive ORG to asm_x86_nasm
|
|
|
|
- Refactoring
|
|
|
|
* rabin2
|
|
|
|
- Added -L to list supported plugins
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 150:e4d7b761b1b5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Apr 13 22:47:02 2009 +0000
|
|
|
|
files: TODO libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/asm_java.c libr/asm/p/asm_x86_nasm.c libr/asm/p/x86nasm.mk libr/asm/t/rasm2.c libr/bp/Makefile libr/bp/bp.c libr/bp/p/bp_arm.c libr/bp/p/bp_x86.c libr/config.h libr/config.mk libr/hash/t/rahash2.c libr/include/r_bp.h libr/include/r_util.h libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Move buf_hex memcpy in r_asm instead of dupped code in every plugin
|
|
|
|
- Plugins needs to be synced
|
|
|
|
* Added x86nasm assembler backend to handle x86-64
|
|
|
|
- Not yet working. Pretty buggy :)
|
|
|
|
* Fix support of building static plugins for r_bp
|
|
|
|
- Statically link r_bp_x86 by default
|
|
|
|
* Implement ugly r_sys_cmd_str() command in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 149:31d4fcd17d11
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Apr 12 23:10:22 2009 +0000
|
|
|
|
files: libr/asm/t/rasm2.c libr/bp/bp.c libr/core/core.c libr/debug/bp.c libr/debug/debug.c libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* rasm2 -h does not list plugins (use -L)
|
|
|
|
* Fix div0 bug in r_bp_getbytes()
|
|
|
|
* Show 'enabled' / 'disabled' attribute of breakpoints
|
|
|
|
* Implement dbg_read and dbg_write callbacks for r_debug
|
|
|
|
- Added r_debug_set_io() to setup the IO for r_debug
|
|
|
|
* 'db' command can now add and remove breakpoints
|
|
|
|
- Not yet written into memory. only managed
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 148:6694fe2a82db
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Apr 12 22:46:44 2009 +0000
|
|
|
|
files: libr/asm/asm.c libr/bp/bp.c libr/bp/p/Makefile libr/bp/p/arm.mk libr/bp/p/bp_arm.c libr/bp/p/bp_x86.c libr/bp/p/x86.mk libr/core/cmd.c libr/core/libs.c libr/debug/Makefile libr/debug/bp.c libr/debug/debug.c libr/include/r_bp.h libr/include/r_debug.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* Initial pseudo-working implementation of the r_bp library
|
|
|
|
- Integrated with r_debug module
|
|
|
|
- Hardware breakpoints will be handled by the debug backend
|
|
|
|
- Breakpoints support software/hardware, lil/big endian, trace, enable/disable
|
|
|
|
- Plugin infrastructure adding software breakpoint templates
|
|
|
|
- Added x86 and arm software breakpoint plugins
|
|
|
|
* Some work on the 'db' command to manage debugger breakpoint
|
|
|
|
* Added empty dH to transplant process between debugger backends
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 147:13f56e50301f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 11 21:24:37 2009 +0000
|
|
|
|
files: libr/asm/t/rasm2.c libr/config/config.c
|
|
|
|
description:
|
|
|
|
* Add rasm2 -L flag to list loaded asm plugins
|
|
|
|
* Make r_config_set_i restore old value if callback fails
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 146:b6023669a2ad
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 11 21:22:20 2009 +0000
|
|
|
|
files: doc/releases doc/syntax libr/Makefile libr/anal/Makefile libr/anal/anal.c libr/anal/ctx.c libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_java.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_olly.c libr/bp/bp.c libr/config.h libr/config/config.c libr/core/Makefile libr/core/config.c libr/core/core.c libr/debug/p/dbg_ptrace.c libr/flags/t/Makefile libr/include/r_anal.h libr/include/r_asm.h libr/include/r_bp.h libr/include/r_config.h libr/include/r_debug.h
|
|
|
|
description:
|
|
|
|
* Initial dummy implementation of r_bp
|
|
|
|
- Managing breakpoints for the core
|
|
|
|
- Initial work on the support for breakpoints
|
|
|
|
for the r_debug plugins
|
|
|
|
* Adding some dummy work for context support in r_anal
|
|
|
|
* Make asm_set_bits check per-plugin supported bit sizes
|
|
|
|
- Now asm plugins have 'arch' and 'bits' attributes
|
|
|
|
- Used to setup default callbacks for undefined 'assemble' callback
|
|
|
|
- Also used to avoid setting asm.bits eval variable to invalid values
|
|
|
|
- We need a way to display all this data
|
|
|
|
* Added DEFAULT_ARCH in config.h to setup default arch to asm and anal
|
|
|
|
* Added r_config_set_i_cb()
|
|
|
|
- Make r_config_set restore value when callback is called and fails
|
|
|
|
- asm.bits now has a config callback
|
|
|
|
* Added _LAST in some r_anal enums
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 145:de6ccc04013a
|
|
|
|
user: nibble
|
|
|
|
date: Sat Apr 11 18:49:09 2009 +0200
|
|
|
|
files: libr/asm/Makefile libr/asm/asm.c libr/bin/format/elf/elf.c libr/include/r_asm.h libr/include/r_cmd.h libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added pseudo-instruction support using r_cmd
|
|
|
|
- Added .byte
|
|
|
|
* r_util_str
|
|
|
|
- Added r_str_trim
|
|
|
|
* r_cmd
|
|
|
|
- Fixed r_cmd.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 144:ac30bb05896a
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 09 01:03:49 2009 +0200
|
|
|
|
files: libr/asm/asm.c libr/asm/t/rasm2.c libr/bin/bin.c libr/bin/format/elf/elf.c libr/core/cmd.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Fixed error opening "sstripped" elfs
|
|
|
|
* r_asm
|
|
|
|
- Added r_asm_massemble
|
|
|
|
Assemble several instructions separated by ';'
|
|
|
|
* rasm2
|
|
|
|
- Updated assembly using r_asm_massemble
|
|
|
|
* core
|
|
|
|
- Updated 'wa' cmd using r_asm_massemble
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 143:22b17d5e7d4e
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 08 00:47:40 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c
|
|
|
|
description:
|
|
|
|
* Fixed resize_section for ELF64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 142:6aec19b28e36
|
|
|
|
user: nibble
|
|
|
|
date: Tue Apr 07 22:46:36 2009 +0200
|
|
|
|
files: libr/bin/format/elf/elf.c libr/bin/format/elf/elf_specs.h
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Fixed "imports bug" in ELF64
|
|
|
|
(needs more love ;)
|
|
|
|
- More fixups in section_resize for ELF64
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 141:c60b576bb0a6
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Apr 07 11:28:22 2009 +0000
|
|
|
|
files: libr/Makefile libr/cons/Makefile libr/cons/cons.c libr/cons/input.c libr/core/cmd.c libr/core/core.c libr/core/io.c libr/core/t/radare2.c libr/core/visual.c libr/core/yank.c libr/include/r_cons.h libr/include/r_core.h libr/print/print.c libr/sysproxy/README libr/sysproxy/listeners/getsock.S libr/sysproxy/listeners/lis_socket_tcp.S libr/sysproxy/listeners/lis_socket_udp.S libr/sysproxy/rpc.c libr/sysproxy/sp.h libr/sysproxy/syscall-linux.c libr/sysproxy/syscall.S libr/sysproxy/syscall.c libr/sysproxy/test_sp.c libr/sysproxy/test_srv.c libr/sysproxy/test_srv1.c libr/util/sys.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Make r_cons independent from r_line
|
|
|
|
- r_cons_user_fgets() is a configurable function pointer
|
|
|
|
- Simplify build
|
|
|
|
* Initial import of r_sysproxy
|
|
|
|
- Directly copied from r1 (no api or anything working yet)
|
|
|
|
* R_APIze r_vm and r_print
|
|
|
|
* Make r_core_seek more consistent
|
|
|
|
* Move r_cons_progressbar() to r_print
|
|
|
|
* Rename visual 'x' -> 'w' (oops)
|
|
|
|
- 'a' and 'w' are now compatible with cursor mode
|
|
|
|
* Implement r_sys_usleep() on w32 and fix r_sys_sleep()
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 140:9d5ade1b62c4
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Apr 07 00:26:41 2009 +0000
|
|
|
|
files: libr/asm/asm.c libr/asm/p/asm_x86_olly.c libr/core/cmd.c libr/core/visual.c libr/include/r_asm.h libr/include/r_var.h libr/io/p/ptrace.c libr/lang/p/Makefile libr/var/var.c
|
|
|
|
description:
|
|
|
|
* R_APIize r_asm and r_var
|
|
|
|
* Implement write support to r_io plugin dbg_ptrace
|
|
|
|
* Fix libtcc lang plugin compilation problem
|
|
|
|
* Use r_core_write_at instead of r_io_seek+r_io_write
|
|
|
|
* Implement 'wa' command.
|
|
|
|
- Integrated with visual mode (bind to 'a' key)
|
|
|
|
- Added 'x' key in visual to write hexpair strings
|
2009-07-08 11:49:55 +00:00
|
|
|
* Fix signature of 'assemble' function in r_asm (const ut8 *)
|
2009-04-25 19:43:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
changeset: 139:57f265321c90
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Apr 06 22:53:25 2009 +0000
|
|
|
|
files: config-user.mk.acr configure configure.acr doc/syntax libr/config/config.c libr/cons/cons.c libr/core/cmd.c libr/core/config.c libr/core/visual.c libr/flags/t/Makefile libr/include/r_config.h libr/include/r_meta.h libr/include/r_util.h libr/lang/p/Makefile libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Check for libtcc in acr to build or not r_lang_plugin_tcc
|
|
|
|
* R_APIze r_config
|
|
|
|
- Added r_config_swap
|
|
|
|
- Fix a bug in r_config_set for bool types
|
|
|
|
* Some more rules in doc/syntax
|
|
|
|
* Some integration from r_core to r_meta
|
|
|
|
- CC command is now working to add and remove comments
|
|
|
|
- Make 'C' show help and 'C*' list metadata
|
|
|
|
- CF is semi working
|
|
|
|
* Show comments in disassembly 'asm.comments'
|
|
|
|
* Added 'e!' command to toggle a eval variable value
|
|
|
|
- e!asm.bytes ; for example
|
|
|
|
* Drop arrow-debugging in r_core_visual
|
|
|
|
- Added key ';' to add comments
|
|
|
|
- Do not 's eip' on debug
|
|
|
|
* Fix build of flags test program (thanks graz!)
|
|
|
|
* Added r_str_chop_ro (read-only string chopping)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 138:a5530046db6a
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 06 17:11:37 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* More r_anal_reflines fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 137:71aefe508a93
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 06 14:48:46 2009 +0200
|
|
|
|
files: libr/anal/anal.c
|
|
|
|
description:
|
|
|
|
* Oops, type error in anal O:-)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 136:91ee71bb3d48
|
|
|
|
user: nibble
|
|
|
|
date: Mon Apr 06 14:01:56 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/include/r_util.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Added r_str_concatch
|
|
|
|
* Fixed reflines libc issue
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 135:a02a750c3036
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Apr 06 10:57:37 2009 +0000
|
|
|
|
files: doc/syntax libr/include/btree.h libr/include/list.h libr/util/btree.c
|
|
|
|
description:
|
|
|
|
* Added few coding style rules
|
|
|
|
* Added btree_optimize and btree_hittest() incomplete functions
|
|
|
|
- Just a PoC of the idea..with few test
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 134:a2b2483a63e5
|
|
|
|
user: nibble
|
|
|
|
date: Sun Apr 05 16:02:17 2009 +0200
|
|
|
|
files: libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* rasm2
|
|
|
|
- If '-l' value is greater than output length,
|
|
|
|
output is padded with nops
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 133:d931da8a7d69
|
|
|
|
user: nibble
|
|
|
|
date: Sun Apr 05 15:23:36 2009 +0200
|
|
|
|
files: libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* rasm2
|
|
|
|
- Added -B and -l flags for binary input/output
|
|
|
|
- Added support for assembling several instructions (separated by ;)
|
|
|
|
e.g.: $ rasm2 "push eax; push ebx"
|
|
|
|
* r_asm
|
|
|
|
- Fixed bug in asm_x86_olly
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 132:188e66191e88
|
|
|
|
parent: 130:95b1ea72d34b
|
|
|
|
parent: 131:56b00cf1481c
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 04 19:39:29 2009 +0000
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Merge heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 131:56b00cf1481c
|
|
|
|
parent: 129:76a703107d83
|
|
|
|
user: nibble
|
|
|
|
date: Fri Apr 03 13:01:58 2009 +0200
|
|
|
|
files: libr/Makefile libr/anal/anal.c libr/core/cmd.c libr/include/r_anal.h libr/line/Makefile
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Dropped param addr in r_anal_reflines_str
|
|
|
|
Use r_anal_set_pc instead
|
|
|
|
- Fixed asm.reflinesout behavior
|
|
|
|
* Fixed r_line build
|
|
|
|
* Fixed 'make install'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 130:95b1ea72d34b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Apr 04 19:38:59 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/flags/flags.c libr/flags/spaces.c libr/flags/t/Makefile libr/flags/t/test.c libr/include/btree.h libr/include/r_flags.h libr/include/r_util.h libr/util/Makefile libr/util/btree.c
|
|
|
|
description:
|
|
|
|
* Initial import of the binary tree search algorithm
|
|
|
|
- ATM lives in r_util, but should be moved to btree.h at some point
|
|
|
|
Like the kernel's list.h does.
|
|
|
|
- No node tree path find optimization yet
|
|
|
|
* Integrate btree with r_flag API
|
|
|
|
- Accelerates the resolution of flags per offset
|
|
|
|
- At some point we will need to use paralel tree's to store all the
|
|
|
|
nodes optimized by different fields (name, offset, ...)
|
|
|
|
* Added test program for flags and btree algorithm
|
|
|
|
* Change the print format of flags in the disassembly
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 129:76a703107d83
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Apr 03 11:11:17 2009 +0000
|
|
|
|
files: Makefile TODO autogen.sh config-user.mk.acr config.mk configure configure.acr libr/Makefile libr/config/config.c libr/cons/Makefile libr/cons/cons.c libr/cons/t/hello.c libr/core/cmd.c libr/core/t/radare2.c libr/core/visual.c libr/diff/bdiff.c libr/diff/t/test.c libr/flags/flags.c libr/hash/t/hello.c libr/include/r_cons.h libr/include/r_flags.h libr/include/r_types.h libr/include/r_util.h libr/io/handle.c libr/lang/p/Makefile libr/lang/p/radare.lua libr/lang/p/radare.py libr/lang/p/radare.rb libr/lang/p/ruby.c libr/line/dietline.c libr/rules.mk libr/stripsyms.sh libr/util/re.c libr/util/str.c libr/util/sys.c mk/gcc.mk mk/i486-mingw32-gcc.mk
|
|
|
|
description:
|
|
|
|
* Remove documentation in the uninstall target
|
|
|
|
* Add 'autogen.sh' to ease the use of 'acr'
|
|
|
|
- Added USERCC and USEROSTYPE configuration flags
|
|
|
|
--with-compiler : select a compiler from mk/
|
|
|
|
--with-ostype : select a target OS (not required for ming32 f.ex)
|
|
|
|
* Add language bindings APIs from radare1
|
|
|
|
- Fix some issues from the ruby language binding
|
|
|
|
- Checks if file exists before slurping and causing a ruby segfault
|
|
|
|
- Added language destructor (.fini pointer)
|
|
|
|
* Rename str_clean into r_str_chop
|
|
|
|
* Initial work on the port for ming-w32
|
|
|
|
* Show flags instead of bytes in disassembly (smart disasm)
|
|
|
|
* New r_sys_{get|set}env (for portability issues
|
|
|
|
* Added flags -i and -l to radare2
|
|
|
|
* Fix warnings and random code cleanup
|
|
|
|
* Added r_flag_get_i
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 128:f000dda8fabe
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 02 15:15:16 2009 +0200
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fixed bug in cmd.c O:-)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 127:03a7c1547bfa
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 02 15:07:26 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/config/config.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/include/r_anal.h libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Removed expand option from reflines
|
|
|
|
* Added function spacer
|
|
|
|
* Fixed fortunes bug
|
|
|
|
* Fixed history bug
|
|
|
|
* Fixed r_line_hist_add
|
|
|
|
* Fixed eval list bug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 126:20f65d45384e
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 02 11:36:34 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/core/cmd.c libr/core/config.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Fixed r_anal reflines
|
|
|
|
* Added config vars for configuring it
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 125:f974142e88d2
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Apr 02 12:15:04 2009 +0200
|
|
|
|
files: libr/include/r_cmd.h libr/include/r_core.h libr/macro/macro.c
|
|
|
|
description:
|
|
|
|
* Fix build (fix r_core_cmd_foreach signature)
|
|
|
|
* Fix use of uninitialized variable in r_macro
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 124:491c3d9e0a66
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 02 10:23:32 2009 +0000
|
|
|
|
files: libr/TODO libr/anal/p/anal_x86_bea.c libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/io.c libr/core/visual.c libr/include/r_anal.h libr/include/r_cmd.h libr/include/r_core.h libr/include/r_search.h libr/include/r_util.h libr/print/print.c libr/search/search.c
|
|
|
|
description:
|
|
|
|
* Another 700-LOC train-based commit
|
|
|
|
* Initial work on integrating the anal_x86_bea plugin
|
|
|
|
* Adds the concept of 'opcode families'
|
|
|
|
* Added 'cmdhit' from e cmd.hit
|
|
|
|
* Fix r_print_hexdump ascii column
|
|
|
|
* More R_APIziation
|
|
|
|
* Cleanup some warnings
|
|
|
|
* Added keyword index attribute to the keyword structure
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 123:a64df275b92e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 02 01:23:45 2009 +0000
|
|
|
|
files: libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* Import Ve command (visual configuration, 'e')
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 122:c63828155157
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 02 01:09:38 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* reflines partial fix
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 121:6dd2409549c5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 02 00:44:24 2009 +0000
|
|
|
|
files: libr/cons/cons.c libr/core/visual.c libr/flags/spaces.c libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* Implement r_core_visual_trackflags
|
|
|
|
- Directly ported from radare1 code
|
|
|
|
- Fixes a bug in r_cons
|
|
|
|
- Define 'noname' flagspace by default
|
|
|
|
* Fix a segfault in r_flag_spaces
|
|
|
|
* Change prop values order in radare2 -L
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 120:4c26ef595c69
|
|
|
|
user: nibble
|
|
|
|
date: Thu Apr 02 00:41:10 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_x86.c libr/bininfo/Makefile libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* More work on r_anal_reflines
|
|
|
|
* Fixed r_bininfo build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 119:037fd8c99f10
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Apr 02 00:07:58 2009 +0000
|
|
|
|
files: TODO libr/TODO libr/core/cmd.c libr/lib/lib.c libr/stripsyms.sh libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Fix segfault when using '&&'. Lost allocated pointer
|
|
|
|
* Fix some valgrind warnings
|
|
|
|
- The debugger+visual is now working more stable
|
|
|
|
* Comment 'strip -s' command in stripsyms.sh
|
|
|
|
- We need a better way to configure all this stuff (spp?)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 118:c9aab4bc0d2a
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 22:44:43 2009 +0000
|
|
|
|
files: TODO doc/releases libr/core/Makefile libr/core/cmd.c libr/core/file.c libr/core/libs.c libr/debug/Makefile libr/debug/debug.c libr/debug/pid.c libr/flags/spaces.c libr/include/r_debug.h libr/include/r_line.h libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* More R_API-zation
|
|
|
|
* More stuff in doc/release
|
|
|
|
* Added 'dk' for sending signals to processes in the debugger
|
|
|
|
- A bit hacky, but funny enought for testing
|
|
|
|
* Initial draft of the process-related API
|
|
|
|
- For handling tree's of processes with threads
|
|
|
|
* Fix a bug in dietline ('supr' key is working now
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 117:8f3595b89f23
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 10:41:42 2009 +0000
|
|
|
|
files: doc/releases libr/bin/Makefile libr/bin/t/Makefile libr/bin/t/rabin2.c libr/config.h libr/core/cmd.c libr/diff/Makefile libr/diff/bdiff.c libr/diff/diff.c libr/diff/t/radiff2.c libr/diff/t/test.c libr/include/r_diff.h libr/line/TODO
|
|
|
|
description:
|
|
|
|
* Fix LIBDIR path issue for r_bin
|
|
|
|
- Properly load all LIBR_PLUGINS from rabin2 too
|
|
|
|
- Maybe we will have to add a common stub for this
|
|
|
|
* Add r_bin_plugin_elf in the STATIC_PLUGINS list
|
|
|
|
* Add ii, iI, ie, is, iS, iz commands (accepts a * at the end)
|
|
|
|
- Wrappers to run rabin2 over the opened file
|
|
|
|
* Add -l flag to radiff2 (line diffing)
|
|
|
|
- Added -s flag to radiff2 (string distance)
|
|
|
|
- Move linediff test program into the test.c
|
|
|
|
- Use R_API for r_diff
|
|
|
|
- Use double for buffers_distance
|
|
|
|
- Fix -c flag (now we have modes and 'showcount' toggles)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 116:f9062076e0f8
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 01:46:37 2009 +0000
|
|
|
|
files: libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* Fix getter for r_lib_types strings
|
|
|
|
- zzZZzZ sleepy bug!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 115:e4699455f61d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 01:40:04 2009 +0000
|
|
|
|
files: config-user.mk.acr libr/include/r_lib.h libr/lib/lib.c libr/util/cache.c libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Fix build again O:)
|
|
|
|
- Remove config.mk includes from config-user.mk
|
|
|
|
- Fix sys.c missing include
|
|
|
|
* Added R_LIB_TYPE_LAST and implement a getter
|
|
|
|
* Add some missing license headers
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 114:50a6ca4f8a83
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 01:30:36 2009 +0000
|
|
|
|
files: config-user.mk.acr configure configure.acr libr/util/Makefile libr/util/sys.c
|
|
|
|
description:
|
|
|
|
* Fix recursive include issue in build
|
|
|
|
- Oops O:)
|
|
|
|
* Some fixups at ACR level for allowing --without-vala flag properly
|
|
|
|
* Added empty r_sys_cmd() APIs for r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 113:c26f57fbdb5d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 00:51:02 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/core/t/radare2.c
|
|
|
|
description:
|
|
|
|
* Applied minimalistic version of the Graz's patch adding history load/save
|
|
|
|
functionalities to radare2 command
|
|
|
|
* Set 'asm_x86' disassembler after loading the plugins
|
|
|
|
* Remove 'No file specified' message
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 112:fb7eb80a7c16
|
|
|
|
user: nibble
|
|
|
|
date: Wed Apr 01 00:32:26 2009 +0200
|
|
|
|
files: libr/anal/anal.c libr/anal/arch/x86/dislen.c libr/anal/arch/x86/dislen.h libr/anal/p/Makefile libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/core/cmd.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Added reflines support
|
|
|
|
- Fixed anal_x86 code
|
|
|
|
- Refactoring (removed r_asm dependency)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 111:42e8c0088a93
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Apr 01 00:28:13 2009 +0000
|
|
|
|
files: Makefile config-user.mk.acr config.mk libr/Makefile libr/asm/p/arm.mk libr/bin/Makefile libr/bininfo/Makefile libr/config.mk libr/cons/cons.c libr/core/Makefile libr/core/config.c libr/core/core.c libr/core/libs.c libr/core/t/Makefile libr/core/t/radare2.c libr/debug/debug.c libr/debug/p/Makefile libr/debug/p/dbg-ptrace.c libr/debug/p/dbg_ptrace.c libr/include/r_core.h libr/include/r_lib.h libr/include/r_types.h libr/lib/lib.c libr/rules.mk mk/gcc.mk
|
|
|
|
description:
|
|
|
|
* Huge build system refactoring
|
|
|
|
- Make proper use of the config-user.mk
|
|
|
|
- Accelerate build by manually checking timestamps of bin/lib to objs/srcs
|
|
|
|
- Use '-MD' by default
|
|
|
|
- Lot of minor fixups done in multiple places
|
|
|
|
- Fix PREFIX/LIBDIR installation/loading problems for plugins
|
|
|
|
- Some segfaults has been fixed
|
|
|
|
- Use R_API in r_core and r_lib
|
|
|
|
* Add 'vm' to be build by libr by default
|
|
|
|
* Add 'libs.c' in core/ to manage plugins from core
|
|
|
|
- Added 'dir.plugins'
|
|
|
|
- Make '-e' and '-L' radare2 flags work
|
|
|
|
- Plugins are not loaded multiple times now
|
|
|
|
* Added r_lib_types string array containing plugin types strings
|
|
|
|
* Minor fixups in r_debug
|
|
|
|
- Properly check 'contsc' delegate
|
|
|
|
- Separate r_debug_wait()
|
|
|
|
* Rename dbg-ptrace into dbg_ptrace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 110:1f42132c6dd9
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 31 22:05:18 2009 +0200
|
|
|
|
files: libr/Makefile libr/anal/anal.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Some changes in r_anal
|
|
|
|
* Fixed build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 109:b42454435c93
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Tue Mar 31 17:19:31 2009 +0200
|
|
|
|
files: libr/config.h libr/config.mk libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Do not enable static debug by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 108:b28b709c482c
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 31 16:52:58 2009 +0200
|
|
|
|
files: libr/diff/diff.c libr/diff/t/test.c libr/include/r_diff.h
|
|
|
|
description:
|
|
|
|
* Added Levenshtein distance algorithm in r_diff
|
|
|
|
* Added corresponding test case
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 107:0787d3b6f875
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 31 10:55:26 2009 +0000
|
|
|
|
files: config.mk libr/config.mk libr/core/cmd.c libr/vapi/r_asm.vapi libr/vapi/r_bin.vapi libr/vapi/t/asm.vala libr/vapi/t/bin.vala libr/vapi/t/hash.vala libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* set STATIC DEBUG to 0
|
|
|
|
* Make p/elf.mk STATIC_BIN_PLUGIN
|
|
|
|
* Add dummy 'undowrite' command
|
|
|
|
* Some random unuseful work on vapi's for bin+asm
|
|
|
|
- Still not usable, but compiles at least
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 106:72621e5bdec9
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 31 00:57:39 2009 +0000
|
|
|
|
files: config-user.mk.acr config.mk configure configure.acr
|
|
|
|
description:
|
|
|
|
* Integrate acr configure script with the makefiles
|
|
|
|
- Check for libewf and valac
|
|
|
|
* include config-user.mk from config.mk overriding config.mk options
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 105:a412c19cc08d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 31 00:50:36 2009 +0000
|
|
|
|
files: libr/core/t/radare2.c
|
|
|
|
description:
|
|
|
|
* Oops in getopt
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 104:95fa8032dadb
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 31 00:50:02 2009 +0000
|
|
|
|
files: Makefile config.mk libr/config.h libr/core/t/radare2.c libr/crypto/crypto.c libr/crypto/p/aes.c libr/crypto/p/aes.h libr/diff/Makefile libr/diff/bdiff.c libr/diff/t/file1 libr/diff/t/file2 libr/hash/hash.c libr/include/r_types.h libr/io/p/Makefile libr/io/p/dbg.c libr/io/p/ewf.c libr/io/p/shm.c libr/lang/p/Makefile libr/lang/p/mkruby.rb libr/lib/lib.c libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Fix 'install' target (missing double '$')
|
|
|
|
* Add STATIC_DEBUG and RUNTIME_DEBUG config.mk variables
|
|
|
|
- Mirrored in C as R_DEBUG and R_RTDEBUG
|
|
|
|
- Defines IFDBG and IFRTDBG macros
|
|
|
|
- used in r_lib, checks for RLIB_RTDEBUG environment variable
|
|
|
|
* Added -f and -L flags to radare2
|
|
|
|
* Added initial dummy work on r_crypto module
|
|
|
|
- Added 'aes' algorithm
|
|
|
|
* Added EXTRA_TARGETS and EXTRA_CLEAN targets in makefiles
|
|
|
|
to build extra programs or libraries in a single directory
|
|
|
|
* Initial working stuff with hg's bdiff.c
|
|
|
|
- Working as a line based diffing tool. 'linediff'
|
|
|
|
- Added 2 files for testing linediff
|
|
|
|
* Prefix io plugins with io_
|
|
|
|
- Added ewf and shm io plugins
|
|
|
|
* Prefix lang plugins with lang_
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 103:4b4c32afb181
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Fri Mar 27 13:55:59 2009 +0100
|
|
|
|
files: libr/diff/bdiff.c
|
|
|
|
description:
|
|
|
|
* Import 'dummy' mercurial's bdiff (needs to be plugged)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 102:0c5286b122b7
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 27 11:28:25 2009 +0000
|
|
|
|
files: Makefile config.mk libr/TODO libr/include/r_util.h libr/sign/README libr/util/Makefile libr/util/cache.c
|
|
|
|
description:
|
|
|
|
* Fix doc installation path
|
|
|
|
* Up config.mk version to 0.2b
|
|
|
|
* Cleanup TODO
|
|
|
|
* Initial implementation of r_cache (optimization for disassembler)
|
|
|
|
* Add readme for r_sign (some randome notes and ideas)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 101:39509b39332f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 27 09:47:19 2009 +0000
|
|
|
|
files: libr/TODO libr/core/cmd.c libr/lang/p/Makefile libr/lang/p/lua.c libr/lang/p/tcc.c
|
|
|
|
description:
|
|
|
|
* Add 'tcc' lang plugin
|
|
|
|
* Implement lua lang plugin
|
|
|
|
* Rename 'CD' command to 'CL' (code lines takes more sense)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 100:aa017dcd2712
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 27 00:16:27 2009 +0000
|
|
|
|
files: Makefile libr/bininfo/p/bininfo_addr2line.c libr/core/Makefile libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/t/Makefile libr/core/t/radare2.c libr/core/visual.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Fix installation of documentation
|
|
|
|
* Fix popen() fread-related bug in addr2line plugin for bininfo
|
|
|
|
* Add 'fo' command.
|
|
|
|
- Installs the 'fortunes' file
|
|
|
|
* Add 'CD' command (show debug information of file using bininfo)
|
|
|
|
* Add scr.seek and cfg.fortunes config keys
|
|
|
|
- scr.seek works in visual mode (cleanup debug visual mode)
|
|
|
|
- cfg.fortunes runs 'fo' command at startup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 99:c24937ca870f
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Mar 25 20:53:26 2009 +0100
|
|
|
|
files: Makefile config-user.mk.acr configure configure.acr doc/fortunes
|
|
|
|
description:
|
|
|
|
* Import fortunes from radare1
|
|
|
|
- Add dummy ACR configure script
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 98:67b9dacca08e
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 25 20:51:26 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/t/rabin2.c libr/bininfo/bininfo.c libr/bininfo/p/bininfo_addr2line.c libr/include/r_bin.h libr/include/r_bininfo.h
|
|
|
|
description:
|
|
|
|
* r_bin & r_bininfo
|
|
|
|
- Added "check" function to plugins
|
|
|
|
(used by _open for auto setting)
|
|
|
|
- Removed hardcoded format autodetection
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 97:7b390db25654
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 25 15:52:17 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c libr/bininfo/bininfo.c libr/bininfo/p/bininfo_addr2line.c libr/bininfo/t/Makefile libr/bininfo/t/rabini.c libr/include/r_bin.h libr/include/r_bininfo.h
|
|
|
|
description:
|
|
|
|
* r_bin & r_bininfo
|
|
|
|
- Removed _set and _autoset functions
|
|
|
|
- _open (auto)sets the plugin now
|
|
|
|
- Refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 96:6d50190ce76a
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 23 23:07:31 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c libr/bininfo/bininfo.c libr/include/r_bin.h libr/include/r_bininfo.h
|
|
|
|
description:
|
|
|
|
* r_bin & r_bininfo
|
|
|
|
- Minor refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 95:7628bc8a0aeb
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Mar 23 13:22:23 2009 +0000
|
|
|
|
files: TODO config.mk libr/bininfo/bininfo.c libr/bininfo/p/bininfo_addr2line.c libr/bininfo/t/rabini.c libr/config.h libr/include/r_bininfo.h
|
|
|
|
description:
|
|
|
|
* Fix build (use gcc)
|
|
|
|
- Fix issues in r_bininfo (now the test program works)
|
|
|
|
- Properly add the static r_bininfo plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 94:01c5e38841a1
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Mar 22 04:37:46 2009 +0000
|
|
|
|
files: TODO config.mk libr/asm/p/arm.mk libr/bininfo/README libr/bininfo/bininfo.c libr/bininfo/p/Makefile libr/bininfo/p/addr2line.mk libr/bininfo/p/bininfo_addr2line.c libr/bininfo/t/Makefile libr/bininfo/t/rabini.c libr/config.mk libr/include/r_bininfo.h libr/include/r_util.h libr/rules.mk libr/util/file.c libr/util/re.c mk/gcc.mk mk/tcc.mk
|
|
|
|
description:
|
|
|
|
* Some work for r_bininfo library
|
|
|
|
- Extend API to get file and line numbers from a virtual address
|
|
|
|
- Added addr2line-like test program 'rabini'
|
|
|
|
- Added 'addr2line' plugin
|
|
|
|
* Add r_file_slurp_line helper in r_util
|
|
|
|
* Added initial work to support multiple compilers (gcc only atm)
|
|
|
|
- tcc support under development
|
|
|
|
- Make HAVE_REGEXP be optional
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 93:c7076bf8632a
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Mar 22 02:36:00 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/debug/debug.c libr/io/p/dbg.c
|
|
|
|
description:
|
|
|
|
* Tricky implementation of 'dm' command
|
|
|
|
* Fix 'dp' command
|
|
|
|
* Use execvp to run the program
|
|
|
|
- Some changes in the parser for argv and so
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 92:bee12104944f
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Mar 21 22:59:35 2009 +0000
|
|
|
|
files: TODO libr/cons/cons.c libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Fix lot of bugs with cons+grep for @@=`` or stuff like that
|
|
|
|
* The grepping algorithm in r_cons has been rewritten from scratch
|
|
|
|
- Grepped at memcat() which is the root entrypoint for console IO
|
|
|
|
- Faster than before (200 less LOC)
|
|
|
|
- Not yet working at all, but it is quite better than before
|
|
|
|
* Fix history bug when using @@
|
|
|
|
* Use return value of filtercmd function to not invoke children core_cmd
|
|
|
|
* Fix some random segfaults
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 91:394ed53bdf91
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Mar 21 02:17:43 2009 +0000
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Minor fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 90:3b4333140bee
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 20 21:05:12 2009 +0000
|
|
|
|
files: TODO libr/Makefile libr/cons/cons.c libr/core/cmd.c libr/core/visual.c libr/include/r_core.h libr/include/r_macro.h libr/macro/macro.c libr/sign/sign.c
|
|
|
|
description:
|
|
|
|
* Bug identified in cons with r_core_cmd_str identified
|
|
|
|
- We have to grep stuff when inserting it, not when flushing
|
|
|
|
* Fix 'pd' command (initialize base address
|
|
|
|
* Initial import of the foreach @@ syntax sugar
|
|
|
|
- Basic flag support, allows @@= for lists and @@.() for macros
|
|
|
|
* Add 'g' and 'G' keys in visual
|
|
|
|
* Fix issues in the macro engine and usage
|
|
|
|
- Proper identification of dupped commands
|
|
|
|
- Split macro name and arguments in internal structures
|
|
|
|
- Chop last ')' to make () and (,) macros work happily
|
|
|
|
* Fix build of r_sign and a segfault in _free() method
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 89:eceeaf629a7a
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 19 23:58:57 2009 +0100
|
|
|
|
files: libr/Makefile libr/bininfo/Makefile libr/bininfo/bininfo.c libr/config.h libr/config.mk libr/include/r_bininfo.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* Added bininfo code base
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 88:6f9f2fbaf994
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 19 23:22:14 2009 +0100
|
|
|
|
files: libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/format/pe/pe_specs.h
|
|
|
|
description:
|
|
|
|
* r_bin_pe
|
|
|
|
- Fixed exports bug
|
|
|
|
- Little refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 87:0b52eecde162
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 19 22:04:50 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/format/pe/pe64.c libr/bin/format/pe/pe64.h libr/bin/format/pe/pe_specs.h libr/bin/p/Makefile libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/p/bin_pe64.c libr/bin/p/pe64.mk libr/include/r_bin.h libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- Huge refactoring
|
|
|
|
* r_bin_pe
|
|
|
|
- Initial work on pe32+ plugin
|
|
|
|
* r_bin_java
|
|
|
|
- Use macro instead of ntohs
|
|
|
|
- Minor fixups
|
|
|
|
- Added dummy show_info function
|
|
|
|
* r_types
|
|
|
|
- Types fixup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 86:106204796939
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 17 22:06:50 2009 +0000
|
|
|
|
files: libr/config/config.c libr/core/cmd.c libr/core/config.c libr/core/core.c
|
|
|
|
description:
|
|
|
|
* Run callback when defining keys in config
|
|
|
|
- Add asm_arch and asm_parser callbacks
|
|
|
|
* Run config_init at the end of core init
|
|
|
|
* Do not force disassembler to be x86-only
|
|
|
|
- Add the disassembler initialization in config
|
|
|
|
- Detect invalid disassembling
|
|
|
|
- Only parse when asm.pseudo is enabled
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 85:b7ed74e69c77
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 17 00:34:45 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/p/Makefile libr/bin/p/bin_java.c libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Added generic string search support
|
|
|
|
- Added class format autodetection
|
|
|
|
- Minor fixup
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 84:04bdea1f0bda
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 16 21:07:31 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/format/elf/elf.c libr/bin/format/elf/elf_specs.h libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe_specs.h libr/bin/p/Makefile libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_java.c libr/bin/p/bin_pe.c libr/bin/p/elf/elf.c libr/bin/p/elf/elf.h libr/bin/p/elf/elf64.c libr/bin/p/elf/elf64.h libr/bin/p/elf/elf_specs.h libr/bin/p/mach0/mach0.c libr/bin/p/mach0/mach0.h libr/bin/p/pe/pe.c libr/bin/p/pe/pe.h libr/bin/p/pe/pe_specs.h libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Removed unnecessary files
|
|
|
|
- Added initial java support (baddr, entry, syms, strings)
|
|
|
|
- Minor fixups in r_bin_{elf, pe}
|
|
|
|
- Added rabin2 -z for strings (not working yet)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 83:13739dfa55e9
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 16 08:51:20 2009 +0100
|
|
|
|
files: libr/bin/format/java/java.c libr/bin/format/java/java.h
|
|
|
|
description:
|
|
|
|
* More work on r_bin_java
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 82:06e105df1c9b
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Mar 15 13:14:09 2009 +0000
|
|
|
|
files: libr/cons/cons.c
|
|
|
|
description:
|
|
|
|
* Add support for multiple grep keywords
|
|
|
|
pd~call!jmp!jne ; (split with '!')
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 81:325cdf3041ba
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Mar 14 11:39:37 2009 +0000
|
|
|
|
files: TODO libr/anal/anal.c libr/cons/color.c libr/cons/cons.c libr/cons/input.c libr/core/cmd.c libr/include/r_anal.h libr/reg/README libr/reg/reg.c libr/search/xrefs.c libr/sign/sign.c libr/sign/t/Makefile libr/sign/t/rasign.c
|
|
|
|
description:
|
|
|
|
* Add constructor/destructor for r_anal and r_sign
|
|
|
|
- Add rasign test program for r_sign
|
|
|
|
* Minor code cleanup in cons
|
|
|
|
* Cleanup and sort commands in help message
|
|
|
|
* Make oobi input work as command interpreter
|
|
|
|
- Add r_core_cmd_buffer
|
|
|
|
* Some basic design workup for xrefs search engine
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 80:6efe36530766
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Fri Mar 13 12:28:36 2009 +0100
|
|
|
|
files: libr/core/cmd.c libr/include/r_util.h libr/macro/macro.c libr/print/print.c libr/util/Makefile libr/util/prof.c
|
|
|
|
description:
|
|
|
|
* Add ?z and ?t commands in r2
|
|
|
|
- ?z stands for strlen (zero length is true)
|
|
|
|
- ?t stands for 'time profiling' for commands
|
|
|
|
> ?t.(run-profiled-macro)
|
|
|
|
> ?tpd 20
|
|
|
|
> ?t33x 128
|
|
|
|
...
|
|
|
|
* Add r_prof stuff inside r_util
|
|
|
|
* Fix hexdump when color is disabled
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 79:529f81f96be8
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 13 10:39:54 2009 +0000
|
|
|
|
files: libr/Makefile libr/include/r_trace.h libr/include/r_types.h libr/include/r_util.h libr/trace/Makefile libr/trace/trace.c
|
|
|
|
description:
|
|
|
|
* Major refactoring work done for r_trace
|
|
|
|
- Now build by default with the rest of libr
|
|
|
|
- drop read_at dependency for r_trace
|
|
|
|
* Some stuff has been moved from r_util to r_types
|
|
|
|
- max/min int values and so on
|
|
|
|
- eprintf lives there now
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 78:c40889ff52cb
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 22:19:58 2009 +0000
|
|
|
|
files: TODO libr/core/cmd.c libr/core/config.c libr/core/core.c libr/include/r_lang.h
|
|
|
|
description:
|
|
|
|
* Initial implementation of 'sa' command
|
|
|
|
- Accepts a 2nd blocksize argument
|
|
|
|
- Fix algorithm used in r_core_seek_align to work with 'sa'
|
|
|
|
* Fix issue with 's+' and 's +' expressions
|
|
|
|
* Clean up some warnings + minor bugs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 77:c9e1a57279d2
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 12:34:57 2009 +0000
|
|
|
|
files: libr/core/cmd.c
|
|
|
|
description:
|
|
|
|
* Remove '<' and '>' commands.
|
|
|
|
Just will use 'sa' in the future..must think, but atm keep it clean
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 76:70beafb30a7e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 12:30:32 2009 +0000
|
|
|
|
files: TODO libr/core/cmd.c libr/core/core.c libr/core/visual.c libr/include/r_core.h libr/print/print.c libr/print/t/hex.c libr/util/Makefile libr/util/float.c libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Added '>' and '<' keys in visual
|
|
|
|
- implemented core_seek_align function
|
|
|
|
* Added '<' and '>' commands, but they are not yet working
|
|
|
|
- Should be renamed to 'sa' (seek aligned)
|
|
|
|
* Fix hexdump ascii column color issue
|
|
|
|
* Fix print/t/hex hexample
|
|
|
|
* Add some dummy floating stuff for r_util
|
|
|
|
* Use IFDBG instead of custom 'D' in util/num.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 75:278a8dbe6259
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 02:03:18 2009 +0000
|
|
|
|
files: env.sh libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/t/radare2.c libr/core/visual.c
|
|
|
|
description:
|
|
|
|
* Fix scrolling in visual (drop s eip in cmd.vprompt)
|
|
|
|
* Add cmd.visual that runs when entering in visual mode
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 74:3bdcf4408842
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 01:42:35 2009 +0000
|
|
|
|
files: TODO libr/config/config.c libr/config/t/test.c libr/core/cmd.c libr/core/config.c libr/include/r_config.h libr/include/r_flags.h libr/include/r_print.h libr/print/print.c libr/print/t/fmt.c
|
|
|
|
description:
|
|
|
|
* Fix api for config_set_cb
|
|
|
|
- Now every callback gets a *user pointer
|
|
|
|
- Define full api in r_config.h with R_API
|
|
|
|
- Added scr.color in radare2
|
|
|
|
- Added po, pu, pU and pS print modes in r2
|
|
|
|
* Add r_print_unset_flags helper
|
|
|
|
* Fix urlencoding print mode
|
|
|
|
* Add test program for r_print_format
|
|
|
|
* Fix build O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 73:3d2cf803ace9
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Thu Mar 12 00:42:32 2009 +0000
|
|
|
|
files: TODO libr/config.h libr/include/r_print.h libr/include/r_types.h libr/include/r_util.h libr/print/Makefile libr/print/date.c libr/print/format.c libr/print/print.c
|
|
|
|
description:
|
|
|
|
* Add R_INLINE in config.h
|
|
|
|
* Add R_API directive in r_types
|
|
|
|
* Huge refactoring for r_print
|
|
|
|
- C code format
|
|
|
|
- formatted memory structures also working (not finished)
|
|
|
|
- unix, dos and w32 timestamps
|
|
|
|
- Added p->interrupt to break loong loops (should we think in a limit?)
|
|
|
|
- print formats that need processing returns the number of bytes processed
|
|
|
|
- if they return 0 is because they failed
|
|
|
|
- Much more simplified code than the one in r1
|
|
|
|
- Use p->printf instead of r_cons_printf (aim to independize from r_cons)
|
|
|
|
- Some basic support for color output
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 72:ef8bfd19b7b5
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Mar 11 11:42:11 2009 +0000
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/core/visual.c libr/include/r_core.h libr/include/r_print.h libr/print/format.c libr/print/print.c libr/print/t/Makefile libr/print/t/hex.c
|
|
|
|
description:
|
|
|
|
* Refactoring of the r_print module
|
|
|
|
- State-aware now
|
|
|
|
- Sync examples and r_core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 71:614116e4f481
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 11 01:11:50 2009 +0100
|
|
|
|
files: libr/bin/Makefile libr/bin/format/elf/elf.c libr/bin/format/elf/elf.h libr/bin/format/elf/elf64.c libr/bin/format/elf/elf64.h libr/bin/format/elf/elf_specs.h libr/bin/format/java/java.c libr/bin/format/java/java.h libr/bin/format/mach0/mach0.c libr/bin/format/mach0/mach0.h libr/bin/format/pe/pe.c libr/bin/format/pe/pe.h libr/bin/format/pe/pe_specs.h libr/bin/p/Makefile libr/bin/p/bin_java.c libr/bin/p/elf.mk libr/bin/p/elf64.mk libr/bin/p/java.mk libr/bin/p/pe.mk libr/bin/t/rabin2.c libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- rabin2 -p replaced by -f
|
|
|
|
- Changed folder structure
|
|
|
|
- Initial work in java plugin
|
|
|
|
- Minor fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 70:b03ddb44e518
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 10 21:58:00 2009 +0000
|
|
|
|
files: Makefile config.mk libr/TODO libr/config.mk libr/lib/Makefile libr/lib/lib.c libr/rules.mk libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Initial fixup for default LIBR_PLUGINS on installed r_lib
|
|
|
|
* Initial work to simplify build porting for OSX and W32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 69:15c6b63629df
|
|
|
|
user: nibble
|
|
|
|
date: Tue Mar 10 12:21:46 2009 +0100
|
|
|
|
files: libr/Makefile libr/asm/p/Makefile libr/asm/p/asm_bf.c libr/asm/p/asm_dummy.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/bin/bin.c libr/bin/p/Makefile libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_pe.c libr/include/r_asm.h libr/search/t/Makefile
|
|
|
|
description:
|
|
|
|
* Several fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 68:fffb8ebbbf2e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Tue Mar 10 01:49:24 2009 +0000
|
|
|
|
files: doc/lang-plugins libr/Makefile libr/README libr/asm/asm.c libr/asm/p/asm_arm.c libr/asm/p/asm_csr.c libr/asm/p/asm_m68k.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_olly.c libr/config.h libr/config.mk libr/include/r_asm.h libr/lib/lib.c libr/libr.pc.acr libr/sign/sign.c libr/syscall/TODO libr/vapi/libr.deps libr/vapi/libr.vapi libr/vapi/r_asm.vapi libr/vapi/r_util.vapi
|
|
|
|
description:
|
|
|
|
* Add random documentation for dynamic language plugins
|
|
|
|
* Properly installation of vapi files
|
|
|
|
- Lot of fixtures to build a external hello world in gtk+vala+r_asm
|
|
|
|
- default staticplugins for r_asm are:
|
|
|
|
mips, java and x86_olly by default
|
|
|
|
- Add r_util.vapi and make .pc file point to -lr_util
|
|
|
|
- Use .deps to generate dependencies between vapi files
|
|
|
|
- Fix r_asm.vapi (Added Asm.Aop struct)
|
|
|
|
- add set(string) method
|
|
|
|
- asm/disasm -> assemble/disassemble
|
|
|
|
* Fix warning + build in sign.c
|
|
|
|
- Included in default build
|
|
|
|
* Fix segfault in r_lib with NULL in opendir()
|
|
|
|
* More fixtures for r_asm_plugin_*
|
|
|
|
- use #ifndef CORELIB
|
|
|
|
- drop 'static'
|
|
|
|
* Update README
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 67:887b9eb2b8d6
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Mar 09 16:54:57 2009 +0100
|
|
|
|
files: libr/socket/socket.c
|
|
|
|
description:
|
|
|
|
* Add non-block socket support for Windows(R) platform
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 66:6e1f9ca028f2
|
|
|
|
parent: 65:969dfa49be39
|
|
|
|
parent: 64:19831e98c217
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Mar 09 13:13:44 2009 +0000
|
|
|
|
description:
|
|
|
|
* Merge heads
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 65:969dfa49be39
|
|
|
|
parent: 63:43c8fd060651
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Mar 09 13:08:53 2009 +0000
|
|
|
|
files: libr/Makefile libr/core/cmd.c libr/flags/flags.c libr/libr.pc libr/libr.pc.acr
|
|
|
|
description:
|
|
|
|
* Fix generation and installation of the libr.pc pkg-config file
|
|
|
|
* Fix parsing of 'f' command as help specifies (already done in r1)
|
|
|
|
- get size and offset as 2nd and 3rd args
|
|
|
|
* Do not hardcode flag size to '1' (use argument given)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 64:19831e98c217
|
|
|
|
user: nibble
|
|
|
|
date: Mon Mar 09 13:03:42 2009 +0100
|
|
|
|
files: libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/x86bea.mk libr/bin/Makefile libr/bin/bin.c libr/bin/p/Makefile libr/bin/p/elf.mk libr/bin/p/elf64.mk libr/bin/p/pe.mk libr/config.h libr/config.mk libr/include/r_bin.h libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* Added 'static-plugin' feature to r_bin module
|
|
|
|
* Minor fixups in r_asm build
|
|
|
|
* Added missing IFDBG in lib.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 63:43c8fd060651
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Mar 09 02:03:32 2009 +0000
|
|
|
|
files: README TODO libr/asm/arch/java/javasm/javasm.c libr/asm/p/Makefile libr/asm/p/x86bea.mk libr/config.h libr/core/cmd.c libr/core/config.c
|
|
|
|
description:
|
|
|
|
* Fix warn in javasm.c
|
|
|
|
* Fix asm_x86 makefile rule dup
|
|
|
|
* Fix build of x86_bea plugin
|
|
|
|
* Add asm.offset and asm.bytes in r_core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 62:c33fb5c337d3
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Mon Mar 09 01:14:50 2009 +0000
|
|
|
|
files: Makefile doc/rgraph libr/Makefile libr/bin/bin.c libr/search/t/Makefile libr/search/t/rafind2.c
|
|
|
|
description:
|
|
|
|
* Add rafind2 utility
|
|
|
|
- Commandline utility to perform searchs on multiple files
|
|
|
|
* Fix build or r_bin
|
|
|
|
* Add doc/rgraph
|
|
|
|
* Show prefix in 'install'
|
|
|
|
* Fix 'install' inside libr/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 61:a246015b4954
|
|
|
|
parent: 59:d06f7ca5587d
|
|
|
|
parent: 60:33f5cad098fb
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Mar 08 23:49:49 2009 +0000
|
|
|
|
description:
|
|
|
|
* Oops merge!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 60:33f5cad098fb
|
|
|
|
parent: 58:bde79be74874
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 08 21:41:02 2009 +0100
|
|
|
|
files: libr/include/r_types.h libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* Fixed IFDBG Macro
|
|
|
|
* r_lib debug messages enabled through -DR_DEBUG
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 59:d06f7ca5587d
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sun Mar 08 23:49:15 2009 +0000
|
|
|
|
files: doc/static-plugins libr/asm/Makefile libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/arm.mk libr/asm/p/asm_bf.c libr/asm/p/asm_java.c libr/asm/p/asm_mips.c libr/asm/p/bf.mk libr/asm/p/csr.mk libr/asm/p/dummy.mk libr/asm/p/java.mk libr/asm/p/m68k.mk libr/asm/p/mips.mk libr/asm/p/ppc.mk libr/asm/p/sparc.mk libr/asm/p/x86.mk libr/asm/p/x86bea.mk libr/asm/p/x86olly.mk libr/asm/t/rasm2.c libr/bin/bin.c libr/config.h libr/config.mk libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Add 'static-plugin' feature to r_asm module
|
|
|
|
* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_')
|
|
|
|
* Some build fixtures
|
|
|
|
* Static plugins are configurable in libr/config.mk and libr/config.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 58:bde79be74874
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 08 18:29:21 2009 +0100
|
|
|
|
files: libr/bin/bin.c libr/bin/t/rabin2.c libr/core/core.c libr/include/r_bin.h libr/include/r_core.h libr/lib/lib.c libr/parse/p/Makefile
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- r_bin_init splitted in r_bin_init and r_bin_set_file
|
|
|
|
* r_core
|
|
|
|
- Fixed radare2
|
|
|
|
* r_parse
|
|
|
|
- Fixed parse_mreplace build
|
|
|
|
* r_lib
|
|
|
|
- Lazy dlopen by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 57:b0aebe30a3ea
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 08 16:49:15 2009 +0100
|
|
|
|
files: libr/bin/Makefile libr/bin/bin.c libr/bin/elf.c libr/bin/elf64.c libr/bin/mach0.c libr/bin/p/Makefile libr/bin/p/bin_elf.c libr/bin/p/bin_elf64.c libr/bin/p/bin_pe.c libr/bin/p/elf/elf.c libr/bin/p/elf/elf.h libr/bin/p/elf/elf64.c libr/bin/p/elf/elf64.h libr/bin/p/elf/elf_specs.h libr/bin/p/mach0/mach0.c libr/bin/p/mach0/mach0.h libr/bin/p/pe/pe.c libr/bin/p/pe/pe.h libr/bin/p/pe/pe_specs.h libr/bin/pe.c libr/bin/t/Makefile libr/bin/t/baddr.c libr/bin/t/data_resize.c libr/bin/t/entry.c libr/bin/t/imports.c libr/bin/t/info.c libr/bin/t/rabin2.c libr/bin/t/rsz_test.sh libr/bin/t/sections.c libr/bin/t/symbols.c libr/include/r_bin.h libr/include/r_bin_elf.h libr/include/r_bin_elf64.h libr/include/r_bin_elf_specs.h libr/include/r_bin_mach0.h libr/include/r_bin_pe.h libr/include/r_bin_pe_specs.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Major refactoring (using r_lib infrastructure)
|
|
|
|
- Removed outdated test programs
|
|
|
|
- Updated rabin2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 56:77692d484912
|
|
|
|
user: nibble
|
|
|
|
date: Sun Mar 08 10:37:28 2009 +0100
|
|
|
|
files: .hgtags
|
|
|
|
description:
|
|
|
|
Added tag 0.1 for changeset ae3b6b66b9de
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 55:63d804f8eba3
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Mar 07 17:58:17 2009 +0000
|
|
|
|
files: ChangeLog Makefile
|
|
|
|
description:
|
|
|
|
* Sync changelog and drop RELEASE mark
|
2010-07-22 12:29:03 +00:00
|
|
|
|
2009-03-07 17:58:17 +00:00
|
|
|
===== RELEASE 0.1 =====
|
|
|
|
|
|
|
|
changeset: 54:ae3b6b66b9de
|
|
|
|
tag: tip
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Sat Mar 07 17:47:59 2009 +0000
|
|
|
|
files: Makefile TODO libr/Makefile
|
|
|
|
description:
|
|
|
|
* Cut release for r2-0.1
|
|
|
|
* Merge dist+shot make targets
|
|
|
|
.PHONY them all
|
|
|
|
* (Un)Install include files in $pfx/include/libr/
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 53:5e68aeb4a0b0
|
|
|
|
user: nibble
|
|
|
|
date: Fri Mar 06 12:53:19 2009 +0100
|
|
|
|
files: Makefile libr/asm/arch/x86/bea/BeaEngine.h libr/asm/p/Makefile libr/parse/p/Makefile libr/search/bytepat.c
|
|
|
|
description:
|
|
|
|
* Removed several warnings
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 52:d78c76f1ab77
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 06 00:38:23 2009 +0000
|
|
|
|
files: Makefile libr/Makefile
|
|
|
|
description:
|
|
|
|
* Added DESTDIR and 'uninstall' make targets
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 51:64f1fcb6980e
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Mar 06 00:00:41 2009 +0000
|
|
|
|
files: libr/cmd/TODO libr/cmd/t/test.c libr/config/config.c libr/core/cmd.c libr/core/file.c libr/core/io.c libr/debug/p/dbg-ptrace.c libr/diff/t/Makefile libr/diff/t/radiff2.c libr/hash/t/hello.c libr/include/r_cmd.h libr/include/r_core.h libr/include/r_debug.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_line.h libr/include/r_search.h libr/include/r_util.h libr/lang/p/perl.c libr/line/dietline.c libr/line/t/hello.c libr/print/print.c libr/print/t/hex.c libr/rules.mk libr/search/bytepat.c libr/search/regexp.c libr/search/t/Makefile libr/search/t/test-regexp.c libr/search/t/test-str.c libr/search/xrefs.c libr/util/alloca.c libr/util/file.c libr/var/var.c
|
|
|
|
description:
|
|
|
|
* Fix lot of warning messages
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 50:7468cf143a90
|
|
|
|
user: nibble
|
|
|
|
date: Thu Mar 05 16:58:13 2009 +0100
|
|
|
|
files: libr/asm/arch/java/javasm/javasm.c libr/asm/arch/java/javasm/javasm.h libr/asm/p/Makefile libr/asm/p/asm_java.c libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* Added java plugin for r_asm
|
|
|
|
* Added java assembly support in rasm2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 49:b4cf9824741d
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Thu Mar 05 13:15:28 2009 +0100
|
|
|
|
files: Makefile libr/cons/cons.c
|
|
|
|
description:
|
|
|
|
* Add 'dist' and 'shot' make targets
|
|
|
|
* Bigger console buffer by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 48:cc1aca5b4b00
|
|
|
|
user: nibble
|
|
|
|
date: Wed Mar 04 14:14:49 2009 +0100
|
|
|
|
files: libr/parse/p/mreplace/mmemory.c libr/parse/p/mreplace/mmemory.h libr/parse/p/mreplace/mreplace.c libr/parse/p/mreplace/mreplace.h
|
|
|
|
description:
|
|
|
|
* Updated mreplace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 47:94d8f408c058
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Wed Mar 04 12:39:51 2009 +0000
|
|
|
|
files: libr/anal/Makefile libr/asm/Makefile libr/depgraph.pl libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* fix r_asm and r_anal deps
|
|
|
|
* Initial import of depgraph.pl helper script to get the libr
|
|
|
|
internal library dependencies graph with graphviz
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 46:09e4372e9d09
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Feb 27 01:06:37 2009 +0000
|
|
|
|
files: libr/bin/elf.c libr/include/r_types.h libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Add 'A' (singlechar) values for math expressions
|
|
|
|
- Stripped down version based on the r1 implementation (ow yeah)
|
|
|
|
* Fix build of r_bin (oops)
|
|
|
|
- Now ERR() is a static inline function instead of a macro
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 45:d4b2d4b202fe
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Feb 27 00:54:26 2009 +0000
|
|
|
|
files: libr/bin/elf.c libr/bin/mach0.c libr/bin/pe.c libr/include/r_bin_mach0.h libr/include/r_types.h
|
|
|
|
description:
|
|
|
|
* Add IS_PRINTABLE in r_types
|
|
|
|
* Add ERR() macro in r_types
|
|
|
|
- r_bin uses now ERR() instead of nonportable fprintf(stderr,
|
|
|
|
* Initial dummy work on r_bin_mach0
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 44:b0999471dbed
|
|
|
|
user: pancake@localhost.localdomain
|
|
|
|
date: Fri Feb 27 00:18:19 2009 +0000
|
|
|
|
files: libr/cons/cons.c libr/include/r_cons.h
|
|
|
|
description:
|
|
|
|
* Import the cons_interactive functionality of r1 cons
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 43:be79171200c6
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 26 15:15:19 2009 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/Makefile libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/anal/p/anal_x86_bea.c libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_olly.c libr/core/cmd.c libr/include/r_anal.h libr/include/r_asm.h libr/parse/p/mreplace/mmemory.c libr/parse/p/mreplace/mreplace.c libr/parse/p/parse_dummy.c libr/parse/p/parse_mreplace.c libr/parse/p/parse_x86_pseudo.c
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Added initial anal_x86_bea plugin (op analysis using bea engine)
|
|
|
|
'ao' command in radare2
|
|
|
|
- Minor fixups
|
|
|
|
* r_asm
|
|
|
|
- Modified r_asm_aop_t to fit r_anal requirements
|
|
|
|
- Updated r_asm plugins
|
|
|
|
* r_parse
|
|
|
|
- Removed several warnings from mreplace
|
|
|
|
- Removed unnecessary includes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 42:f1c7311fc459
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 26 02:31:03 2009 +0100
|
|
|
|
files: libr/include/r_parse.h libr/parse/p/Makefile libr/parse/p/mreplace/mmemory.c libr/parse/p/mreplace/mmemory.h libr/parse/p/mreplace/mreplace.c libr/parse/p/mreplace/mreplace.h libr/parse/p/parse_mreplace.c
|
|
|
|
description:
|
|
|
|
* Added r_parse plugin for mandingo's mreplace
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 41:387a5ca6074f
|
|
|
|
user: nibble
|
|
|
|
date: Tue Feb 24 15:58:21 2009 +0100
|
|
|
|
files: libr/Makefile libr/core/Makefile libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/t/Makefile libr/include/r_core.h libr/include/r_lib.h libr/include/r_parse.h libr/parse/Makefile libr/parse/p/Makefile libr/parse/p/parse_dummy.c libr/parse/p/parse_x86_pseudo.c libr/parse/parse.c libr/parse/pseudo.c
|
|
|
|
description:
|
|
|
|
* Added r_parse lib
|
|
|
|
* Added pseudo syntax poc to radare2 (asm.pseudo)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 40:56cf25d517a4
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 20 16:29:12 2009 +0100
|
|
|
|
files: libr/asm/p/asm_x86_bea.c libr/include/r_core.h
|
|
|
|
description:
|
|
|
|
* Fixed build O:)
|
|
|
|
* Removed warning from asm_x86_bea plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 39:92b20e2994a8
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 20 14:43:59 2009 +0100
|
|
|
|
files: libr/include/r_reg.h libr/io/p/ptrace.c libr/reg/reg.c
|
|
|
|
description:
|
|
|
|
* Fixed r_reg build
|
|
|
|
* Fixed ptrace io plugin build (64bits)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 38:db5c6b1d9e12
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 19 18:13:34 2009 +0100
|
|
|
|
files: libr/asm/arch/m68k/m68k_disasm/m68k_disasm.c libr/asm/arch/x86/bea/BeaEngine.h libr/asm/p/Makefile libr/asm/t/rasm2.c libr/lang/lang.c libr/lang/p/dummy.c libr/lang/p/lua.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Removed warnings
|
|
|
|
- Added error handling to rasm2
|
|
|
|
* r_lang
|
|
|
|
- Fixed "print help" bug
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 37:6bee013c885e
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 19 16:41:51 2009 +0100
|
|
|
|
files: libr/anal/anal.c libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/asm_bea.c libr/asm/p/asm_olly.c libr/asm/p/asm_x86_bea.c libr/asm/p/asm_x86_olly.c libr/asm/t/rasm2.c libr/debug/debug.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_debug.h libr/lang/lang.c
|
|
|
|
description:
|
|
|
|
* Fixed plugin name length error in r_{asm, anal, lang}
|
|
|
|
* r_asm
|
|
|
|
- asm_bea renamed to asm_x86_bea
|
|
|
|
- asm_olly renamed to asm_x86_olly
|
|
|
|
- Minor fixups in rasm2
|
|
|
|
* r_debug
|
|
|
|
- R_ASM_ARCH_ renamed to R_DBG_ARCH_
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 36:f4a026ed73dc
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 19 14:34:06 2009 +0100
|
|
|
|
files: libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* Fixed rasm2 init O:-)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 35:c762b4fdbf89
|
|
|
|
user: nibble
|
|
|
|
date: Thu Feb 19 14:24:51 2009 +0100
|
|
|
|
files: libr/asm/arch/x86/bea/makeStaticLib32.bat libr/asm/arch/x86/bea/makeStaticLib64.bat libr/asm/arch/x86/bea/makedll32.bat libr/asm/arch/x86/bea/makedll64.bat libr/asm/arch/x86/ollyasm/disasm.h libr/asm/p/Makefile libr/asm/p/asm_bea.c libr/asm/p/asm_olly.c libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fixed asm_bea
|
|
|
|
- More refactoring on rasm2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 34:abe8f2c269d9
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 18 22:10:47 2009 +0100
|
|
|
|
files: libr/asm/arch/x86/bea/BeaEngine.c libr/asm/arch/x86/bea/BeaEngine.h libr/asm/arch/x86/bea/COPYING.LESSER.txt libr/asm/arch/x86/bea/COPYING.txt libr/asm/arch/x86/bea/Includes/Routines_Disasm.c libr/asm/arch/x86/bea/Includes/Routines_ModRM.c libr/asm/arch/x86/bea/Includes/instr_set/Data_opcode.h libr/asm/arch/x86/bea/Includes/instr_set/opcodes_A_M.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_FPU.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp1.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp12.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp13.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp14.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp15.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp16.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp2.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp3.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp4.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp5.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp6.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp7.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp8.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_Grp9.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_MMX.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_N_Z.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_SSE.c libr/asm/arch/x86/bea/Includes/instr_set/opcodes_prefixes.c libr/asm/arch/x86/bea/Includes/internal_datas.h libr/asm/arch/x86/bea/Includes/protos.h libr/asm/arch/x86/bea/README.txt libr/asm/arch/x86/bea/makeStaticLib32.bat libr/asm/arch/x86/bea/makeStaticLib64.bat libr/asm/arch/x86/bea/makedll32.bat libr/asm/arch/x86/bea/makedll64.bat libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/asm_arm.c libr/asm/p/asm_bea.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_olly.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/t/rasm2.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Initial import of bea engine
|
|
|
|
- asm_x86 splited in asm_x86, asm_olly and asm_bea
|
|
|
|
- More refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 33:6ed35d713b28
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 18 16:20:14 2009 +0100
|
|
|
|
files: libr/asm/t/rasm2.c libr/include/r_core.h libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* rasm2 refactoring
|
|
|
|
* Fixed r_lib null handler issue
|
|
|
|
* Default blocksize of 64B
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 32:ed355ef99683
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 18 13:59:57 2009 +0100
|
|
|
|
files: libr/asm/t/rasm2.c
|
|
|
|
description:
|
|
|
|
* rasm2
|
|
|
|
- Fixed
|
|
|
|
- All the language plugins are now supported
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 31:8a18000d0286
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Wed Feb 18 13:10:59 2009 +0100
|
|
|
|
files: doc/changes-from-1.x libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/core/t/radare2.c libr/core/yank.c libr/include/r_core.h libr/print/print.c
|
|
|
|
description:
|
|
|
|
* Added doc/changes-from-1.x
|
|
|
|
* Added r_core_yank* methods and 'y' command
|
|
|
|
- Update help message
|
|
|
|
* radare2 is now handling -s and -b cmdline flags
|
|
|
|
* Fix r_print_hexdump
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 30:397d7cdebe99
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 18 03:47:40 2009 +0100
|
|
|
|
files: libr/asm/arch/arm/asm.c libr/asm/arch/bf/asm.c libr/asm/arch/csr/asm.c libr/asm/arch/m68k/asm.c libr/asm/arch/mips/asm.c libr/asm/arch/ppc/asm.c libr/asm/arch/sparc/asm.c libr/asm/arch/x86/pseudo.c libr/asm/arch/x86/realloc.c libr/asm/p/Makefile libr/asm/p/asm_arm.c libr/asm/p/asm_bf.c libr/asm/p/asm_csr.c libr/asm/p/asm_dummy.c libr/asm/p/asm_m68k.c libr/asm/p/asm_mips.c libr/asm/p/asm_ppc.c libr/asm/p/asm_sparc.c libr/asm/p/asm_x86.c libr/asm/t/Makefile libr/asm/t/asm_x86.c libr/asm/t/disasm_arm.c libr/asm/t/disasm_bf.c libr/asm/t/disasm_csr.c libr/asm/t/disasm_m68k.c libr/asm/t/disasm_mips.c libr/asm/t/disasm_ppc.c libr/asm/t/disasm_sparc.c libr/asm/t/disasm_x86.c libr/asm/t/rasm2.c libr/asm/t/realloc_x86.c libr/parse/pseudo.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added arm plugin
|
|
|
|
- Added bf plugin
|
|
|
|
- Added csr plugin
|
|
|
|
- Added m68k plugin
|
|
|
|
- Added mips plugin
|
|
|
|
- Added ppc plugin
|
|
|
|
- Added sparc plugin
|
|
|
|
- Removed deprecated test programs
|
|
|
|
- Updated rasm2 (not working)
|
|
|
|
* r_parse
|
|
|
|
- Initial import
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 29:30abcfb8e709
|
|
|
|
user: nibble
|
|
|
|
date: Wed Feb 18 01:49:26 2009 +0100
|
|
|
|
files: libr/anal/p/anal_x86.c libr/asm/Makefile libr/asm/arch/x86/asm.c libr/asm/asm.c libr/asm/p/Makefile libr/asm/p/asm_dummy.c libr/asm/p/asm_x86.c libr/asm/t/Makefile libr/core/cmd.c libr/core/core.c libr/include/r_anal.h libr/include/r_asm.h libr/include/r_core.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Used plugin infrastructure
|
|
|
|
- Huge refactoring
|
|
|
|
- Added x86 plugin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 28:b53a7ded4de3
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Wed Feb 18 01:43:57 2009 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/t/radare2.c libr/core/visual.c libr/debug/debug.c libr/debug/handle.c libr/debug/p/Makefile libr/debug/p/dbg-ptrace.c libr/debug/p/ptrace.c libr/flags/flags.c libr/include/r_core.h libr/include/r_debug.h libr/include/r_flags.h libr/include/r_io.h libr/include/r_types.h libr/io/io.c libr/io/p/dbg.c libr/io/p/ptrace.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of the debugger mode
|
|
|
|
- Some minor hacks everywhere to glue
|
|
|
|
- 'dr' command runs '|reg' io-ptrace command (reg dbg stuff needs more work)
|
|
|
|
- '|reg' is a temporal command that prints x86-ptrace-linux registers
|
|
|
|
* Added debug visual print mode using && :)
|
|
|
|
- 's' key steps in debugger
|
|
|
|
* Added m and ' keys in visual (mark and goto mark) like in vim or r1 :)
|
|
|
|
- store/use seek addresses
|
|
|
|
* Make use of the cmd.prompt and cmd.vprompt magic
|
|
|
|
* Added debug handlers list with 'dh'
|
|
|
|
- dh ptrace called at init
|
|
|
|
- dp pid called at init too (hacky style)
|
|
|
|
* Added debug->wait method for the debug handlers
|
|
|
|
* Add 'fb' command to set base for flags
|
|
|
|
* Fix flag redefinition (f foo && f foo @ 33) now works
|
|
|
|
* Added s64 type (signed 64 bit integer)
|
|
|
|
* Fixed && and '"' special chars in commnad parsing
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 27:dc5b46849d40
|
|
|
|
parent: 26:f09b987ec0b7
|
|
|
|
parent: 25:67a5f5bd9efa
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Tue Feb 17 11:06:42 2009 +0100
|
|
|
|
description:
|
|
|
|
* Merge train vs head
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 26:f09b987ec0b7
|
|
|
|
parent: 24:547924df2f72
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Tue Feb 17 10:59:26 2009 +0100
|
|
|
|
files: libr/TODO libr/core/cmd.c libr/flags/Makefile libr/flags/flags.c libr/flags/spaces.c libr/include/r_flags.h libr/include/r_var.h libr/io/io.c libr/var/var.c
|
|
|
|
description:
|
|
|
|
* Add initial 'fs' command to handle flag spaces
|
|
|
|
- Added the necessary stuff in r_flags
|
|
|
|
- Flag size is now 64 bit size
|
|
|
|
* Some random and useless fixups for r_var
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 25:67a5f5bd9efa
|
|
|
|
user: nibble
|
|
|
|
date: Tue Feb 17 02:46:52 2009 +0100
|
|
|
|
files: libr/asm/Makefile libr/asm/arch/csr/asm.c libr/asm/arch/csr/csr_disasm/dis.c libr/asm/arch/csr/csr_disasm/dis.h libr/asm/arch/m68k/asm.c libr/asm/arch/m68k/m68k_disasm/m68k_disasm.c libr/asm/arch/m68k/m68k_disasm/m68k_disasm.h libr/asm/arch/ppc/asm.c libr/asm/asm.c libr/asm/t/Makefile libr/asm/t/disasm_csr.c libr/asm/t/disasm_m68k.c libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added csr and m68k support
|
|
|
|
- Added csr and m68k test programs
|
|
|
|
- Fixed Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 24:547924df2f72
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Tue Feb 17 00:10:32 2009 +0100
|
|
|
|
files: libr/cons/cons.c libr/search/search.c
|
|
|
|
description:
|
|
|
|
* Remove debug printf
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 23:c9ee42105aa0
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Tue Feb 17 00:09:40 2009 +0100
|
|
|
|
files: libr/Makefile libr/cons/cons.c libr/core/cmd.c libr/core/config.c libr/debug/README libr/debug/debug.c libr/debug/p/ptrace.c libr/include/r_cons.h libr/include/r_debug.h libr/include/r_io.h libr/include/r_reg.h libr/io/undo.c libr/reg/reg.c libr/search/regexp.c libr/search/search.c libr/util/hex.c libr/util/str.c libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Lot of random work on multiple fronts
|
|
|
|
* Add 'var' in build liblist and 'vapi/t' for make clean
|
|
|
|
* Add ^C handler for r_cons. support for callbacks
|
|
|
|
* Add support for ./m ELF for example to interpret the output of commands
|
|
|
|
* Fix a bug in the regexp algorithm that can get into infinite loop
|
|
|
|
* Binmask can now contain non hexpair values
|
|
|
|
* Add '/m' search regexp matches using the new R_SEARCH_REGEXP algorithm
|
2010-05-25 23:42:22 +00:00
|
|
|
- Plugin ^C in search loop..needs to use callback method
|
2009-03-07 17:58:17 +00:00
|
|
|
* Properly cleanup the flag names
|
|
|
|
* Added asm.bits and asm.os eval vars
|
|
|
|
* Added some random tips for debug in README
|
|
|
|
- Stupid snippets for import/export data between modules
|
|
|
|
- Register support requires a rethink
|
|
|
|
* Initial work on the integration of r_io_undo() api
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 22:d5f1a547d106
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Mon Feb 16 19:59:54 2009 +0100
|
|
|
|
files: libr/Makefile libr/core/cmd.c libr/libr.pc libr/search/t/test.c libr/search/xrefs.c libr/vapi/r_search.vapi libr/vapi/t/Makefile libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Fix build and some minor fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 21:c3ce7f59551d
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Mon Feb 16 11:24:45 2009 +0100
|
|
|
|
files: README libr/core/cmd.c libr/core/core.c libr/core/t/Makefile libr/include/r_core.h libr/include/r_debug.h libr/include/r_search.h libr/include/r_util.h libr/lang/p/perl.c libr/meta/meta.c libr/range/range.c libr/search/Makefile libr/search/old_xrefs.c libr/search/search.c libr/search/xrefs.c libr/util/mem.c libr/vapi/t/Makefile
|
|
|
|
description:
|
|
|
|
* Added dummy xrefs
|
|
|
|
* Added cmd_meta in r_core->cmd
|
|
|
|
* Cleanup data type range before adding new one in r_meta
|
|
|
|
- mix idea for meta+ranges (commented)
|
|
|
|
* Search -> initialize renamed to begin()
|
|
|
|
* Added memcmp_mask for r_util
|
|
|
|
* Fix crash issue in perl module
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 20:5cea89ae9aec
|
|
|
|
parent: 19:1e634987cc7b
|
|
|
|
parent: 18:5fcc9680921c
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Mon Feb 16 03:16:35 2009 +0100
|
|
|
|
description:
|
|
|
|
* Merge local commits with head
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 19:1e634987cc7b
|
|
|
|
parent: 16:b1d795bf526e
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Mon Feb 16 03:14:19 2009 +0100
|
|
|
|
files: libr/include/r_meta.h libr/include/r_util.h libr/meta/Makefile libr/meta/README libr/meta/meta.c libr/meta/t/Makefile libr/meta/t/test.c libr/meta/tmp/data.c libr/meta/tmp/data.h libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of r_meta
|
|
|
|
- Added test program that sets and gets metadata.
|
|
|
|
- It needs much more features and stuff
|
|
|
|
- Integration with r_core is mandatory! :)
|
|
|
|
- Hard simplification from the old r1 code
|
|
|
|
* Added r_str_concat and r_str_concatf in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 18:5fcc9680921c
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 16 03:13:51 2009 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/core/cmd.c libr/core/core.c libr/include/r_anal.h
|
|
|
|
description:
|
|
|
|
* Minor fixups in r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 17:0a7217fd3bdc
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 16 02:12:02 2009 +0100
|
|
|
|
files: libr/anal/anal.c libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/core/cmd.c libr/include/r_anal.h libr/search/t/Makefile
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Redefined r_anal_aop
|
|
|
|
- Fixed x86 plugin
|
|
|
|
* r_core
|
|
|
|
- Added ao command (test)
|
|
|
|
* Fixed r_search Makefile
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 16:b1d795bf526e
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 16 00:57:03 2009 +0100
|
|
|
|
files: libr/Makefile libr/anal/Makefile libr/anal/anal.c libr/anal/p/Makefile libr/anal/p/anal_dummy.c libr/anal/p/anal_x86.c libr/asm/Makefile libr/asm/arch/x86/aop.c libr/asm/asm.c libr/asm/t/aop_x86.c libr/core/Makefile libr/core/cmd.c libr/core/core.c libr/core/t/Makefile libr/include/r_anal.h libr/include/r_asm.h libr/include/r_core.h libr/include/r_lib.h
|
|
|
|
description:
|
|
|
|
* r_anal
|
|
|
|
- Initial (non working) implementation
|
|
|
|
- Added dummy and x86 plugins
|
|
|
|
* r_core
|
|
|
|
- Added 'anal' command
|
|
|
|
* r_asm
|
|
|
|
- Removed aop parser
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 15:9dc9d76efb23
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Sun Feb 15 23:32:17 2009 +0100
|
|
|
|
files: env.sh libr/libr.pc libr/search/Makefile libr/search/regexp.c libr/search/search.c libr/search/t/Makefile libr/search/t/test-regexp.c libr/vapi/t/Makefile
|
|
|
|
description:
|
|
|
|
* Fix vapi/t build
|
|
|
|
* Add regexp search method in r_search
|
|
|
|
- Uses libc regcomp+regexec
|
|
|
|
- Added regexp test example
|
|
|
|
* Added libr.pc for pkg-config
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 14:81c90eee2a70
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Sat Feb 14 18:15:51 2009 -0800
|
|
|
|
files: libr/lang/p/Makefile libr/lang/p/perl.c libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix build of python plugin in ArchLinux (python2.6 instead of 2.5)
|
|
|
|
* Simplify the perl plugin
|
|
|
|
* Drop stupid \n debug in dietline O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 13:e6e4bd922a64
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Sat Feb 14 16:48:11 2009 -0800
|
|
|
|
files: libr/flags/flags.c libr/include/r_meta.h libr/include/r_types.h libr/include/r_var.h libr/line/dietline.c libr/meta/README libr/meta/meta.c libr/meta/tmp/data.c libr/meta/tmp/data.h libr/print/print.c libr/reg/README
|
|
|
|
description:
|
|
|
|
* Initial drafts for r_meta
|
|
|
|
* Minor random cleanups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 12:3f9111160d70
|
|
|
|
user: nibble
|
|
|
|
date: Sat Feb 14 12:49:02 2009 +0100
|
|
|
|
files: libr/include/r_lang.h libr/lang/lang.c libr/lang/p/Makefile libr/lang/p/perl.c
|
|
|
|
description:
|
|
|
|
- Added perl support
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 11:3605ce605bb0
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Fri Feb 13 15:25:15 2009 -0800
|
|
|
|
files: libr/include/r_var.h libr/var/Makefile libr/var/README libr/var/tmp/analyze.c libr/var/tmp/data.c libr/var/tmp/vars.c libr/var/var.c
|
|
|
|
description:
|
|
|
|
* Initial pseudo-working implementation of r_var API
|
|
|
|
- Remove temporal code
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 10:a22635e79a9e
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Thu Feb 12 15:47:13 2009 -0800
|
|
|
|
files: libr/TODO libr/debug/README libr/lang/p/Makefile libr/lang/p/ruby.c libr/meta/README libr/trace/trace.c libr/var/README libr/var/tmp/analyze.c libr/var/tmp/data.c libr/var/tmp/vars.c
|
|
|
|
description:
|
|
|
|
* Oops. fix ruby plugin build
|
|
|
|
* Added dummy r_trace r_meta and r_var
|
|
|
|
- With readme, dummy code and comments..
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 9:8557947eeaac
|
|
|
|
user: pancake@flubox
|
|
|
|
date: Wed Feb 11 13:31:26 2009 +0100
|
|
|
|
files: libr/core/cmd.c libr/core/t/radare2.c libr/diff/t/Makefile libr/include/r_lang.h libr/lang/lang.c libr/lang/p/Makefile libr/lang/p/python.c libr/lang/p/ruby.c libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Added python language binding for libr-radare2
|
|
|
|
- Same state as in r1 or ruby-r2
|
|
|
|
- Added prompt() function pointer to override
|
|
|
|
the default language prompt if available
|
|
|
|
* Add -V flag to radare2
|
|
|
|
- Fix bug in foreach file open
|
|
|
|
- Fix help message for 'q' cmd
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 8:20ba7ccfcec2
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Wed Feb 11 15:04:30 2009 -0800
|
|
|
|
files: libr/Makefile libr/core/cmd.c libr/include/r_lang.h libr/lang/lang.c libr/lang/p/Makefile libr/lang/p/chkruby.rb libr/lang/p/mkruby.rb libr/lang/p/ruby.c
|
|
|
|
description:
|
|
|
|
* Initial import of the ruby plugin for r_lang
|
|
|
|
- Imported mkruby and chkruby from r1
|
|
|
|
- Some minor changes in r_lang for it
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 7:7d6b97b05625
|
|
|
|
user: pancake<@nopcode.org>
|
|
|
|
date: Tue Feb 10 15:56:20 2009 -0800
|
|
|
|
files: libr/core/cmd.c libr/core/core.c libr/include/r_lang.h libr/include/r_lib.h libr/include/r_util.h libr/lang/lang.c libr/lang/p/Makefile libr/lang/p/dummy.c libr/lang/p/lua.c libr/search/search.c libr/util/file.c libr/vapi/t/Makefile
|
|
|
|
description:
|
|
|
|
* Initial integrated implementation of r_lang in r_core
|
|
|
|
- Added two dummy plugins for r_lang (dummy and lua)
|
|
|
|
- Accessible thru the '#!' command.
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 6:39449fa3d2ac
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Feb 09 12:42:54 2009 +0100
|
|
|
|
files: TODO libr/core/visual.c libr/include/r_cons.h libr/include/r_debug.h libr/include/r_print.h libr/include/r_search.h libr/include/r_util.h libr/print/date.c libr/print/print.c libr/search/search.c libr/search/xrefs.c libr/util/num.c
|
|
|
|
description:
|
|
|
|
* More work on visual core
|
|
|
|
- Added initial cursor support
|
|
|
|
- Q also for quit
|
|
|
|
- Added visual prompt
|
|
|
|
* Added date.c
|
|
|
|
* Move cursor responsability to r_print
|
|
|
|
* Make r_cons_invert work also for noncolor terminals
|
|
|
|
* Added r_num_minmax_swap_i in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 5:207b3061a5e5
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Feb 09 01:54:09 2009 +0100
|
|
|
|
files: env.sh libr/Makefile libr/cons/color.c libr/cons/cons.c libr/cons/input.c libr/core/cmd.c libr/core/core.c libr/core/file.c libr/core/t/Makefile libr/core/t/radare2.c libr/core/visual.c libr/include/r_core.h libr/include/r_print.h libr/include/r_util.h libr/print/print.c libr/rules.mk libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Fix LIBR_PLUGINS in env.sh
|
|
|
|
* Initial implementation of the visual mode in core
|
|
|
|
* Added pc and ps print formats (c code and string)
|
|
|
|
* Added '/' command in core (search hexa and str)
|
|
|
|
* Add '-d' to radare2 test program
|
|
|
|
* New r_file_path to resolve file path thru $PATH
|
|
|
|
* 'make install' works everywhere
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 4:d8bd91a53c6a
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 09 00:19:06 2009 +0100
|
|
|
|
files: libr/anal/anal.c libr/asm/Makefile libr/asm/arch/arm/asm.c libr/asm/arch/mips/asm.c libr/asm/arch/ppc/asm.c libr/asm/arch/sparc/asm.c libr/asm/arch/x86/aop.c libr/asm/arch/x86/asm.c libr/asm/arch/x86/pseudo.c libr/asm/asm.c libr/asm/t/Makefile libr/asm/t/aop_x86.c libr/hash/t/Makefile libr/include/r_anal.h libr/include/r_asm.h libr/syscall/t/Makefile
|
|
|
|
description:
|
|
|
|
* r_anal // r_asm
|
|
|
|
- Initial AOP parser (needs more love)
|
|
|
|
- Adds buf and inst_len to r_asm_t
|
|
|
|
- Refactoring
|
|
|
|
* More Makefile refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 3:a4955d6534c9
|
|
|
|
user: nibble
|
|
|
|
date: Fri Feb 06 18:22:27 2009 +0100
|
|
|
|
files: libr/Makefile libr/anal/anal.c libr/cmd/t/Makefile libr/cons/t/Makefile libr/core/t/Makefile libr/hash/t/Makefile libr/include/r_anal.h libr/include/r_asm.h libr/line/t/Makefile libr/print/t/Makefile libr/rules.mk libr/syscall/t/Makefile libr/tests.mk
|
|
|
|
description:
|
|
|
|
* More Makefile refactoring and cleanup
|
|
|
|
* Minor cleanups in r_asm.h
|
|
|
|
* First work in r_anal
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 2:e846f951ab9a
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Feb 06 13:17:51 2009 +0100
|
|
|
|
files: AUTHORS libr/Makefile libr/TODO libr/asm/Makefile libr/asm/t/Makefile libr/asm/t/rasm2.c libr/bin/t/Makefile libr/cmd/Makefile libr/cmd/t/Makefile libr/config/Makefile libr/cons/Makefile libr/cons/t/Makefile libr/core/Makefile libr/core/core.c libr/core/t/Makefile libr/diff/Makefile libr/diff/t/Makefile libr/flags/flags.c libr/include/r_search.h libr/io/p/Makefile libr/lib/t/Makefile libr/line/Makefile libr/line/t/Makefile libr/print/t/Makefile libr/rules.mk libr/search/Makefile libr/search/t/Makefile libr/tests.mk libr/util/t/Makefile libr/util/t/ralloc.c
|
|
|
|
description:
|
|
|
|
* Lot of makefile refactoring and cleanup
|
|
|
|
- Make use of some gnu extensions to make it cleaner
|
|
|
|
- Fixes (mostly) build system
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 1:bb29c13a29b7
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Feb 05 22:28:33 2009 +0100
|
|
|
|
files: Makefile env.sh libr/Makefile libr/core/cmd.c libr/io/p/Makefile libr/io/p/README libr/io/p/dbg.c libr/io/p/malloc.c libr/io/p/ptrace.c libr/io/plugins/Makefile libr/io/plugins/README libr/io/plugins/dbg.c libr/io/plugins/malloc.c libr/io/plugins/ptrace.c
|
|
|
|
description:
|
|
|
|
* Fix build issues - fix build order
|
|
|
|
* Plugin directory renamed to 'p'
|
|
|
|
* Add env.sh to enter into a "radare2 development shell"
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 0:e6484e0f3084
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Feb 05 22:08:46 2009 +0100
|
|
|
|
files: ChangeLog Makefile README libr/Makefile libr/README libr/TODO libr/asm/Makefile libr/asm/arch/arm/asm.c libr/asm/arch/arm/gnu/arm-dis.c libr/asm/arch/bf/asm.c libr/asm/arch/include/ansidecl.h libr/asm/arch/include/bfd.h libr/asm/arch/include/bfdlink.h libr/asm/arch/include/dis-asm.h libr/asm/arch/include/elf-bfd.h libr/asm/arch/include/elf/common.h libr/asm/arch/include/elf/external.h libr/asm/arch/include/elf/internal.h libr/asm/arch/include/elf/mips.h libr/asm/arch/include/elf/reloc-macros.h libr/asm/arch/include/libiberty.h libr/asm/arch/include/opcode/mips.h libr/asm/arch/include/opcode/sparc.h libr/asm/arch/include/opintl.h libr/asm/arch/include/symcat.h libr/asm/arch/include/sysdep.h libr/asm/arch/mips/asm.c libr/asm/arch/mips/gnu/mips-dis.c libr/asm/arch/mips/gnu/mips-opc.c libr/asm/arch/mips/gnu/mips16-opc.c libr/asm/arch/ppc/asm.c libr/asm/arch/ppc/ppc_disasm/ppc_disasm.c libr/asm/arch/ppc/ppc_disasm/ppc_disasm.h libr/asm/arch/sparc/asm.c libr/asm/arch/sparc/gnu/sparc-dis.c libr/asm/arch/sparc/gnu/sparc-opc.c libr/asm/arch/x86/asm.c libr/asm/arch/x86/ollyasm/asmserv.c libr/asm/arch/x86/ollyasm/assembl.c libr/asm/arch/x86/ollyasm/disasm.c libr/asm/arch/x86/ollyasm/disasm.h libr/asm/arch/x86/pseudo.c libr/asm/arch/x86/realloc.c libr/asm/arch/x86/udis86/LICENSE libr/asm/arch/x86/udis86/README libr/asm/arch/x86/udis86/decode.c libr/asm/arch/x86/udis86/decode.h libr/asm/arch/x86/udis86/extern.h libr/asm/arch/x86/udis86/input.c libr/asm/arch/x86/udis86/input.h libr/asm/arch/x86/udis86/itab.c libr/asm/arch/x86/udis86/itab.h libr/asm/arch/x86/udis86/syn-att.c libr/asm/arch/x86/udis86/syn-intel.c libr/asm/arch/x86/udis86/syn.c libr/asm/arch/x86/udis86/syn.h libr/asm/arch/x86/udis86/types.h libr/asm/arch/x86/udis86/udis86.c libr/asm/asm.c libr/asm/t/Makefile libr/asm/t/asm_x86.c libr/asm/t/disasm_arm.c libr/asm/t/disasm_bf.c libr/asm/t/disasm_mips.c libr/asm/t/disasm_ppc.c libr/asm/t/disasm_sparc.c libr/asm/t/disasm_x86.c libr/asm/t/rasm2.c libr/asm/t/realloc_x86.c libr/bin/Makefile libr/bin/bin.c libr/bin/elf.c libr/bin/elf64.c libr/bin/pe.c libr/bin/t/Makefile libr/bin/t/baddr.c libr/bin/t/data_resize.c libr/bin/t/entry.c libr/bin/t/imports.c libr/bin/t/info.c libr/bin/t/rabin2.c libr/bin/t/rsz_test.sh libr/bin/t/sections.c libr/bin/t/symbols.c libr/bp/Makefile libr/bp/README libr/bp/bp.c libr/cmd/Makefile libr/cmd/TODO libr/cmd/cmd.c libr/cmd/t/Makefile libr/cmd/t/test.c libr/config.mk libr/config/Makefile libr/config/callback.c libr/config/config.c libr/config/deprecated.c libr/config/t/Makefile libr/config/t/test.c libr/cons/Makefile libr/cons/color.c libr/cons/cons.c libr/cons/input.c libr/cons/pipe.c libr/cons/print.c libr/cons/strsub.c libr/cons/t/Makefile libr/cons/t/hello.c libr/core/Makefile libr/core/cmd.c libr/core/config.c libr/core/core.c libr/core/file.c libr/core/io.c libr/core/t/Makefile libr/core/t/radare2.c libr/core/visual.c libr/debug/Makefile libr/debug/debug.c libr/debug/handle.c libr/debug/p/ptrace.c libr/diff/Makefile libr/diff/diff.c libr/diff/t/Makefile libr/diff/t/radiff2.c libr/diff/t/test.c libr/flags/Makefile libr/flags/flags.c libr/flags/name.c libr/flags/old_flags.c libr/flags/old_flags.h libr/hash/Makefile libr/hash/crc16.c libr/hash/crc32.c libr/hash/crc32.h libr/hash/crca.c libr/hash/entropy.c libr/hash/hamdist.c libr/hash/hash.c libr/hash/hash.h libr/hash/md4.c libr/hash/md5.h libr/hash/md5c.c libr/hash/sha1.c libr/hash/sha1.h libr/hash/sha2.c libr/hash/sha2.h libr/hash/state.c libr/hash/t/Makefile libr/hash/t/hello.c libr/include/list.h libr/include/r.h libr/include/r_asm.h libr/include/r_bin.h libr/include/r_bin_elf.h libr/include/r_bin_elf64.h libr/include/r_bin_elf_specs.h libr/include/r_bin_pe.h libr/include/r_bin_pe_specs.h libr/include/r_cmd.h libr/include/r_config.h libr/include/r_cons.h libr/include/r_core.h libr/include/r_debug.h libr/include/r_diff.h libr/include/r_flags.h libr/include/r_hash.h libr/include/r_io.h libr/include/r_lang.h libr/include/r_lib.h libr/include/r_line.h libr/include/r_macro.h libr/include/r_print.h libr/include/r_range.h libr/include/r
|
|
|
|
description:
|
|
|
|
* Initial import of libr
|
|
|
|
- Previous commits has been reported in the ChangeLog file
|
|
|
|
- hg log has been lost (moved inside ChangeLog)
|
|
|
|
- Old radare1 repository has removed all the libr
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-02-05 21:08:46 +00:00
|
|
|
/* --------------------------------------------------- */
|
|
|
|
2008-02-05 : Changes before the initial repository import
|
|
|
|
The ones not related with libr have been stripped from
|
|
|
|
this ChangeLog. The previous home for libr was in the old
|
|
|
|
radare1 mercurial repository
|
|
|
|
/* --------------------------------------------------- */
|
|
|
|
|
|
|
|
changeset: 880:ed9c8383c7b9
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Feb 05 18:55:15 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/include/r_core.h src/libr/include/r_lang.h src/libr/include/r_lib.h src/libr/io/io.c src/libr/lang/Makefile src/libr/lang/lang.c
|
|
|
|
description:
|
|
|
|
* Added 'oobi support' for libr
|
|
|
|
- oobi stands for 'Out Of Band Input'
|
|
|
|
- Enables '<' and '<<' command modifiers
|
|
|
|
- '<' : read from file
|
|
|
|
- '<<' : read until EOF mark
|
|
|
|
- Lot of commands will
|
|
|
|
* Added r_lang
|
|
|
|
- Nonworking integration with r_core in the '#!' command
|
|
|
|
- Use: #!perl < file.pl for example
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 879:056a0f472dcb
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Feb 05 02:35:14 2009 +0100
|
|
|
|
files: src/libr/TODO src/libr/bp/README src/libr/bp/bp.c src/libr/core/cmd.c src/libr/core/core.c src/libr/debug/Makefile src/libr/debug/debug.c src/libr/debug/handle.c src/libr/debug/p/ptrace.c src/libr/debug/ptrace.c src/libr/include/r.h src/libr/include/r_debug.h src/libr/include/r_lib.h src/libr/io/io.c src/libr/line/dietline.c
|
|
|
|
description:
|
|
|
|
* Fix build for libr
|
|
|
|
* Some refactor for libr_debug
|
|
|
|
- Basic r_debug_handle api
|
|
|
|
- Loaded debugger plugins integrated with core
|
|
|
|
* Drop label related code from dietline
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 878:7d0081787d00
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Wed Feb 04 20:11:51 2009 +0100
|
|
|
|
files: src/libr/include/r_io.h src/libr/include/r_io_section.h src/libr/io/plugins/Makefile src/libr/io/plugins/dbg.c src/libr/io/plugins/malloc.c src/libr/io/plugins/ptrace.c src/libr/io/section.c src/libr/rules.mk src/libr/socket/socket.c src/libr/vapi/r_io.vapi
|
|
|
|
description:
|
|
|
|
* Remove r_io_section.h (merge with r_io.h)
|
|
|
|
* Added malloc io plugin for libr
|
|
|
|
- Ported from radare in few mins
|
|
|
|
* Fix some issues with the dbg:// io-redirect plugin
|
|
|
|
* Add plugins/ as subdir build rule if found
|
|
|
|
* Change some old-to-new license lines
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 877:46f48b48c5d1
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Feb 04 12:10:59 2009 +0100
|
|
|
|
files: src/libr/cons/pipe.c src/libr/core/cmd.c src/libr/core/core.c src/libr/core/file.c src/libr/core/io.c src/libr/core/t/Makefile src/libr/hash/t/hello.c src/libr/include/r_cons.h src/libr/include/r_core.h src/libr/include/r_io.h src/libr/include/r_io_section.h src/libr/include/r_lib.h src/libr/include/r_util.h src/libr/io/handle.c src/libr/io/io.c src/libr/io/map.c src/libr/io/plugins/dbg.c src/libr/io/plugins/ptrace.c src/libr/io/section.c src/libr/io/t/Makefile src/libr/io/t/cat.c src/libr/io/t/read4.c src/libr/lib/lib.c src/libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Major refactoring for the r_io
|
|
|
|
- API has changed. Now r_io is OO
|
|
|
|
- Added r_io_redirect()
|
|
|
|
- Makes ptrace() and dbg:// plugins work!
|
|
|
|
- Sync program examples with new api
|
|
|
|
* Remove lot of debugging mesages
|
|
|
|
- Fix warnings
|
|
|
|
* Added r_file_exist() helper in r_util
|
|
|
|
* Added '|' command in the core
|
|
|
|
- list io plugins and send commands thru io_system
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 876:6cf4c3d48ae8
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Tue Feb 03 20:16:11 2009 +0100
|
|
|
|
files: src/dbg/pt-example.c src/libr/core/core.c src/libr/include/r_io.h src/libr/io/io.c src/libr/io/plugins/Makefile src/libr/io/plugins/dbg.c src/libr/io/plugins/ptrace.c
|
|
|
|
description:
|
|
|
|
* Some more shitty updates for the debug io
|
|
|
|
- Needs full io refactoring to make this io_redirect work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 875:c927fcb736a7
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Feb 03 10:43:59 2009 +0100
|
|
|
|
files: src/libr/core/t/Makefile src/libr/io/io.c src/libr/io/plugins/Makefile src/libr/io/plugins/dbg.c src/libr/io/plugins/ptrace.c src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial import of the dbg:// io plugin
|
|
|
|
- Forks a new process and redirects the uri to ptrace:// on *nix
|
|
|
|
- If process name is a number directly pass the control to ptrace as a pid
|
|
|
|
- The resulting process is not attachable :/ will have to fix this :)
|
|
|
|
* radare2 is now linked dinamicly against libr
|
|
|
|
- Fixes the problem of dupped r_io while using io plugins
|
|
|
|
- Everything needs to be dynamic if we want to use r_io
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 874:7d6363813c0d
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Feb 02 04:28:02 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/include/r_core.h src/libr/include/r_io.h src/libr/io/handle.c src/libr/io/io.c src/libr/io/plugins/Makefile src/libr/io/plugins/ptrace.c src/libr/lib/lib.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of the ptrace io plugin
|
|
|
|
- Now r_core uses r_lib
|
|
|
|
- Plugins are autoloaded at startup time
|
|
|
|
- attach to process and read memory works
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 873:55c830447283
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Feb 02 03:25:52 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/include/r_lib.h src/libr/io/io.c src/libr/io/plugins/Makefile src/libr/io/plugins/ptrace.c src/rabin/rabin.c
|
|
|
|
description:
|
|
|
|
* Initial import of the ptrace io plugin
|
|
|
|
- core does not yet uses r_lib to load io/plugins
|
|
|
|
- Added R_LIB_TYPE_IO..more to come
|
|
|
|
* Make rabin properly identify the redsn0w mach0 binary header
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 872:b24b3e49eb8d
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Feb 02 01:59:44 2009 +0100
|
|
|
|
files: src/libr/bp/bp.c src/libr/debug/debug.c src/libr/include/r_asm.h src/libr/include/r_reg.h src/libr/io/plugins/README src/libr/io_plugins/README src/libr/reg/reg.c
|
|
|
|
description:
|
|
|
|
* More draft code for r_bp and r_reg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 871:34d24ca37ff9
|
|
|
|
user: nibble
|
|
|
|
date: Mon Feb 02 00:50:19 2009 +0100
|
|
|
|
files: src/libr/asm/arch/arm/asm.c src/libr/asm/arch/bf/asm.c src/libr/asm/arch/mips/asm.c src/libr/asm/arch/ppc/asm.c src/libr/asm/arch/sparc/asm.c src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/pseudo.c src/libr/asm/arch/x86/realloc.c src/libr/asm/asm.c src/libr/asm/t/asm_x86.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_bf.c src/libr/asm/t/disasm_mips.c src/libr/asm/t/disasm_ppc.c src/libr/asm/t/disasm_sparc.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/rasm2.c src/libr/asm/t/realloc_x86.c src/libr/include/r_asm.h src/libr/vapi/r_asm.vapi
|
|
|
|
description:
|
|
|
|
* Types fixups in r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 870:3e992e014cb6
|
|
|
|
user: nibble
|
|
|
|
date: Sun Feb 01 14:54:33 2009 +0100
|
|
|
|
files: src/libr/vapi/r_bin.vapi src/libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Fixed r_bin vapi and test program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 869:568b3537dc9c
|
|
|
|
parent: 867:aeede8dbbdd7
|
|
|
|
parent: 868:b66d5b37d514
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sun Feb 01 04:50:30 2009 +0100
|
|
|
|
files: src/libr/asm/arch/arm/gnu/ansidecl.h src/libr/asm/arch/arm/gnu/bfd.h src/libr/asm/arch/arm/gnu/dis-asm.h src/libr/asm/arch/arm/gnu/symcat.h src/libr/asm/arch/mips/gnu/ansidecl.h src/libr/asm/arch/mips/gnu/bfd.h src/libr/asm/arch/mips/gnu/bfdlink.h src/libr/asm/arch/mips/gnu/dis-asm.h src/libr/asm/arch/mips/gnu/elf-bfd.h src/libr/asm/arch/mips/gnu/elf/common.h src/libr/asm/arch/mips/gnu/elf/external.h src/libr/asm/arch/mips/gnu/elf/internal.h src/libr/asm/arch/mips/gnu/elf/mips.h src/libr/asm/arch/mips/gnu/elf/reloc-macros.h src/libr/asm/arch/mips/gnu/libiberty.h src/libr/asm/arch/mips/gnu/opcode/mips.h src/libr/asm/arch/mips/gnu/opintl.h src/libr/asm/arch/mips/gnu/symcat.h src/libr/asm/arch/mips/gnu/sysdep.h src/libr/include/r_asm.h src/libr/vapi/r_bin.vapi src/libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Oops. merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 868:b66d5b37d514
|
|
|
|
parent: 866:783ecba9af73
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 30 20:13:46 2009 +0100
|
|
|
|
files: src/libr/TODO src/libr/asm/Makefile src/libr/asm/arch/arm/asm.c src/libr/asm/arch/arm/gnu/ansidecl.h src/libr/asm/arch/arm/gnu/bfd.h src/libr/asm/arch/arm/gnu/dis-asm.h src/libr/asm/arch/arm/gnu/symcat.h src/libr/asm/arch/include/ansidecl.h src/libr/asm/arch/include/bfd.h src/libr/asm/arch/include/bfdlink.h src/libr/asm/arch/include/dis-asm.h src/libr/asm/arch/include/elf-bfd.h src/libr/asm/arch/include/elf/common.h src/libr/asm/arch/include/elf/external.h src/libr/asm/arch/include/elf/internal.h src/libr/asm/arch/include/elf/mips.h src/libr/asm/arch/include/elf/reloc-macros.h src/libr/asm/arch/include/libiberty.h src/libr/asm/arch/include/opcode/mips.h src/libr/asm/arch/include/opcode/sparc.h src/libr/asm/arch/include/opintl.h src/libr/asm/arch/include/symcat.h src/libr/asm/arch/include/sysdep.h src/libr/asm/arch/mips/asm.c src/libr/asm/arch/mips/gnu/ansidecl.h src/libr/asm/arch/mips/gnu/bfd.h src/libr/asm/arch/mips/gnu/bfdlink.h src/libr/asm/arch/mips/gnu/dis-asm.h src/libr/asm/arch/mips/gnu/elf-bfd.h src/libr/asm/arch/mips/gnu/elf/common.h src/libr/asm/arch/mips/gnu/elf/external.h src/libr/asm/arch/mips/gnu/elf/internal.h src/libr/asm/arch/mips/gnu/elf/mips.h src/libr/asm/arch/mips/gnu/elf/reloc-macros.h src/libr/asm/arch/mips/gnu/libiberty.h src/libr/asm/arch/mips/gnu/opcode/mips.h src/libr/asm/arch/mips/gnu/opintl.h src/libr/asm/arch/mips/gnu/symcat.h src/libr/asm/arch/mips/gnu/sysdep.h src/libr/asm/arch/sparc/asm.c src/libr/asm/arch/sparc/gnu/sparc-dis.c src/libr/asm/arch/sparc/gnu/sparc-opc.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/disasm_sparc.c src/libr/config.mk src/libr/include/r_asm.h src/libr/include/r_bin.h src/libr/include/r_bin_elf.h src/libr/include/r_bin_pe.h src/libr/vapi/r_asm.vapi src/libr/vapi/r_bin.vapi src/libr/vapi/t/asm.vala src/libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added sparc support
|
|
|
|
- Added test (disasm_sparc)
|
|
|
|
- Major reorganization of headers
|
|
|
|
* Minor fixups in r_asm & r_bin vapis
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 867:aeede8dbbdd7
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sun Feb 01 04:48:03 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/bp/README src/libr/cmd/cmd.c src/libr/core/cmd.c src/libr/core/t/Makefile src/libr/debug/Makefile src/libr/debug/debug.c src/libr/debug/ptrace.c src/libr/include/r_asm.h src/libr/include/r_cmd.h src/libr/include/r_core.h src/libr/include/r_debug.h src/libr/include/r_reg.h src/libr/reg/Makefile src/libr/reg/README src/libr/reg/reg.c src/libr/util/Makefile src/libr/util/alloca.c src/libr/util/alloca.s src/libr/util/t/Makefile src/libr/util/t/ralloc.c src/libr/vapi/r_bin.vapi src/libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* Initial nonworking draft for r_debug and r_reg
|
|
|
|
- Basic debugger api defined
|
|
|
|
- Needs implementation for various operating systems
|
|
|
|
- Debugger is now designed to be modular at breakpoint, register,
|
|
|
|
io, and debugging layers based on function pointers.
|
|
|
|
- Lot of things to do here.
|
|
|
|
- r_reg handles lists and definitions for registers of multiple architectures
|
|
|
|
* Initial import of ralloc.
|
|
|
|
- A minimalistic and fast stacked heap memory allocation
|
|
|
|
- 40% faster than glibc's malloc and 60% faster than alloca
|
|
|
|
- Exposes a bug in gcc optimizations.
|
|
|
|
fmi: http://news.nopcode.org/gccfail
|
|
|
|
- Added benchmarking test program
|
|
|
|
* Some cleanup of the r_bin api. missing "public" attributes
|
|
|
|
- Looks like arrays like Entry[] are not well integrated with vala
|
|
|
|
- Test program now crashes. needs redesign solution
|
|
|
|
* Dummy r_cmd_args() to be integrated easily with dietline
|
|
|
|
* Added dummy help message for 'd' command in radare2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 866:783ecba9af73
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 30 16:08:53 2009 +0100
|
|
|
|
files: src/libr/TODO src/libr/asm/arch/bf/asm.c src/libr/asm/arch/x86/pseudo.c src/libr/asm/arch/x86/realloc.c src/libr/include/r_bin_elf.h src/libr/vapi/r_asm.vapi src/libr/vapi/r_bin.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/asm.vala src/libr/vapi/t/bin.vala
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- More refactoring
|
|
|
|
* r_bin
|
|
|
|
- Fixed header issue
|
|
|
|
* vapis
|
|
|
|
- Added r_asm and r_bin vapi
|
|
|
|
- Modified t/asm including parsing
|
|
|
|
- Added test (t/bin)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 865:50e3b2e29e41
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 30 12:20:48 2009 +0100
|
|
|
|
files: src/libr/TODO src/libr/bp/Makefile src/libr/bp/README src/libr/cons/Makefile src/libr/cons/TODO src/libr/cons/color.c src/libr/cons/cons.c src/libr/cons/input.c src/libr/cons/pipe.c src/libr/cons/print.c src/libr/core/cmd.c src/libr/include/r_cons.h src/libr/include/r_util.h src/libr/stripsyms.sh src/libr/util/num.c src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Split cons in multiple files
|
|
|
|
* Initial README for r_bp breakpoint management library
|
|
|
|
* File pipes are now working in radare2 ('>' and '>>')
|
|
|
|
* stripsyms.sh only filters symbols in r_util starting with r_
|
|
|
|
* Added r_str_nchr in util/str.c - simplifies some cons code
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 864:cc8bad644a1d
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 29 19:00:38 2009 +0100
|
|
|
|
files: src/libr/asm/t/realloc_x86.c src/libr/bin/bin.c src/libr/bin/t/baddr.c src/libr/bin/t/entry.c src/libr/bin/t/imports.c src/libr/bin/t/info.c src/libr/bin/t/rabin2.c src/libr/bin/t/sections.c src/libr/bin/t/symbols.c src/libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Added r_bin_new and r_bin_free
|
|
|
|
- r_bin_open renamed to r_bin_init
|
|
|
|
- Tests modified accordingly
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 863:279b0b1bb362
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 29 12:15:18 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/bf/asm.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/disasm_bf.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added bf support ;)
|
|
|
|
- Added test (disasm_bf)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 862:612f9aabcb39
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 29 12:24:47 2009 +0100
|
|
|
|
files: src/libr/TODO src/libr/include/r_core.h src/libr/include/r_range.h src/libr/range/range.c src/libr/vapi/r_cons.vapi src/libr/vapi/r_core.vapi src/libr/vapi/r_range.vapi src/libr/vapi/r_socket.vapi src/libr/vapi/r_syscall.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/core.vala src/libr/vapi/t/hash.vala
|
|
|
|
description:
|
|
|
|
* Initial import of r_cons, r_range and r_core VAPI files
|
|
|
|
* Verboser TODO file
|
|
|
|
* Fix out of namespace range function
|
|
|
|
* Added Hello world test for vala-core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 861:281224e02f42
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 29 10:49:27 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/arm/asm.c src/libr/asm/arch/mips/asm.c src/libr/asm/arch/ppc/asm.c src/libr/asm/arch/ppc/ppc_disasm/ppc_disasm.c src/libr/asm/arch/ppc/ppc_disasm/ppc_disasm.h src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/disasm_ppc.c src/libr/bin/Makefile src/libr/include/r_asm.h src/libr/include/r_util.h src/libr/util/hex.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added ppc support
|
|
|
|
- Added test (disasm_ppc)
|
|
|
|
* r_util
|
|
|
|
- Minor fix
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 860:996ef907bde5
|
|
|
|
user: nibble
|
|
|
|
date: Thu Jan 29 00:38:47 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/arm/asm.c src/libr/asm/arch/mips/asm.c src/libr/asm/arch/mips/gnu/ansidecl.h src/libr/asm/arch/mips/gnu/bfd.h src/libr/asm/arch/mips/gnu/bfdlink.h src/libr/asm/arch/mips/gnu/dis-asm.h src/libr/asm/arch/mips/gnu/elf-bfd.h src/libr/asm/arch/mips/gnu/elf/common.h src/libr/asm/arch/mips/gnu/elf/external.h src/libr/asm/arch/mips/gnu/elf/internal.h src/libr/asm/arch/mips/gnu/elf/mips.h src/libr/asm/arch/mips/gnu/elf/reloc-macros.h src/libr/asm/arch/mips/gnu/libiberty.h src/libr/asm/arch/mips/gnu/mips-dis.c src/libr/asm/arch/mips/gnu/mips-opc.c src/libr/asm/arch/mips/gnu/mips16-opc.c src/libr/asm/arch/mips/gnu/opcode/mips.h src/libr/asm/arch/mips/gnu/opintl.h src/libr/asm/arch/mips/gnu/symcat.h src/libr/asm/arch/mips/gnu/sysdep.h src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/asm_x86.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_mips.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/rasm2.c src/libr/asm/t/realloc_x86.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added mips support
|
|
|
|
- Added new test (disasm_mips)
|
|
|
|
- Minor fixups in arm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 859:01693373b933
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 29 01:25:55 2009 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/core/Makefile src/libr/core/cmd.c src/libr/core/core.c src/libr/core/file.c src/libr/core/io.c src/libr/core/write.c src/libr/sign/sign.c src/libr/vapi/r_bin.vapi src/libr/vapi/r_core.vapi src/libr/vapi/r_io.vapi src/libr/vapi/t/Makefile
|
|
|
|
description:
|
|
|
|
* Initial vapi files for core, io and bin
|
|
|
|
* Added simple core vapi test program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 858:00abc72fdb25
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Wed Jan 28 19:48:38 2009 +0100
|
|
|
|
files: Makefile.acr src/vars.c
|
|
|
|
description:
|
|
|
|
* Applied build and installation bugfix patch
|
|
|
|
- Thanks Mathias Krause!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 857:813ac0b0aa61
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Wed Jan 28 19:14:07 2009 +0100
|
|
|
|
files: Makefile.acr configure configure.acr
|
|
|
|
description:
|
|
|
|
* Added 'make release'
|
|
|
|
* Upgrade to 1.2 O:)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 856:c2cf92963d1d
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jan 28 14:12:15 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/pseudo.c src/libr/asm/arch/x86/realloc.c src/libr/asm/asm.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/realloc_x86.c src/libr/include/r_asm.h src/libr/include/r_util.h src/libr/util/file.c
|
|
|
|
description:
|
|
|
|
* r_util
|
|
|
|
- Added r_file_slurp_range
|
|
|
|
* r_asm
|
|
|
|
- Added callback support
|
|
|
|
- More refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 855:df3f89356a12
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Wed Jan 28 14:12:34 2009 +0100
|
|
|
|
files: src/libr/diff/diff.c src/libr/diff/t/radiff2.c src/libr/diff/t/test.c src/libr/include/r_diff.h
|
|
|
|
description:
|
|
|
|
* Structural changes in r_diff callback
|
|
|
|
- Feed it with a single structure instead of 6+2 args
|
|
|
|
- radiff2 output features less useless spaces
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 854:d4bf592cbb65
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Jan 28 12:41:52 2009 +0100
|
|
|
|
files: src/libr/diff/t/Makefile src/libr/diff/t/radiff2.c src/libr/include/r_sign.h src/libr/include/r_types.h src/libr/include/r_util.h src/libr/sign/Makefile src/libr/sign/sign.c src/libr/util/file.c
|
|
|
|
description:
|
|
|
|
* Added 'radiff2' test program for r_diff API
|
|
|
|
* Initial import of r_sign
|
|
|
|
* #define R_TRUE and R_FALSE for boolean
|
2009-07-08 11:49:55 +00:00
|
|
|
* r_file_slurp now returns file size as ut32
|
2009-02-05 21:08:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
changeset: 853:f427cbc96173
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Jan 28 11:45:28 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/TODO src/libr/cmd/cmd.c src/libr/diff/Makefile src/libr/diff/diff.c src/libr/diff/t/Makefile src/libr/diff/t/test.c src/libr/include/r_diff.h src/libr/include/r_util.h src/libr/range/Makefile src/libr/util/Makefile src/libr/util/file.c src/libr/util/str.c src/rsc/pool/uncolor
|
|
|
|
description:
|
|
|
|
* Added 'r_diff'
|
|
|
|
- Initial api working
|
|
|
|
- Added test program
|
|
|
|
* TODO file for libr
|
|
|
|
* New stuff in r_util
|
|
|
|
- r_str_ichr (like a negated strchr)
|
|
|
|
- r_str_escape
|
|
|
|
- Added file stuff in r_util
|
|
|
|
(slurp, randomline, dump, rm)
|
|
|
|
* Added rsc uncolor
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 852:17c9f42fc33a
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Tue Jan 27 22:59:40 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/vapi/t/crash-vala00.vala src/libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Build r_search by default
|
|
|
|
* vala/search example now uses a lambda
|
|
|
|
- remove crash.vala
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 851:67023951771d
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 27 22:55:53 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/x86/realloc.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/realloc_x86.c src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/t/Makefile src/libr/bin/t/scn_resize.c src/libr/include/r_asm.h src/libr/include/r_bin.h src/libr/include/r_bin_elf.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added parser "realloc" (doesn't work yet)
|
|
|
|
- Added test realloc_x86
|
|
|
|
* r_bin
|
|
|
|
- Added r_bin_resize_section (ELF)
|
|
|
|
- Improved r_bin_elf_resize_section
|
|
|
|
- Purged superfluous test
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 850:a4e008698c6a
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 27 12:37:42 2009 +0100
|
|
|
|
files: src/libr/include/r_search.h src/libr/search/aes-find.c src/libr/search/search.c src/libr/search/stripstr.c src/libr/search/t/Makefile src/libr/search/t/test-str.c src/libr/search/t/test.c
|
|
|
|
description:
|
|
|
|
* Make strings_update work (R_SEARCH_STRING) method
|
|
|
|
- Added test program for searching strings
|
|
|
|
* Fix bug in aes-key-test algorithm for r_search
|
|
|
|
* Simplify some code in search.c by using hex.c
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 849:f15ae0b87ed3
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 27 01:58:04 2009 +0100
|
|
|
|
files: src/libr/include/r_search.h src/libr/search/Makefile src/libr/search/aes-find.c src/libr/search/bytepat.c src/libr/search/search.c src/libr/search/stripstr.c src/libr/search/t/test.c src/libr/vapi/r_search.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/crash-vala00.vala src/libr/vapi/t/search.vala
|
|
|
|
description:
|
|
|
|
* Initial working implementation of the search api
|
|
|
|
- New search engine using native structures (mybinparse)
|
|
|
|
- Integrate aes_update method
|
|
|
|
- pattern update not yet working
|
|
|
|
- string update callback is implemented but not tested
|
|
|
|
* Added vala api interface
|
|
|
|
- Use standard return values (1=true, 0=false)
|
|
|
|
- Added search hello world in vala
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 848:3a9a2d68c7b3
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jan 26 19:48:11 2009 +0100
|
|
|
|
files: src/libr/asm/arch/arm/asm.c src/libr/asm/arch/arm/gnu/arm-dis.c src/libr/asm/arch/arm/gnu/dis-asm.h src/libr/asm/arch/x86/pseudo.c src/libr/asm/asm.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_x86.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Fix arm
|
|
|
|
- Some refactoring in tests
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 847:a04143d2ef50
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Mon Jan 26 16:59:28 2009 +0100
|
|
|
|
files: ChangeLog
|
|
|
|
description:
|
|
|
|
* Sync changelog for 1.2 release
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 846:a4d83e09a192
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Mon Jan 26 14:03:47 2009 +0100
|
|
|
|
files: src/libr/asm/arch/arm/asm.c src/libr/asm/arch/arm/gnu/arm-dis.c src/libr/asm/arch/x86/ollyasm/asmserv.c src/libr/asm/arch/x86/ollyasm/disasm.h src/libr/cmd/cmd.c src/libr/core/cmd.c src/libr/core/write.c src/libr/include/r_asm.h src/libr/include/r_macro.h src/libr/include/r_types.h src/libr/include/r_util.h src/libr/print/print.c src/libr/util/hex.c src/libr/util/str.c src/libr/vapi/r_asm.vapi src/libr/vapi/t/asm.vala src/rsc/pool/add src/rsc/pool/ffftoneg src/rsc/pool/move src/rsc/pool/strings-flag
|
|
|
|
description:
|
|
|
|
* Fix some warnings in libr
|
|
|
|
- Maybe ollydasm works fine now
|
|
|
|
* Added missing write.c file
|
|
|
|
* asm.vala test program is compiling now :)
|
|
|
|
* Use 'rax' instead of 'xc' in rsc pool
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 845:7153fe12402a
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 26 13:58:56 2009 +0100
|
|
|
|
files: src/libr/core/Makefile src/libr/core/cmd.c src/libr/core/t/radare2.c src/libr/include/r_util.h
|
|
|
|
description:
|
|
|
|
* Added 'wo' comamnd to r_core_cmd
|
|
|
|
* Added 'wv' one
|
|
|
|
* Simplify help message in radare2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 844:32d6665be870
|
|
|
|
parent: 841:f901be9168fc
|
|
|
|
parent: 843:25ac60c5415e
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 26 00:40:37 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/udis86/syn-pseudo.c
|
|
|
|
description:
|
|
|
|
* Merge
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 843:25ac60c5415e
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 25 12:19:14 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/pseudo.c src/libr/asm/asm.c src/libr/asm/t/disasm_x86.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Add r_asm_parse
|
|
|
|
- Refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 842:6834b2717a02
|
|
|
|
parent: 840:125a3bb07de0
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 25 04:46:54 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/pseudo.c src/libr/asm/arch/x86/udis86/extern.h src/libr/asm/arch/x86/udis86/syn-pseudo.c src/libr/asm/arch/x86/udis86/types.h src/libr/asm/asm.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/rasm2.c src/libr/bin/t/Makefile src/libr/bin/t/rabin2.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Added parsing support
|
|
|
|
- Added parser "pseudo" (dirty copy&paste)
|
|
|
|
- Removed syntax "pseudo" from udis86
|
|
|
|
- Minor refactoring
|
|
|
|
- Minor fixups in rasm2
|
|
|
|
* rabin2 now uses r_num
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 841:f901be9168fc
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 26 00:40:15 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/include/r_io.h src/libr/include/r_search.h src/libr/include/r_util.h src/libr/io/io.c src/libr/search/Makefile src/libr/search/binparse.c src/libr/search/search.c src/libr/search/stripstr.c src/libr/search/t/test.c src/libr/util/hex.c src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Added some implementations for the write command in r_core
|
|
|
|
- w, ww, wx, wb, wm
|
|
|
|
- Added support for write binary mask to r_io_write
|
|
|
|
* Added slurp_random_line for r_util
|
|
|
|
- Added some hex2bin bin2hex helpers
|
|
|
|
* Added stripstr algorithm to r_search
|
|
|
|
- r_search is borken, needs a new binparse
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 840:125a3bb07de0
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Jan 24 22:47:41 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/include/r_search.h src/libr/search/search.c
|
|
|
|
description:
|
|
|
|
* Added fake commands 'w' and '/' in core
|
|
|
|
* Added mode search
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 839:2816afbe6e3c
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Jan 24 21:07:10 2009 +0100
|
|
|
|
files: src/libr/search/binparse.c src/libr/search/t/test.c
|
|
|
|
description:
|
|
|
|
* Fix segfault in test program of r_search
|
|
|
|
- First working version. API not yet stabilized
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 838:9253acf8b6bc
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Jan 24 20:57:15 2009 +0100
|
|
|
|
files: src/binparse.c src/libr/asm/t/asm_x86.c src/libr/asm/t/rasm2.c src/libr/include/r_search.h src/libr/search/Makefile src/libr/search/aes-find.c src/libr/search/binparse.c src/libr/search/bytepat.c src/libr/search/search.c src/libr/search/t/Makefile src/libr/search/t/test.c src/libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Make r-search compile
|
|
|
|
- Much more work required :P
|
|
|
|
- Added a example test program that segfaults
|
|
|
|
- Added aes-search inside r_search (not yet integrated)
|
|
|
|
* Minor code indent for rasm2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 837:9a4387970e51
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Jan 24 19:14:15 2009 +0100
|
|
|
|
files: src/libr/cons/cons.c src/libr/include/r_range.h src/libr/include/r_search.h src/libr/include/r_util.h src/libr/range/Makefile src/libr/range/range.c src/libr/search/Makefile src/libr/search/search.c src/libr/util/num.c
|
|
|
|
description:
|
|
|
|
* New libr module: "r_range"
|
|
|
|
- Needs some cleanup but it is almost defined
|
|
|
|
* Add r_cons_progressbar() to r_cons api
|
|
|
|
* Some more work on r_search refactoring
|
|
|
|
- Needs even more cleanup
|
|
|
|
- Not yet defined
|
|
|
|
- Lot of structures needs to change name
|
|
|
|
- Integrate bytepat and esteve's search engine
|
|
|
|
* Add r_num_minmax_swap helper in r_util
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 836:cbd01aba74e2
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jan 24 17:15:47 2009 +0100
|
|
|
|
files: src/libr/asm/arch/arm/asm.c src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/asm_x86.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/rasm2.c src/libr/bin/t/rabin2.c
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Initial rasm2 implementation
|
|
|
|
- Minor bug fixing
|
|
|
|
- Remove unnecessary includes
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 835:ba092ed637f0
|
|
|
|
user: nibble
|
|
|
|
date: Sat Jan 24 13:46:46 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/asm_x86.c src/libr/asm/t/disasm_arm.c src/libr/asm/t/disasm_x86.c src/libr/asm/t/test_arm.c src/libr/asm/t/test_x86.c src/libr/bin/t/rabin2.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Add x86 assembly support using olly
|
|
|
|
- Add assembly test
|
|
|
|
* rabin2
|
|
|
|
- Aesthetic fixups
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 834:fadf69282565
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 23 11:29:53 2009 +0100
|
|
|
|
files: src/libr/include/r_search.h src/libr/include/r_util.h src/libr/search/binparse.c src/libr/search/search.c src/libr/util/Makefile src/libr/util/hex.c
|
|
|
|
description:
|
|
|
|
* More work on r_search
|
|
|
|
- Not yet finished
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 833:e291ca31ca35
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 22 22:04:05 2009 +0100
|
|
|
|
files: src/libr/core/t/radare2.c src/libr/include/r_vm.h src/libr/io/README src/libr/io/undo.c src/libr/io/undo.h src/libr/print/print.c src/libr/vm/extra.c src/libr/vm/mmu.c src/libr/vm/reg.c src/libr/vm/setup.c src/libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Initial compilable version of r_vm
|
|
|
|
- Not yet tested
|
|
|
|
- Fix lot of warning messages
|
|
|
|
* Added undo.* in rio
|
|
|
|
- Not yet integrated
|
|
|
|
* Added lsbstego into r_print
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 832:b8c90a3ad8f3
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Thu Jan 22 19:53:14 2009 +0100
|
|
|
|
files: src/libr/include/r_vm.h src/libr/vm/Makefile src/libr/vm/extra.c src/libr/vm/mmu.c src/libr/vm/op.c src/libr/vm/reg.c src/libr/vm/setup.c src/libr/vm/stack.c src/libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Lot of work on libr_vm
|
|
|
|
- Not yet usable, stills not compiling
|
|
|
|
- Major refactoring in C sucks :P
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 831:3c1f91e2cd23
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Thu Jan 22 11:51:05 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/radare2.c src/libr/macro/macro.c src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial working implementation of macros
|
|
|
|
- Pointers required maybe needs a bit of work
|
|
|
|
* Check for ending '"' and ')' chars
|
|
|
|
- Properly parse commands starting with '"'
|
|
|
|
* Added -n flag to radare2
|
|
|
|
- Run ~/.radarerc by default
|
|
|
|
* Added r_str_home() helper
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 830:55d688044fa3
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 22 11:57:54 2009 +0100
|
|
|
|
files: src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/include/r_cons.h src/libr/include/r_core.h src/libr/include/r_print.h src/libr/include/r_vm.h src/libr/io/README src/libr/macro/macro.c src/libr/print/Makefile src/libr/print/format.c src/libr/print/print.c src/libr/vm/Makefile src/libr/vm/vm.c
|
|
|
|
description:
|
|
|
|
* Make the '.' command work happier
|
|
|
|
- Add support for .() to call macros
|
|
|
|
- Command '(' is now also working
|
|
|
|
- Needs some fun pointers to be properly initialized
|
|
|
|
* Added $$ and $b in r_num_callback
|
|
|
|
* Added pr in help
|
|
|
|
* Initial implementation of '#' using r_hash from core
|
|
|
|
* Initial import of r_vm
|
|
|
|
- Just c&p from r1..needs some work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 829:375a0e8afbe5
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 22 02:46:48 2009 +0100
|
|
|
|
files: src/libr/include/r_lib.h src/libr/lib/Makefile src/libr/lib/lib.c src/libr/lib/t/Makefile src/libr/lib/t/test-plugin.c
|
|
|
|
description:
|
|
|
|
* Major refactoring over the initial design
|
|
|
|
* Added support for destructors
|
|
|
|
- Some structure and field renamings
|
|
|
|
- More methods defined in .h
|
|
|
|
- Build with -Wall
|
|
|
|
- Optimization thru the use of pointers
|
|
|
|
- Needs another review for simplification
|
|
|
|
* Make the test program close and free all loaded
|
|
|
|
plugins before exiting
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 828:e01213be6562
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Jan 21 23:32:52 2009 +0100
|
|
|
|
files: src/libr/bin/t/rabin2.c src/libr/include/r_lib.h src/libr/lib/lib.c src/libr/lib/t/Makefile src/libr/lib/t/plugin.c src/libr/lib/t/test-plugin.c src/libr/stripsyms.sh
|
|
|
|
description:
|
|
|
|
* Fix stirpsyms for gentoo
|
|
|
|
* Some syntax fixups for rabin2
|
|
|
|
* Initial working implementation of r_lib
|
|
|
|
- Added a test program
|
|
|
|
- Pointer to internal data not yet working at all
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 827:6969c38f1d27
|
|
|
|
user: nibble
|
|
|
|
date: Wed Jan 21 20:59:39 2009 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/elf64.c src/libr/bin/pe.c src/libr/bin/t/Makefile src/libr/bin/t/rabin2.c src/libr/include/r_asm.h src/libr/include/r_bin.h src/libr/include/r_bin_elf.h src/libr/include/r_bin_elf64.h src/libr/include/r_bin_pe.h src/libr/include/r_bin_pe_specs.h
|
|
|
|
description:
|
|
|
|
* Add radare output to rabin2
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 826:4f3d7a3cf4d0
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Tue Jan 20 20:10:14 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/cons/cons.c src/libr/core/cmd.c src/libr/include/r_cons.h src/libr/print/print.c src/libr/stripsyms.sh
|
|
|
|
description:
|
|
|
|
* Add 'macro' in makefile build
|
|
|
|
* Initial nonworking and ugly implementation of cons_pipe
|
|
|
|
* Added r_cons_memcat and 'pr' command for r_print
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 825:546ca0a46e75
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 19:19:01 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/arm/asm.c src/libr/asm/arch/arm/gnu/ansidecl.h src/libr/asm/arch/arm/gnu/arm-dis.c src/libr/asm/arch/arm/gnu/bfd.h src/libr/asm/arch/arm/gnu/dis-asm.h src/libr/asm/arch/arm/gnu/symcat.h src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/test.c src/libr/asm/t/test_arm.c src/libr/asm/t/test_x86.c src/libr/core/core.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Add initial arm support (needs more love)
|
|
|
|
- Add new tests
|
|
|
|
* r_core
|
|
|
|
- Remove unnecessary include
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 824:863327273c45
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 13:27:37 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/udis86/syn-pseudo.c src/libr/asm/arch/x86/udis86/udcli/udcli.c src/libr/asm/t/test.c src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/include/r_cons.h src/libr/include/r_core.h src/libr/include/r_flags.h src/libr/macro/Makefile src/libr/macro/macro.c src/libr/macro/macros.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Add pseudo syntax using udis86
|
|
|
|
- Remove unnecessary files
|
|
|
|
* r_core
|
|
|
|
- Remove some warnings
|
|
|
|
- Partially Fix build
|
|
|
|
* r_macro
|
|
|
|
- Add Makefile
|
|
|
|
- Remove macros.h
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 823:a1b09db6da5c
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 20 13:07:32 2009 +0100
|
|
|
|
files: src/libr/asm/asm.c src/libr/core/cmd.c src/libr/core/core.c src/libr/include/r_core.h src/libr/include/r_macro.h src/libr/macro/macro.c src/libr/macro/macros.h
|
|
|
|
description:
|
|
|
|
* Added dummy macro and interpret commands for r_core
|
|
|
|
* Initial implementation of r_macro
|
|
|
|
- Needs testing and integration with r_core
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 822:16ef87931fdb
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 11:59:53 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/ollyasm/asmserv.c src/libr/asm/arch/x86/ollyasm/assembl.c
|
|
|
|
description:
|
|
|
|
* Ooops, add missing files
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 821:51665340300f
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 11:56:56 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/ollyasm/disasm.c src/libr/asm/arch/x86/ollyasm/disasm.h src/libr/asm/asm.c src/libr/asm/t/test.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm
|
|
|
|
- Add r_asm_free
|
|
|
|
- Add olly syntax for x86
|
|
|
|
- Huge dewarnification (olly code)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 820:5f9fa04311bc
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 03:58:27 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Fix r_asm build O:-)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 819:f242a181f93a
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 03:53:11 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/test.c src/libr/core/cmd.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* r_asm refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 818:fb3f69373af5
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 20 04:55:02 2009 +0100
|
|
|
|
files: src/libr/vapi/r_asm.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/asm.vala
|
|
|
|
description:
|
|
|
|
* Added r_asm vala api and test program
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 817:26a9c7a6e782
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 20 04:21:17 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/core/cmd.c src/libr/core/config.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/core/t/radare2.c src/libr/flags/flags.c src/libr/include/r_config.h src/libr/include/r_flags.h
|
|
|
|
description:
|
|
|
|
* Lot of work on radare2 (libr based)
|
|
|
|
* Build r_asm by default
|
|
|
|
- Initial pd command working
|
|
|
|
* 'x' command accepts numeric argument
|
|
|
|
* 'f' command working, f+ for adding
|
|
|
|
* 'px-' shows hexdump without headers
|
|
|
|
* Make radare2 test program open multiple files
|
|
|
|
- Add -w and -e flags
|
|
|
|
* Add r_flag_list and ..unset
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 816:10cac3656cf5
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 03:01:03 2009 +0100
|
|
|
|
files: src/libr/asm/arch/x86/asm.c src/libr/asm/asm.c src/libr/asm/t/test.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* Move buf_asm & buf_hex into r_asm_t
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 815:817f2ba7ce1f
|
|
|
|
user: nibble
|
|
|
|
date: Tue Jan 20 02:44:28 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/arch/x86/asm.c src/libr/asm/arch/x86/ollyasm/disasm.c src/libr/asm/arch/x86/ollyasm/disasm.h src/libr/asm/arch/x86/udis86/LICENSE src/libr/asm/arch/x86/udis86/README src/libr/asm/arch/x86/udis86/decode.c src/libr/asm/arch/x86/udis86/decode.h src/libr/asm/arch/x86/udis86/extern.h src/libr/asm/arch/x86/udis86/input.c src/libr/asm/arch/x86/udis86/input.h src/libr/asm/arch/x86/udis86/itab.c src/libr/asm/arch/x86/udis86/itab.h src/libr/asm/arch/x86/udis86/syn-att.c src/libr/asm/arch/x86/udis86/syn-intel.c src/libr/asm/arch/x86/udis86/syn.c src/libr/asm/arch/x86/udis86/syn.h src/libr/asm/arch/x86/udis86/types.h src/libr/asm/arch/x86/udis86/udcli/udcli.c src/libr/asm/arch/x86/udis86/udis86.c src/libr/asm/asm.c src/libr/asm/t/Makefile src/libr/asm/t/test.c src/libr/bin/t/rabin2.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* x86 support for r_asm :)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 814:092c61e62303
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Jan 20 03:11:09 2009 +0100
|
|
|
|
files: src/libr/config/config.c src/libr/core/cmd.c src/libr/core/config.c src/libr/core/visual.c src/libr/include/r_config.h src/libr/include/r_util.h src/libr/util/num.c
|
|
|
|
description:
|
|
|
|
* Lot of enhacements and new commands for radare2
|
|
|
|
- eval, flags, quit with args, !system, seek
|
|
|
|
- support for:
|
|
|
|
. internal grep ~
|
|
|
|
. temporary seek @
|
|
|
|
. internal cmd output subst ``
|
|
|
|
. conditional commands now supported
|
|
|
|
?? ?! ?+ ?- (==0, !=0, >0, <0)
|
|
|
|
- Added lot of help messages '?' everywhere
|
|
|
|
- Support repeat prefix for commands (3x)
|
|
|
|
- r_num_t now stores the comparision result
|
|
|
|
- Used for conditional
|
|
|
|
* Commands without arguments return numeric value
|
|
|
|
* Define MIN, MAX, LESSTHAN and GREATERTHAN defines
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 813:3c35297f2e83
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Mon Jan 19 19:03:33 2009 +0100
|
|
|
|
files: src/libr/README src/libr/cmd/cmd.c src/libr/cmd/t/Makefile src/libr/cmd/t/test.c src/libr/cons/cons.c src/libr/core/core.c src/libr/core/t/radare2.c src/libr/flags/flags.c src/libr/include/r_cmd.h src/libr/include/r_core.h src/libr/include/r_io.h src/libr/include/r_util.h src/libr/io/io.c src/libr/io/section.c src/libr/io/t/Makefile src/libr/io/t/read4.c src/libr/rules.mk src/libr/util/str.c src/libr/vapi/r_socket.vapi src/libr/vapi/t/socket.vala
|
|
|
|
description:
|
|
|
|
* Rewrite 'libr' README
|
|
|
|
* Add long command support for r_cmd
|
|
|
|
* Fix bug in r_core related to seeking
|
|
|
|
* Fix crash in r_flag_get
|
|
|
|
* Fix vala socket example
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 812:7238036d3083
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 19 02:40:27 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/print/Makefile
|
|
|
|
description:
|
|
|
|
* Build r_flags and r_print by default
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 811:4d141b319960
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 19 02:38:11 2009 +0100
|
|
|
|
files: src/libr/include/r_cmd.h
|
|
|
|
description:
|
|
|
|
* Oops for r_cmd build
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 810:038e7697fb89
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 19 02:34:57 2009 +0100
|
|
|
|
files: src/libr/vapi/r_socket.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/socket.vala
|
|
|
|
description:
|
|
|
|
* Added socket example
|
|
|
|
- Crashing everytime
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 809:7d75819b583b
|
|
|
|
user: nibble
|
|
|
|
date: Mon Jan 19 01:08:49 2009 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/t/Makefile src/libr/bin/t/rabin2.c src/libr/include/r_bin.h
|
|
|
|
description:
|
|
|
|
* Initial implementation of rabin2 using r_bin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 808:07b21a0c6224
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 19 02:11:07 2009 +0100
|
|
|
|
files: src/libr/cmd/cmd.c src/libr/cons/cons.c src/libr/core/Makefile src/libr/core/cmd.c src/libr/core/core.c src/libr/core/t/Makefile src/libr/core/t/radare2.c src/libr/core/visual.c src/libr/flags/Makefile src/libr/flags/flags.c src/libr/flags/name.c src/libr/flags/old_flags.c src/libr/flags/old_flags.h src/libr/include/r_cmd.h src/libr/include/r_core.h src/libr/include/r_flags.h src/libr/include/r_print.h src/libr/include/r_util.h src/libr/print/print.c src/libr/print/t/Makefile
|
|
|
|
description:
|
|
|
|
* Added null command callback for libr_cmd
|
|
|
|
* Added basic support for command preprocessing
|
|
|
|
- Supports '@' and '"'
|
|
|
|
- Temporally seek works fine
|
|
|
|
* Resolve numbers with flag names
|
|
|
|
- Enhacements for the r_flags library
|
|
|
|
- r_num_t is now initialized and used
|
|
|
|
* Added p8 and px commands
|
|
|
|
- Added r_print_bytes with format string
|
|
|
|
- Initial nonworking 'f' command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 807:3983b9bfb385
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sun Jan 18 21:55:04 2009 +0100
|
|
|
|
files: doc/fortunes src/libr/Makefile src/libr/cmd/TODO src/libr/cmd/cmd.c src/libr/cmd/t/test.c src/libr/config/callback.c src/libr/config/config.c src/libr/cons/Makefile src/libr/cons/cons.c src/libr/cons/strsub.c src/libr/cons/t/Makefile src/libr/core/Makefile src/libr/core/cmd.c src/libr/core/config.c src/libr/core/core.c src/libr/core/file.c src/libr/core/t/Makefile src/libr/core/t/radare2.c src/libr/flags/Makefile src/libr/flags/flags.c src/libr/flags/old_flags.c src/libr/flags/old_flags.h src/libr/include/r_cmd.h src/libr/include/r_core.h src/libr/include/r_flags.h src/libr/include/r_radare.h src/libr/include/r_util.h src/libr/io/io.c src/libr/io/section.c src/libr/line/Makefile src/libr/line/dietline.c src/libr/line/t/Makefile src/libr/radare/Makefile src/libr/radare/radare.c src/libr/radare/t/Makefile src/libr/radare/t/radare2.c src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Lot of work on libr
|
|
|
|
- Initial radare2 test program in libr/core/t
|
|
|
|
- Some basic commands (s, b, x, q)
|
|
|
|
- r_cmd is working .. needs support for long commands
|
|
|
|
- Lot of refactoring
|
|
|
|
* Remove r_radare .. moved into r_core
|
|
|
|
* Some recursive dependencies needs to be cleaned up
|
|
|
|
- r_cons is not depending on r_line
|
|
|
|
- uses dietline for everything (no readline for radare2)
|
|
|
|
* Link test programs against object archives (.a)
|
|
|
|
|
|
|
|
changeset: 805:16cd084fcda8
|
|
|
|
user: nibble
|
|
|
|
date: Sun Jan 18 02:04:23 2009 +0100
|
|
|
|
files: src/libr/asm/Makefile src/libr/asm/asm.c src/libr/bin/elf.c src/libr/include/r_asm.h
|
|
|
|
description:
|
|
|
|
* initial work on r_asm
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 804:add36c5d9140
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sun Jan 18 03:06:37 2009 +0100
|
|
|
|
files: src/libr/cmd/Makefile src/libr/cmd/cmd.c src/libr/cmd/t/Makefile src/libr/cmd/t/test.c src/libr/config.mk src/libr/core/core.c src/libr/include/r_cmd.h src/libr/include/r_cons.h src/libr/include/r_core.h src/libr/include/r_print.h src/libr/include/r_radare.h src/libr/include/r_types.h src/libr/io/handle.c src/libr/io/map.c src/libr/print/print.c src/libr/print/t/Makefile src/libr/print/t/hex.c src/libr/radare/Makefile src/libr/radare/radare.c src/libr/radare/t/radare2.c src/libr/rules.mk src/libr/util/Makefile src/libr/util/str.c
|
|
|
|
description:
|
|
|
|
* Initial implementation of r_cmd with test
|
|
|
|
* More work on r_radare and r_core
|
|
|
|
* Added r_print_hexdump to r_print
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 802:d32bbdd45b32
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 16 18:30:17 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/include/r_util.h src/libr/util/Makefile src/libr/util/mem.c src/libr/util/num.c src/libr/util/re.c src/libr/util/t/Makefile src/libr/util/t/calc.c src/libr/util/t/test.c src/radare.c src/stripstr.c src/visual.c
|
|
|
|
description:
|
|
|
|
* Use portable flags for find(1) in libr make install
|
|
|
|
* Twice-ESC quits from visual-insert mode (thx mandingo)
|
|
|
|
* Added r_str_re for regular expression helpers
|
|
|
|
* Fixups for stripstr for ranges
|
|
|
|
- Starting getting hits from the begging
|
|
|
|
- Properly get hits of ascii outside the first block
|
|
|
|
- Rename 'unicode' as 'widechar'
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 801:40754edd72c0
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 16 12:23:58 2009 +0100
|
|
|
|
files: src/libr/Makefile src/libr/line/dietline.c src/libr/util/mem.c
|
|
|
|
description:
|
|
|
|
* Better make install for libr
|
|
|
|
* Initial ^R support for r_line
|
|
|
|
|
|
|
|
changeset: 798:0dd3aa0480eb
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 16 04:17:44 2009 +0100
|
|
|
|
files: src/config.c src/libr/Makefile src/libr/include/r_util.h src/libr/util/Makefile src/libr/util/mem.c src/libr/util/num.c src/libr/util/str.c src/libr/util/t/calc.c src/libr/util/t/rax2.c src/radare.c src/ranges.c src/ranges.h src/search.c
|
|
|
|
description:
|
|
|
|
* New config key "search.inar"
|
|
|
|
- Search for /z and / /x .. using ranges defined by 'ar'
|
|
|
|
- Thanks mandingo again for the ideas!
|
|
|
|
* Added 'install' target for libr
|
|
|
|
- installed at /tmp/libr-install
|
|
|
|
- just for development
|
|
|
|
- Initial working version of 'rax2' using r_util
|
|
|
|
- Basic nested math expression support with ( and )
|
|
|
|
- Added test program with check failres for math exprs
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 797:29bc0d2e8725
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 16 00:59:08 2009 +0100
|
|
|
|
files: src/cmds.c src/libr/include/r_core.h src/libr/include/r_radare.h src/libr/include/r_util.h src/libr/radare/t/Makefile src/libr/radare/t/radare2.c src/libr/util/num.c src/libr/util/str.c src/libr/util/t/Makefile src/libr/util/t/calc.c src/libr/util/t/rax2.c
|
|
|
|
description:
|
|
|
|
* Initial import of r_radare
|
|
|
|
* Added new command /v to search for values
|
|
|
|
- Little and big endian support
|
|
|
|
- Thanks mandingo for the idea! :)
|
|
|
|
* Enhacements for the r_util API
|
|
|
|
- stable numeric and string api
|
|
|
|
- needs more love
|
|
|
|
- Added some tests
|
|
|
|
- extensible state based get value function
|
|
|
|
* rax2 and radare2 will be implemented as test
|
|
|
|
programs for libr
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 796:8b01b2397d20
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Jan 15 11:45:19 2009 +0100
|
|
|
|
files: TODO src/libr/include/r_radare.h src/libr/io/README src/libr/io/desc.c src/libr/io/io.c src/libr/radare/Makefile src/libr/radare/radare.c src/vars.c
|
|
|
|
description:
|
|
|
|
* Some more work on the r_io module
|
|
|
|
* Initial import of r_radare module
|
|
|
|
- Will implement a full radare client into a library
|
|
|
|
- Small c program will be enought to implement radare2
|
|
|
|
* Pseudofix var_add_access recursivity bug
|
|
|
|
- Needs some love
|
|
|
|
|
|
|
|
changeset: 790:5726a923ccd1
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Jan 14 01:42:04 2009 +0100
|
|
|
|
files: src/bytepat.c src/libr/search/bytepat.c
|
|
|
|
description:
|
|
|
|
* Apply esteve's patch for bytepat.c
|
|
|
|
- Do not show nested patterns (much more clean output :D)
|
|
|
|
- Some code cleanup
|
|
|
|
- Make use of search.from and search.to
|
|
|
|
- Control read errors
|
|
|
|
* Added bytepat into libr_search for future integration
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 788:ac6937ff37cf
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Tue Jan 13 13:47:29 2009 +0100
|
|
|
|
files: scripts/macros src/cons.c src/dietline.c src/libr/cons/cons.c
|
|
|
|
description:
|
|
|
|
* Added macro label example
|
|
|
|
* Added support for negative column indexing in cons_grep
|
|
|
|
- Shows column -N and the following
|
|
|
|
- Sync r_cons
|
|
|
|
* Drop label stuff for the basic shell
|
|
|
|
- Only works for macros
|
|
|
|
|
|
|
|
changeset: 781:de35b5e467a9
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 09 15:36:33 2009 +0100
|
|
|
|
files: src/libr/bin/elf.c
|
|
|
|
description:
|
|
|
|
* More love and refactoring for the elf section resizer
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 780:5b63ce2692f6
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 09 14:47:48 2009 +0100
|
|
|
|
files: src/libr/bin/elf.c src/libr/bin/t/rsz_test.sh src/libr/cmd/cmd.c src/libr/config/callback.c src/libr/config/config.c src/libr/config/t/Makefile src/libr/config/t/test.c src/libr/core/core.c src/libr/include/r_config.h src/libr/include/r_io_section.h src/libr/include/r_util.h src/libr/io/section.c src/libr/util/num.c src/libr/util/str.c src/libr/vapi/r_config.vapi
|
|
|
|
description:
|
|
|
|
* Working implementation of the ELF section resizer
|
|
|
|
- Needs to be cleaned up (so many debug printfs everywhere)
|
|
|
|
* Fixups for the r_config library
|
|
|
|
- Less warnings
|
|
|
|
- Test program is now compiling and working
|
|
|
|
- r_util needs more love
|
|
|
|
- Added new/free interface for it
|
|
|
|
- vapi template for it (not yet done)
|
|
|
|
* Added rwx property to rio_sections
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 779:4808a5aa94db
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 09 13:04:16 2009 +0100
|
|
|
|
files: src/cmds.c src/libr/bin/elf.c src/libr/bin/t/data_resize.c src/libr/config/Makefile src/libr/config/callback.c src/libr/config/config.c src/libr/config/config.h src/libr/include/r_config.h src/libr/include/r_types.h src/rio.c src/section.h
|
|
|
|
description:
|
|
|
|
* Added documentation for the 'Sp' command
|
|
|
|
- rio_write_at checks for section perms before writing
|
|
|
|
- rio_write_at checks for undowrite config var
|
|
|
|
- RWX is now handled as in UNIX 4+2+1
|
|
|
|
* Fix type warnings in r_bin/elf.c
|
|
|
|
* Initial pseudo defined r_config API
|
|
|
|
- Lot of code cleanup has been done
|
|
|
|
- Needs more work
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 778:24660d2b35a4
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 09 10:15:11 2009 +0100
|
|
|
|
files: src/libr/bin/elf.c
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- more work on resize_section
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 777:cef58a465a52
|
|
|
|
user: nibble
|
|
|
|
date: Fri Jan 09 03:22:21 2009 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/t/Makefile src/libr/bin/t/baddr.c src/libr/bin/t/data_resize.c src/libr/bin/t/entry.c src/libr/bin/t/imports.c src/libr/bin/t/info.c src/libr/bin/t/scn_resize.c src/libr/bin/t/sections.c src/libr/bin/t/symbols.c src/libr/include/r_bin.h src/libr/include/r_bin_elf.h
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- initial implementation of resize_section
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 776:f481467caa56
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 09 02:04:16 2009 +0100
|
|
|
|
files: src/cmds.c src/libr/cmd/Makefile src/libr/cmd/cmd.c src/libr/config/Makefile src/libr/config/config.c src/libr/config/config.h src/libr/config/deprecated.c src/libr/core/Makefile src/libr/core/core.c src/libr/include/r_cmd.h src/section.c src/section.h
|
|
|
|
description:
|
|
|
|
* Added trash code into libr
|
|
|
|
* Added undocumented code in section.c for rwx perms
|
|
|
|
- Needs to be integrated
|
|
|
|
|
|
|
|
changeset: 773:df3a34f2b0f9
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 05 01:51:15 2009 +0100
|
|
|
|
files: src/libr/bin/elf.c src/rabin/aux.c src/rabin/dietelf.c src/rabin/dietelf.h src/rabin/rabin.c
|
|
|
|
description:
|
|
|
|
* Use LD_TRACE_LOADED_OBJECTS to get list of libraries
|
|
|
|
- Hacky but functional for mangled shoff bins
|
|
|
|
* Allow to load binaries where shoff is 0xffffffff
|
|
|
|
- Maybe we are ignoring another case..
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 772:8380e8e20f08
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Jan 05 01:18:51 2009 +0100
|
|
|
|
files: src/libr/bin/elf.c src/libr/include/r_types.h src/rabin/dietelf.c src/rabin/dietelf.h src/rabin/rabin.c
|
|
|
|
description:
|
|
|
|
* Make dietelf handle mangled elf headers
|
|
|
|
- Set shnum=0 if cannot read section headers
|
|
|
|
- Set phnum=0 if cannot read program headers
|
|
|
|
* Make rabin add ph and sh offsets
|
|
|
|
- Stored inside 'elf' flagspace
|
|
|
|
- Store offset of pointer and offset of struct
|
|
|
|
* Show file:line in perror() for libr
|
|
|
|
|
|
|
|
changeset: 768:63f0bf2fc4cf
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 02 19:09:55 2009 +0100
|
|
|
|
files: src/libr/bin/t/symbols.c src/libr/include/r_socket.h src/libr/include/r_syscall.h src/libr/lib/lib.c src/libr/syscall/example.syscall-file src/libr/syscall/syscall.c src/libr/syscall/t/hello.c src/libr/vapi/r_socket.vapi src/libr/vapi/r_syscall.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/hash.vala src/libr/vapi/t/hello.vala src/libr/vapi/t/sc.vala src/rax.c
|
|
|
|
description:
|
|
|
|
* Initial vapi implementation for r_syscall and r_socket
|
|
|
|
- Some minor refactoring to fit with gobject
|
|
|
|
- Added vala syscall example
|
|
|
|
* Final implementation for r_hash state calling conventions
|
|
|
|
- Fix hash example (now digest can be calculated once)
|
|
|
|
* Another minor code cleanup for rax(1)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 767:451e591e52c1
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 02 17:49:52 2009 +0100
|
|
|
|
files: src/libr/hash/state.c src/libr/vapi/t/hello.vala src/rax.c
|
|
|
|
description:
|
|
|
|
* Make r_hash state api flush digest when init receives false and len is 0
|
|
|
|
- Sync example program
|
|
|
|
* 'rax' ends up with \n when '-' is given as arg
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 766:a8fa52c02a9b
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 02 15:11:27 2009 +0100
|
|
|
|
files: src/libr/hash/state.c src/libr/include/r_hash.h src/libr/syscall/darwin.o src/libr/syscall/freebsd.o src/libr/syscall/linux.o src/libr/syscall/netbsd.o src/libr/syscall/syscall.o src/libr/vapi/r_hash.vapi src/libr/vapi/t/hello.vala
|
|
|
|
description:
|
|
|
|
* Added init flag to r_hash state api
|
|
|
|
- Sync with vapi and example
|
|
|
|
- add Algorithm enum
|
|
|
|
* OMFG! There are bin objects in the repo!
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 765:e34c1320b26c
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Jan 02 14:44:39 2009 +0100
|
|
|
|
files: src/libr/bin/Makefile src/libr/cons/Makefile src/libr/hash/Makefile src/libr/hash/init.c src/libr/hash/state.c src/libr/hash/t/hello.c src/libr/include/r_hash.h src/libr/io/Makefile src/libr/lib/Makefile src/libr/line/Makefile src/libr/rules.mk src/libr/socket/Makefile src/libr/stripsyms.sh src/libr/syscall/Makefile src/libr/vapi/r_hash.deps src/libr/vapi/r_hash.vapi src/libr/vapi/t/Makefile src/libr/vapi/t/hello.vala
|
|
|
|
description:
|
|
|
|
* Initial import of the vala api for r_hash
|
|
|
|
* Added stripsyms.sh helper to strip out-of-namespace symbols
|
|
|
|
for the different 'R' libraries. Used from rules.mk
|
|
|
|
* Some refactoring for r_hash has been done
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 764:d600407b72a7
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 02 02:44:46 2009 +0100
|
|
|
|
files: src/libr/include/r_syscall.h src/libr/syscall/TODO src/libr/syscall/darwin.o src/libr/syscall/netbsd.o src/libr/syscall/syscall.c src/libr/syscall/syscall.o src/libr/syscall/t/hello.c
|
|
|
|
description:
|
|
|
|
* Make r_syscall API have a context argument
|
|
|
|
- Avoid static library configurations
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 763:8a65d15c0bcf
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Fri Jan 02 02:29:01 2009 +0100
|
|
|
|
files: src/libr/hash/Makefile src/libr/hash/entropy.c src/libr/hash/hash.c src/libr/hash/init.c src/libr/hash/md4.c src/libr/hash/md5.h src/libr/hash/md5c.c src/libr/hash/sha1.c src/libr/hash/sha1.h src/libr/hash/sha2.c src/libr/hash/sha2.h src/libr/hash/t/hello.c src/libr/include/r_hash.h
|
|
|
|
description:
|
|
|
|
* Full implementation of r_hash api
|
|
|
|
- Standarized function groups into:
|
|
|
|
- checksumming, hashing and algorithm
|
|
|
|
- Needs code cleanup
|
|
|
|
- Test example now checks for the hashing api
|
|
|
|
|
|
|
|
changeset: 758:cac692f9f997
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Wed Dec 31 02:53:28 2008 +0100
|
|
|
|
files: src/libr/include/r_io_section.h src/libr/io/Makefile src/libr/io/io.c src/libr/io/section.c
|
|
|
|
description:
|
|
|
|
* Added vaddr/paddr support to r_io
|
|
|
|
- Also added support for sections
|
|
|
|
- Needs test
|
|
|
|
|
|
|
|
changeset: 730:0e9f21845b85
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Dec 20 05:23:34 2008 +0100
|
|
|
|
files: TODO src/flags.c src/libr/config.mk src/libr/rules.mk src/libr/syscall/freebsd.o src/libr/syscall/linux.o src/vm.c
|
|
|
|
description:
|
|
|
|
* Added few default opcodes
|
|
|
|
* FLAGSPACES=32
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 729:aae9ee1b4586
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Dec 20 05:12:11 2008 +0100
|
|
|
|
files: src/section.c
|
|
|
|
description:
|
|
|
|
* Show ondisk section info in section list command
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 728:3a8283fc8c51
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Dec 20 05:05:34 2008 +0100
|
|
|
|
files: src/cmds.c src/libr/bin/pe.c src/rio.c src/section.c src/section.h src/vm.c
|
|
|
|
description:
|
|
|
|
* Added 'Sd' to define ondisk access offset for sections
|
|
|
|
- added 'ondisk' attribute
|
|
|
|
- Thanks esteve! :D
|
|
|
|
- On the way to fix the problems with PE RVA's
|
|
|
|
* rio.c: radare_seek now uses section-align before seeking
|
|
|
|
* Fix PE-THUMB problem in libr/bin
|
|
|
|
* Added support for 8,16,32,64 read and write eval operations
|
|
|
|
for the virtual machine.
|
|
|
|
> ave eax=[8:0x8048000]
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 727:ec0af28a3d92
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Dec 20 04:23:34 2008 +0100
|
|
|
|
files: Makefile.acr config.mk.acr configure configure.acr src/analyze.c src/cmds.c src/cons.c src/libr/cons/cons.c src/libr/syscall/freebsd.c src/libr/syscall/linux.c src/print.c src/rabin/dietpe.c src/readline.c src/vm.c src/vm.h tests/Makefile
|
|
|
|
description:
|
|
|
|
* Fix ${INSTALL} path problem (thanks erg0t)
|
|
|
|
* Added 'avo' command to manage opcodes
|
|
|
|
- add, list opcodes
|
|
|
|
- Allows to generate new userdefined opcodes
|
|
|
|
- Semi replaces the pas functionality
|
|
|
|
* Remove 'time' in tests/
|
|
|
|
* Fix greptoken bug f~[0] now works
|
|
|
|
* Make !bp autocomplete with flags (readline)
|
|
|
|
* Documentate the X format for pm command
|
|
|
|
* Fix THUMB PE binaries support for dietpe in rabin
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 726:8f72dcbcc28e
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Thu Dec 18 20:02:26 2008 +0100
|
|
|
|
files: src/code.c src/cons.c src/io.c src/libr/cons/cons.c src/libr/cons/strsub.c src/libr/include/r_io.h src/libr/io/io.c src/libr/io/map.c src/libr/line/TODO src/libr/syscall/darwin.o src/libr/syscall/freebsd.o src/libr/syscall/linux.o src/libr/syscall/netbsd.o src/libr/syscall/syscall.o src/visual.c
|
|
|
|
description:
|
|
|
|
* Added grepneg with ~! into cons and libr_cons
|
|
|
|
* Fix some signatures in r_io
|
|
|
|
- Added r_io_size() to return maximum size for a fd
|
|
|
|
* Added 'm' and ''' chars in visual like in vim (mark and go)
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 725:102292b65b84
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Thu Dec 18 17:28:24 2008 +0100
|
|
|
|
files: src/libr/Makefile src/libr/cons/cons.c src/libr/hash/Makefile src/libr/hash/t/Makefile src/libr/hash/t/hello.c src/libr/include/r_io.h src/libr/include/r_search.h src/libr/include/r_socket.h src/libr/include/r_syscall.h src/libr/include/r_types.h src/libr/io/Makefile src/libr/io/io.c src/libr/io/map.c src/libr/rules.mk src/libr/search/Makefile src/libr/search/search.c src/libr/socket/socket.c src/libr/syscall/darwin.c src/libr/syscall/freebsd.c src/libr/syscall/linux.c src/libr/syscall/netbsd.c src/libr/syscall/syscall.c src/radare.c
|
|
|
|
description:
|
|
|
|
* Create default ~/.radarerc if does not exists
|
|
|
|
- Thanks jfv for the tip :)
|
|
|
|
* Some build fixups on libr
|
|
|
|
- Added some missing include files
|
|
|
|
- Added test for r_hash using r_io
|
|
|
|
- Use -Wall by default
|
|
|
|
- Fix build for r_cons
|
|
|
|
* Initial dummy r_search interface (not yet implemented)
|
|
|
|
* Some redesign for r_syscall
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 724:dd11208a4978
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Thu Dec 18 11:14:02 2008 +0100
|
|
|
|
files: src/libr/Makefile src/libr/config.mk src/libr/io_plugins/README src/libr/rules.mk src/libr/socket/Makefile src/libr/socket/socket.c src/libr/syscall/syscall.o src/libr/tests.mk
|
|
|
|
description:
|
|
|
|
* Added r_socket and r_io_plugins
|
|
|
|
* Dummy config.mk for libr
|
|
|
|
|
|
|
|
changeset: 721:a492cfcab48f
|
|
|
|
user: nibble
|
|
|
|
date: Wed Dec 17 14:00:57 2008 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/pe.c src/libr/bin/t/scn_resize.c src/libr/include/r_bin.h src/libr/include/r_bin_elf.h src/libr/include/r_bin_pe.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Adds get_section_rva, useful for PE bins
|
|
|
|
* r_bin_elf, r_bin_pe
|
|
|
|
- Fixes minor bugs
|
|
|
|
- Minor refactoring
|
|
|
|
|
|
|
|
changeset: 720:73c29d2c53e0
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Wed Dec 17 12:49:02 2008 +0100
|
|
|
|
files: doc/xtra/vmware-gdbwrap src/config.c src/dbg/system.c src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/pe.c src/main.c src/radare.c
|
|
|
|
description:
|
|
|
|
* Added bouncer helper script for vmware debugging
|
|
|
|
* Added cfg.debug (can be changed in runtime :D)
|
|
|
|
- The -d flag is now just setting cfg.debug to true
|
|
|
|
- Any IO layer can be manually defined to be a debug
|
|
|
|
* Syntax and indent fixups for libr.bin
|
|
|
|
- Some minor cleanup and added few tips
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 719:4d7b78dc02ae
|
|
|
|
user: nibble
|
|
|
|
date: Wed Dec 17 03:23:50 2008 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/elf.c src/libr/bin/t/Makefile src/libr/bin/t/info.c src/libr/bin/t/scn_resize.c src/libr/include/r_bin.h src/libr/include/r_bin_elf.h
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- Adds get_section_size and get_section_offset
|
|
|
|
- Adds "class" in r_bin_info
|
|
|
|
- Dummy section resizing example using libr_bin
|
|
|
|
* r_bin_elf
|
|
|
|
- Minor refactoring
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 718:9e7b0d94efbc
|
|
|
|
user: nibble
|
|
|
|
date: Wed Dec 17 01:10:30 2008 +0100
|
|
|
|
files: src/libr/bin/bin.c src/libr/bin/pe.c src/libr/bin/t/Makefile src/libr/bin/t/info.c src/libr/bin/t/sections.c src/libr/include/r_bin.h src/libr/include/r_bin_pe.h
|
|
|
|
description:
|
|
|
|
* libr_bin
|
|
|
|
- Add get_info function
|
|
|
|
- Add examples
|
|
|
|
|
|
|
|
changeset: 706:4954519ffc86
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Mon Dec 08 04:34:51 2008 +0100
|
|
|
|
files: src/libr/Makefile src/libr/syscall/Makefile src/libr/syscall/TODO src/libr/syscall/darwin.c src/libr/syscall/darwin.o src/libr/syscall/freebsd.c src/libr/syscall/freebsd.o src/libr/syscall/linux.c src/libr/syscall/linux.o src/libr/syscall/netbsd.c src/libr/syscall/netbsd.o src/libr/syscall/syscall.c src/libr/syscall/syscall.o src/libr/syscall/t/Makefile src/libr/syscall/t/hello.c
|
|
|
|
description:
|
|
|
|
* Initial import of libr.syscall
|
|
|
|
- Stable api for getting information from
|
|
|
|
syscall numbers and strings
|
|
|
|
- Should be used from the core and the debugger
|
|
|
|
- Added test program
|
|
|
|
|
|
|
|
changeset: 699:649c89c9109e
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Thu Dec 04 16:22:38 2008 +0100
|
|
|
|
files: src/cmds.c src/config.c src/cons.c src/libr/cons/cons.c src/rio.c src/undo.c
|
|
|
|
description:
|
|
|
|
* Initial implementation of 'wm'
|
|
|
|
- Binary write mask (f.ex: wm ff00ff)
|
|
|
|
* Added file.undowrite toggle to disable undos
|
|
|
|
* Merged grepcounter into libr.cons
|
|
|
|
|
|
|
|
changeset: 697:aa11fbcb3f63
|
|
|
|
user: nibble
|
|
|
|
date: Thu Dec 04 01:39:25 2008 +0100
|
|
|
|
files: src/libr/bin/elf.c
|
|
|
|
description:
|
|
|
|
* r_bin_elf
|
|
|
|
- fix r_bin_elf_get_symbols
|
|
|
|
|
|
|
|
changeset: 692:2e9fdc583d27
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Tue Dec 02 19:59:47 2008 +0100
|
|
|
|
files: src/cmds.c src/config.c src/dbg/arch/i386.c
|
|
|
|
description:
|
|
|
|
* Added 'dbg.btlast' to avoid ultra-large backtraces
|
|
|
|
* Use graph.depth only for 'ac', not for a*
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 691:48d476760ad7
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Mon Dec 01 19:46:14 2008 +0100
|
|
|
|
files: src/hist.c src/libr/cons/Makefile src/libr/cons/cons.c src/libr/cons/strsub.c src/libr/cons/t/hello.c src/libr/include/r_cons.h src/libr/include/r_line.h src/libr/line/Makefile src/libr/line/TODO src/libr/line/dietline.c src/libr/line/dietline.h src/libr/line/t/Makefile src/libr/line/t/hello.c src/libr/rules.mk src/libr/tests.mk src/objects.mk src/ranges.c src/ranges.h src/utils.c src/wscript_build
|
|
|
|
description:
|
|
|
|
* Remove unused/deprecated hist.c
|
|
|
|
* Fix ignored error for libr
|
|
|
|
* Initial working implementation of r_cons and r_line
|
|
|
|
- Added hello world examples for both
|
|
|
|
- r_line depends on r_cons
|
|
|
|
- r_cons is independent
|
|
|
|
- We need to optionally link against readline
|
|
|
|
* Some minor fixups for ar command
|
|
|
|
- arm -> merge ranges
|
|
|
|
- fixups for ranges_sub
|
|
|
|
- str_grep is now handling '*' endchar
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 690:e8211d1a6dc8
|
|
|
|
user: nibble
|
|
|
|
date: Mon Dec 01 13:16:36 2008 +0100
|
|
|
|
files: src/libr/bin/Makefile src/libr/bin/bin.c src/libr/bin/dietelf.c src/libr/bin/dietelf64.c src/libr/bin/dietpe.c src/libr/bin/elf.c src/libr/bin/elf64.c src/libr/bin/pe.c src/libr/bin/t/sections.c src/libr/include/r_bin.h src/libr/include/r_bin_dietelf.h src/libr/include/r_bin_dietelf64.h src/libr/include/r_bin_dietelf_static.h src/libr/include/r_bin_dietelf_types.h src/libr/include/r_bin_dietpe.h src/libr/include/r_bin_dietpe_static.h src/libr/include/r_bin_dietpe_types.h src/libr/include/r_bin_elf.h src/libr/include/r_bin_elf64.h src/libr/include/r_bin_elf_specs.h src/libr/include/r_bin_pe.h src/libr/include/r_bin_pe_specs.h src/libr/rules.mk
|
|
|
|
description:
|
|
|
|
* r_bin
|
|
|
|
- r_bin_dietelf -> r_bin_elf
|
|
|
|
- r_bin_dietpe -> r_bin_pe
|
|
|
|
- merge headers
|
|
|
|
* libr
|
|
|
|
- fix .a generation
|
|
|
|
|
|
|
|
changeset: 689:af97306bf150
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Mon Dec 01 11:08:31 2008 +0100
|
|
|
|
files: src/libr/Makefile src/libr/bin/Makefile src/libr/bin/bin.c src/libr/bin/dietelf.c src/libr/bin/dietelf64.c src/libr/bin/dietpe.c src/libr/bin/t/Makefile src/libr/bin/t/baddr.c src/libr/bin/t/entry.c src/libr/bin/t/imports.c src/libr/bin/t/sections.c src/libr/bin/t/symbols.c src/libr/include/r.h src/libr/include/r_bin.h src/libr/include/r_bin_dietelf.h src/libr/include/r_bin_dietelf64.h src/libr/include/r_bin_dietelf_static.h src/libr/include/r_bin_dietelf_types.h src/libr/include/r_bin_dietpe.h src/libr/include/r_bin_dietpe_static.h src/libr/include/r_bin_dietpe_types.h src/libr/include/r_bin_elf.h src/libr/include/r_bin_pe.h
|
|
|
|
description:
|
|
|
|
* Import r_bin library patch from Nibble
|
|
|
|
- Mostly working implementation for ELF32/64 and PE
|
|
|
|
- Added some usage examples
|
|
|
|
|
|
|
|
changeset: 670:9d055a107f4f
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Nov 25 10:59:55 2008 +0100
|
|
|
|
files: src/cons.c src/cons.h src/libr/cons/TODO src/libr/cons/cons.c src/libr/cons/t/Makefile src/libr/cons/t/hello.c src/libr/include/r_cons.h src/libr/include/r_util.h src/libr/rules.mk src/libr/tests.mk src/libr/util/Makefile src/libr/util/mem.c src/libr/util/num.c src/libr/util/str.c src/libr/util/string.c src/macros.c src/radare.c
|
|
|
|
description:
|
|
|
|
* r_cons initial build
|
|
|
|
- Some more refactoring needed
|
|
|
|
- Depends on libr_util
|
|
|
|
* Add tests.mk to ease tests build
|
|
|
|
* Fix build for libr_util
|
|
|
|
* Use ',' as separator for oneliner macros
|
|
|
|
- Fix infinite loop bug in macros_add when replacing a macro
|
|
|
|
|
|
|
|
changeset: 668:59151080af34
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Tue Nov 25 03:39:42 2008 +0100
|
|
|
|
files: src/code.h src/config.c src/cons.c src/cons.h src/visual.c
|
|
|
|
description:
|
|
|
|
* Major refactoring and optimizations for cons.c
|
|
|
|
- Prepared to be moved into libr!
|
|
|
|
- Externalize config_ stuff to avoid excessive linkedlist abuse
|
|
|
|
- Make cons_print_real work with buffer_len
|
|
|
|
- Remove strcat! use hand-made memcpy version (speed++)
|
|
|
|
- Recicle vsnprintf return values to get length
|
|
|
|
- More optimal management of console buffer allocation
|
|
|
|
- Avoid strlen as much as possible
|
|
|
|
- Remove noisy code
|
|
|
|
* Fix scrseek to _always_ seek to scr.seek
|
|
|
|
|
|
|
|
changeset: 629:ff0ba4b31d2c
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Nov 15 15:49:16 2008 +0100
|
|
|
|
files: src/libr/Makefile src/libr/include/r_lib.h src/libr/lib/Makefile src/libr/lib/lib.c src/libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Initial import of libr_lib for portable dynlib support
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 628:13a23cec2a23
|
|
|
|
user: pancake <youterm.com>
|
|
|
|
date: Sat Nov 15 15:06:42 2008 +0100
|
|
|
|
files: src/libr/include/r_io.h src/libr/include/r_types.h src/libr/io/handle.c src/libr/io/io.c src/libr/io/map.c src/libr/io/t/Makefile src/libr/io/t/cat.c src/libr/rules.mk
|
|
|
|
description:
|
|
|
|
* Initial full implementation of libr_io
|
|
|
|
- Implements a full handle plugin
|
|
|
|
- Adds per-plugin handled file-descriptor list
|
|
|
|
- Adds cache for plugins use
|
|
|
|
- Add test example program ('cat' using r_io)
|
|
|
|
- Cache last seek information
|
|
|
|
- Build libs using -fPIC to avoid data relocations
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 627:6ca6bc467e85
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Nov 14 19:28:43 2008 +0100
|
|
|
|
files: src/cmds.c src/libr/hash/rahash.c src/libr/hash/sha1.c
|
|
|
|
description:
|
|
|
|
* Add 'wt' dummy command
|
|
|
|
* Some indent for libr_hash
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 626:da1f0c2f2a74
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Nov 14 16:18:53 2008 +0100
|
|
|
|
files: src/dbg/close.c src/libr/Makefile src/libr/include/list.h src/libr/include/r.h src/libr/include/r_io.h src/libr/include/r_util.h src/libr/io/Makefile src/libr/io/handle.c src/libr/io/io.c src/libr/io/map.c src/libr/line/dietline.c src/libr/util/Makefile src/libr/util/mem.c src/libr/util/num.c src/libr/util/string.c src/plugin.c src/print.c src/utils.c
|
|
|
|
description:
|
|
|
|
* Initial import of libr_util
|
|
|
|
* Some more work on libr
|
|
|
|
|
|
|
|
|
|
|
|
changeset: 625:9a82e506b5b1
|
|
|
|
user: pancake <@youterm.com>
|
|
|
|
date: Fri Nov 14 12:30:01 2008 +0100
|
|
|
|
files: TODO src/code.c src/libr/Makefile src/libr/README src/libr/cons/Makefile src/libr/cons/cons.c src/libr/hash/Makefile src/libr/hash/crc16.c src/libr/hash/crc32.c src/libr/hash/crc32.h src/libr/hash/crca.c src/libr/hash/entropy.c src/libr/hash/hamdist.c src/libr/hash/hash.c src/libr/hash/hash.h src/libr/hash/md4.c src/libr/hash/md5.h src/libr/hash/md5c.c src/libr/hash/rahash.c src/libr/hash/sha1.c src/libr/hash/sha1.h src/libr/hash/sha2.c src/libr/hash/sha2.h src/libr/include/r_cons.h src/libr/include/r_hash.h src/libr/include/r_io.h src/libr/include/r_print.h src/libr/include/r_types.h src/libr/io/Makefile src/libr/io/handle.c src/libr/io/io.c src/libr/line/Makefile src/libr/line/TODO src/libr/line/dietline.c src/libr/line/dietline.h src/libr/print/Makefile src/libr/print/print.c src/libr/rules.mk src/main.h src/print.c src/rabin/dietmach0.c src/rabin/dietpe.c src/rahash/md5c.c src/visual.c
|
|
|
|
description:
|
|
|
|
* Initial import of libr
|
|
|
|
- libr is composed by multiple sublibs
|
|
|
|
- libr_hash fully implemented
|
|
|
|
* io, hash, line, print, asm...
|
|
|
|
* Some syntax fixups for dietmach0 and dietpe
|
|
|
|
* Oops for px % (15 -> 16)
|