pancake
51bb76096f
* Fix io->ptrace->write for !=4 lengths
...
* Add support for recursive and multiline magics
- e magic.depth = 100
2011-02-25 00:23:58 +01:00
Nibble
ddffdff8d2
* Rename r_asm_aop_* to r_asm_op_*
...
* Rename remaining r_anal_aop_*
2011-02-24 16:50:29 +01:00
Nibble
332524e120
* Rename r_anal_aop_* to r_anal_op_*
...
--HG--
rename : libr/anal/aop.c => libr/anal/op.c
2011-02-24 14:06:49 +01:00
Nibble
af604bed6b
* Remove remaining r_vm references
...
* Minor changes in r_bin simplification
2011-02-24 10:07:29 +01:00
pancake
0b3f6c6ffb
* mo is now flag friendly
...
* Added vala test script to find special ops
* Add r_core_disassemble helper
* Remove r_vm.h
* Do not reset cursor when quitting visual zoom mode
2011-02-24 09:40:19 +01:00
pancake
9efa5a50cb
* Fix cmd.vprompt
...
* Simplify some functions in r_bin
* Added support for x86-64 for the 'ap' command
* Added dummy function calls for r_bin_demangle()
2011-02-23 20:53:56 +01:00
pancake
be7307338b
* Rename 'pm' as 'pf' (print formatted data)
...
* pm is the print magic command
- uses libmagic .. used for templatting data
* Added 'psp' command to print pascal strings
2011-02-23 19:11:39 +01:00
Nibble
d9483833c9
* Remove zfs from r_fs
2011-02-23 17:39:24 +01:00
Nibble
f3c32e3c17
* Remove references to r_vm
...
* Don't build r_vm
* Deprecate cmd 'av'
2011-02-23 17:27:59 +01:00
Nibble
9845881b25
* Add commands:
...
- 'Cv-' 0x0ff for deleting var renames
- 'Cv*' for listing var renames in rad mode
2011-02-23 15:38:23 +01:00
Nibble
8546c2d61b
* Initial implementation of cmd 'Cv' for renaming vars
...
* Add r_parse_varsub() to r_parse
* Add config variable 'asm.varsub'
* Minor fixup in core/anal.c
2011-02-23 15:17:06 +01:00
capi
e84907fb98
* Add msil support to r_asm
2011-02-23 13:00:24 +01:00
pancake
1c2526c1da
* Add 'p=' command
2011-02-23 13:25:41 +01:00
earada
4c72f5f082
* Zoom out in cursor mode
...
* Fix dalvik goto opcodes
* Initial import of the dalvik anal plugin
* Fix 'ms' mount a non-exist root
2011-02-23 03:01:26 +01:00
pancake
dc3d11d7d5
* Fix segfault in r_cons_memcat
...
* Add yp command and document yt
* Add p6d and p6e to decode and encode base64 strings
* Remove vm.* config vars
* Fix RNum evaulation for $ variables
* Implement r_fs_posix
2011-02-23 02:10:28 +01:00
pancake
130d088a2c
* Implement /A - search for AES expanded keys
...
* Added /w command to search for wide strings
* Add 'mo' command to show offset and size of given file
- cd libr/fs/p/grub ; make fs # to test
* Drop hardcoded list of partition types in cmd_mount
* Fix r_fs_read for files bigger than 512 bytes
2011-02-23 00:54:40 +01:00
capi
9e5dccf239
* oops in r_lang Makefile for OSX
2011-02-22 10:58:00 +01:00
capi
5541748e6b
* Fix some warnings in r_fs
...
* Add new filesystems to r_fs
* Fix r_lang Makefile for OSX
2011-02-22 10:49:45 +01:00
pancake
26fa19b3d8
* Fix r_fs_dir() for r_fs_plugin_posix
...
* Fix r_str_chop_path() for "/"
- Allows to mount filesystems in /
- Added test program
2011-02-21 19:07:57 +01:00
pancake
a6f49396a6
* Fix build of r_fs in OSX
2011-02-21 18:33:52 +01:00
pancake
7ba206b3f8
* Oops. add missing posix.mk
2011-02-21 18:17:50 +01:00
pancake
beb735e6e9
* Fix build for python plugin in osx
...
* Added UFS JFS and POSIX filesystems
* Many fixes in the 'ms' command
* Fix segfault in r_list_empty()
2011-02-21 18:10:22 +01:00
pancake
2290969c05
* Added udf and iso9660 filesystems
...
* Fix msdos partition type info
* Show all supported partition types in 'mp' command
2011-02-21 15:32:42 +01:00
pancake
237f90bb4a
* Add hfs and hfsplus as default r_fs plugins
...
* Fix build and fix some implicits security bugs from GRUB
2011-02-21 15:20:33 +01:00
pancake
6df760a04c
* Some C90 fixes in r_fs using r_str_chop_path
...
* Apply patch from @capi_x using burg code instead of grub one
- Fixes build in OSX and opens the door to new filesystems
2011-02-21 09:26:32 +01:00
earada
4b86cadf91
* Fix fs prompt:
...
- Added Unknown command
- Chop root path
2011-02-18 22:34:50 +01:00
earada
4cb8868ecc
* Add filesystem prompt using ms command (Thanks Adriana)
...
* Add r_str_chop_path support for ../
2011-02-18 18:22:51 +01:00
Nibble
9646275d38
* Some fixes on resolution of fcns+args
2011-02-18 18:13:26 +01:00
Nibble
fc9d5f2dca
* Filter loc's in 'afl' output
2011-02-18 13:38:37 +01:00
Nibble
340ccc481b
* Add more vm features to r_anal
...
* Fix syscall recognition
2011-02-18 13:08:09 +01:00
Nibble
5c1d473b69
* Fix segfault in r_list_destroy()
...
* Fix Build
2011-02-18 10:58:17 +01:00
pancake
06f91e2a28
* Code cleanup in r_anal (-30LOC)
2011-02-18 10:08:24 +01:00
earada
15ca02a355
* Fix chop in r_fs mount, dir and open
2011-02-18 01:43:31 +01:00
pancake
284c343b24
* Fixes in vapis
2011-02-18 01:16:56 +01:00
pancake
3f883a7c54
* Fixes for the GUILE bindings
...
- Added accessors for RAsmAop-buf-hex and RAsmAop-buf-asm
- Added test case for r_asm API
2011-02-17 22:03:30 +01:00
pancake
5f67226167
* Fix build. Oops
2011-02-17 01:36:28 +01:00
pancake
035027fde3
* Remove silly (ignored) messages in swig/ when target already built
...
* Fix r_flag_space_get signature
2011-02-17 01:34:29 +01:00
pancake
f228ca3b33
* Fix r_lang_python plugin build
2011-02-17 01:25:23 +01:00
pancake
8cc25221ac
* Oops. fix signature
2011-02-17 01:23:36 +01:00
pancake
c348fe7a8a
* Add install-doc-symlink (install fortunes!)
...
- thanks ash for reporting
* Some indentation fixes in printzoomcallback
* Fix r_flags.vapi
2011-02-17 01:22:15 +01:00
earada
c089297bd8
* Add print zoom mode 'pZ'
...
* Visual zoom mode 'z'
* r_print now uses RIOBind
* Add r_flag_space_get
2011-02-17 00:58:54 +01:00
pancake
d471bd6da2
* Handle entropy hash type from rahash2
2011-02-16 14:18:31 +01:00
pancake
4fad96ecbb
* Make r2-swig happy without valaswig
...
* Add r_io_raise() and use it in the 'o' command
- Allow to raise the file handle priority
2011-02-16 09:29:09 +01:00
Nibble
8cf6516d0d
* Speed up 'k' in visual
...
- Use cache instead of bwdisasm
2011-02-15 16:19:18 +01:00
Nibble
6aea3ed907
* Implement 'pd -n' for backward disassembly
...
* Use bwdisasm in visual.c for 'k'
2011-02-15 12:31:32 +01:00
pancake
8d60673253
* Autocomplete 'o' and '.' with filename in filesystem
...
- Leaks a lot.. but mostly works :)
2011-02-13 01:37:02 +01:00
pancake
13b4c2d9f1
* Added 'pb' command to print in binary form
...
* Added 'ap' command to search and analyze function preludes
- x86 only atm.. just as a PoC
2011-02-12 12:54:26 +01:00
pancake
f950dcb33c
* Add RIOMap in r_core_file_open
...
- RCore.file_open() now accepts one more arg for offset
- Fix RIO api issues related to RIOMap and opening multiple files
- Fix infinite loop and simplify design
- Added test case to ensure it does not breaks
* Fix build of r_lang in OSX (thanks @capri_x)
* Remove debugging printfs
* io.ffio is now true by default
2011-02-12 01:52:41 +01:00
earada
68e88b956c
* Fix offset dalvik opcodes problem
...
* Rename plugin functions
2011-02-11 20:07:24 +01:00
Nibble
434501568f
* Add r_debug_pids to r_debug.h
...
* Update r_debug vapi
2011-02-11 17:29:31 +01:00
Nibble
affc72e255
* Minor fixup in 'ag' (print also syms)
2011-02-11 17:11:31 +01:00
Nibble
2a477ce8b7
* More refactoring of r_core_anal_*
...
- Remove ugly pbb
* Add support for global diff graphs
* Fix global graphs
2011-02-11 16:56:38 +01:00
Nibble
9a20ce63b2
* Fix command 'cg'
2011-02-11 15:42:38 +01:00
Nibble
9acb486f7b
* Enable string analysis on init
2011-02-11 11:38:47 +01:00
Nibble
800e3a9076
* Update vapi's to the new changes in r_anal
2011-02-11 11:37:28 +01:00
Nibble
f3f094117a
* Huge refactoring of r_anal code and API
2011-02-11 11:22:43 +01:00
pancake
e4e77b2c75
* Autodetect required column width to fit in screen
...
* Add 'pd' in autocomplete and clean some warnings
2011-02-10 00:55:30 +01:00
pancake
5228d4eff0
* Autocomplete flags after '@'
...
* Fix some segfaults when core->file is NULL
* Some simplifications in dietline
2011-02-10 00:21:05 +01:00
Nibble
c16f6d7777
* Sort basic blocks after analysis
...
- Make diffs more accurate if split is enabled
2011-02-09 22:51:25 +01:00
Nibble
fc4198e97d
* Implement in x86im test and int opcodes
...
* Remove hacky code
2011-02-08 13:57:48 +01:00
Nibble
ead4e9502f
* Simplify type assignment in r_anal
...
* Include fcn type in 'rabin2 -r' output
2011-02-08 00:15:12 +01:00
Nibble
cc9cefa74e
* Some refactoring of r_anal
...
- Add fcn types for syms and imports
- Filter bindiff matches by type (speed up analysis)
- Assign the right fcn type in bin_load
* Fix segfault in r_anal
- Solve bug with unknown opcodes + graph splitting
* Update more vapi's
2011-02-07 17:43:50 +01:00
pancake
7bb5b2d46d
* Many bugfixes in RIOMap handling and 'o' command
...
* Added util/bitmap (hashmap of bits)
2011-02-07 09:46:01 +01:00
pancake
9a084d12fd
* Fix repl with vala
2011-02-06 21:10:57 +01:00
pancake
fc08cd81ff
* Use '-fPIC' for gcc in r_lang_vala (thanks earada)
2011-02-06 20:52:27 +01:00
pancake
7fa1ca1ec1
* Oops. uncomment two lines :)
2011-02-06 20:43:06 +01:00
pancake
986f66c14f
* Avoid dupped langs plugins in queue
...
* Hardcode vala plugin by default
2011-02-06 18:44:56 +01:00
pancake
6db4e28e02
* Oops. unstatic r_asm_arm plugin
2011-02-06 16:30:56 +01:00
pancake
64c4e5c014
* Fix various bugs in r_lang api
...
- Use RList instead of kernel's list.h
* Initial import of 'vala' plugin
- Allows to write Vala/Genie scripts
2011-02-06 14:10:16 +01:00
pancake
ad027ba004
* Apply patchsets from Glyn Kennington (Thanks!)
...
- Added new method r_io_shift (start, end, move)
- Added 'r' command (like in r1)
- Fix parallel builds with -j>1
2011-02-05 12:51:37 +01:00
pancake
7e22c00602
* Hide verbose messages of "unknown cond, opcode" in anal
...
- #define VERBOSE in bb.c and fcn.c
* Fix memory leak in cons_grep
- Fix grepping for null strings
- Fixes count of lines x~?
2011-02-05 02:55:50 +01:00
pancake
b6ff556b75
* Enhace some help messages (.?)
...
* Added search.prefix "hit" by default.
* search.asmstr is now boolean and true by default
- Affects /c opcode search command
* Add much more autocompletion hints for commands
* Fix tabulation of list of available options in r_line
2011-02-05 02:21:40 +01:00
pancake
d687ae9975
* Fix segfault in dietline (thanks ash)
2011-02-05 01:18:58 +01:00
pancake
493c6463e8
* Fix tab autocompletion in r_line
2011-02-05 01:07:43 +01:00
pancake
387e82728a
* Fix offscreen cursor with <0 seeks in Visual mode
2011-02-05 00:36:51 +01:00
pancake
53587faf25
* Implement rap:// remote radare protocol support
...
- Fully compatible with radare1
- Server $ r2 rap://:9999
- Client $ r2 rap://127.0.0.1:9999//etc/fstab
* r_io has been refactorized to support client/server io plugins
- Requires make clean
* Enhacements in Visual mode:
- [] keys change scr.cols eval variable (hex columns)
- Handle offscreen cursor and selection
- Handle <0 seeking in visual mode
2011-02-05 00:20:28 +01:00
Nibble
5742b10641
* Remove remaining fastcall stuff from r_asm
...
* Fix build for bindings
2011-02-04 18:34:20 +01:00
Nibble
0906e809fe
* Remove all dummy plugins (speed up build)
2011-02-04 14:20:30 +01:00
Nibble
7de9646195
* Merge
2011-02-04 14:07:56 +01:00
Nibble
1d83a7ba25
* Some optimizations in r_anal
...
- bb's are included in fcn struct
- analyze bb's and fcn's all together
* Update some vapis
* Fix build
2011-02-04 14:03:59 +01:00
pancake
8924841072
* Some more work on r_core_sysenv*
...
- fix api, but still not using BLOCK or so
* Fix help for ??? and !?
* Upgrade swig/configure.acr to 0.6.9
2011-02-04 11:30:08 +01:00
pancake
9c8aa28a9a
* Some better help messages
...
* Added asm.lineswidth (fixed width for reflines)
* Added 'aoe' stub command
2011-02-03 09:31:50 +01:00
pancake
fdd8ed6bc1
* Use r_reg API from r_anal in order to retrieve info for r_syscall
...
* Hacky support for software interrupts in anal.x86im plugin
* Added 'B' key to toggle automatic blocksize
2011-02-03 00:57:29 +01:00
pancake
1f1a36c817
* Initial implementation of the r_anal_aop_execute api
...
- It's like r_vm, but using r_anal
- r_vm is going to be deprecated
* Added r_mem_set_num()
* Remove deprecated asm/t/fastcall example
* Fix warnings in r_syscall_regs
- Integrated with r_syscall_use()
- Fix r_syscall_reg() out of bound bug
--HG--
rename : libr/syscall/regs.c => libr/syscall/fastcall.h
2011-02-03 00:20:39 +01:00
pancake
1f953579ea
* Fix build
2011-02-02 13:23:44 +01:00
pancake
965a577af2
* More work on the r_anal/r_syscall refactoring for calling conventions
2011-02-02 13:05:48 +01:00
pancake
259883630b
* Move r_asm_fastcall into r_syscall_regs (-42LOC)
2011-02-02 13:02:20 +01:00
earada
dd9f3b000b
* Fix dalvik big opcodes
...
* Asm bufsize is 1024 again
2011-01-31 00:26:07 +01:00
pancake
bc38178050
* Add support for multiline macro definitions
2011-01-27 09:31:52 +01:00
pancake
4eeb7b1331
* Nicer inc method for visual key
...
* Clean warnings in r_search test programs
2011-01-27 01:12:02 +01:00
pancake
edd47d4229
* Fix visual glitches when hexdump and code are mixed
...
- Fix scrollup/scrolldown using new core->inc var (yay)
2011-01-27 00:45:16 +01:00
pancake
b88bac0dd1
* Reduce r_macro recursivity limit to 1024
...
- fixes stack exhaustion segfault
2011-01-27 00:05:49 +01:00
pancake
cec3935b00
* Fix r_cmd_macro '(' command now works
2011-01-26 23:40:16 +01:00
earada
5cede93f83
* Fix home/end keys in gnu screen (Tnxs rvalles)
2011-01-26 23:31:15 +01:00
pancake
9c55e3694b
* Fix build of r_fs
2011-01-26 22:10:35 +01:00
pancake
2c3edbbbf5
* Add missing cc.c
2011-01-26 22:01:38 +01:00
pancake
af7cfafc0d
* Initial api for r_anal_cc (calling conventions)
...
- Not yet implemented, just a draft
* Added initial AVR cpu code analysis plugin
2011-01-26 21:54:39 +01:00
pancake
a1fa245517
* Add missing dalvik.mk
2011-01-25 16:29:59 +01:00
pancake
92073badf0
* Fix build for r_fs partmaps
2011-01-23 23:58:46 +01:00
pancake
e24453348a
* Chop last '/' in r_fs_mount
...
* Add support for other partition types:
- msdos, acorn, bsdlabel, amiga, sun, sunpc, apple, gpt
* Honour make return values
2011-01-23 21:54:18 +01:00
pancake
47b29fd69d
* Fix previous commit (oops)
2011-01-23 18:44:38 +01:00
pancake
c6b37c3e26
* Fix r_bin_elf for ppc, avr and 68k binaries
2011-01-23 18:32:58 +01:00
pancake
afb634f97d
* Add support for ppc64 disassembler
2011-01-23 18:19:03 +01:00
pancake
c79c75c9e7
* Use adaptative blocksize as reported by rvalles
...
- Only affects disasm and hexdump in visual mode
2011-01-23 17:48:31 +01:00
pancake
9cd07bd9d2
* Added r_cons_resize() and _interrupt() RConsEvent callbacks
...
- Use _resize() from visual mode, so redrawing is now cleaner
* Minor bug fixes
2011-01-23 13:12:16 +01:00
pancake
3c2739a8c2
* Add ewf plugin using the new r_io plugin abi
...
* Fix io ptrace |pid and fix w32dbg for new r_io
2011-01-23 00:18:26 +01:00
pancake
d35722d83f
* Use INSTALL_LIB to install libraries
2011-01-22 23:52:37 +01:00
pancake
f92ca2da8a
* Fix r_io_redirect and debugger IO
...
- Get PID from inner struct instead of aliased by fd
2011-01-22 00:57:43 +01:00
pancake
61e3cd4e50
* Fix some warnings thanks to toys/makewarn :D
2011-01-21 15:05:55 +01:00
earada
2fd808e19b
* Fix rafind2 build
...
* jk visual commands seeks an opcode size
2011-01-21 10:21:04 +01:00
pancake
3ab9e61c22
* Do not show registers if sync fails
...
* More work on the io refactoring
2011-01-21 09:17:14 +01:00
pancake
bbda7ed61e
* Much more fixes for the new r_io
...
- r_io_malloc plugin is now working
- r_io_size now accepts only one argument
* Fix nullptr bug in r_fs
2011-01-21 00:21:32 +01:00
pancake
ed8d076cbe
* Fix r2 -n, remove r2 -t
...
- Some more fixes related to r_io. still more stuff to do
2011-01-20 23:28:20 +01:00
pancake
39f77a430f
* Huge r_io refactoring
...
- Many things are broken in this commit
2011-01-20 22:52:16 +01:00
earada
0283c92f6e
* Initial import of Dalvik (Android VM) disassemble plugin
...
* Change opcode buffer size to 3218 (need refactor)
2011-01-19 00:39:28 +01:00
pancake
74ff5af871
* Fix for r_io_resize -- needs merge with refactor
2011-01-17 15:28:40 +01:00
pancake
4bc2043d78
* Fix build order for r_fs
2011-01-17 08:35:57 +01:00
pancake
5f925ba1f8
* Fix libr_fs on OSX, restrict FS plugins to the only ones
...
that compile fine everywhere. Need more work and testing
2011-01-14 20:53:36 +01:00
pancake
1f4b2af502
* Transitional commit removing some nested functions and
...
simplifying/cleaningup grub code. Still needs more cleanup for OSX
2011-01-14 19:38:22 +01:00
pancake
d0af9bcc66
* Added support for listing MSDOS partitions
...
- Other partition types (leeched from GRUB) will be added soon.
- Added 'mp' command to display partitions
* Clean warns and fix some bugs in the grub code
2011-01-14 14:41:56 +01:00
pancake
08e37d54ab
* Added r_fs support for the following filesystems:
...
fat, ntfs, cpio, tar, hfs, hfsplus, udf, iso9660,
reiserfs, ufs, ufs2, xfs and jfs
* Added vapi files for r_fs
2011-01-14 09:45:33 +01:00
pancake
28b9e436c6
* Rename r_fs_load to r_fs_slurp
2011-01-14 01:05:23 +01:00
pancake
b8b87f050e
* Initial working r_fs API with ext2 fs
...
- Support file reading and directory listing
* Fix build
2011-01-14 01:02:20 +01:00
pancake
ca432e3f04
* Initial import of the 'r_fs' API
...
- Allows to mount filesystems in virtual IO
- Only dummy ext2 plugin ATM
- Added 'm' command in r2 to manage mountpoints,
list directories and retrieve files
- Bonus: hacky version of grub/fs code to use it
as a standalone API. Plugins will use it
- API is quite simple and limited, read-only access
2011-01-12 00:01:06 +01:00
pancake
dcb1f9d9fd
* Initial draft of the r_fs api
2011-01-07 18:22:02 +01:00
pancake
16eefe9762
* Fix w32 mmap implementation for r_mmap api
2011-01-07 00:42:27 +01:00
pancake
7454f9f224
* Add missing method definitions in r_flags vapi
2011-01-06 23:20:18 +01:00
pancake
92f34b6183
* Add missing define for osx debugger on arm and powerpc
2011-01-04 17:30:10 +01:00
earada
93413ab59e
* Oops, type error un r_util
2011-01-02 14:45:36 +01:00
earada
0eaceff162
* Fix function asciiart in r_print_disas
...
* Add mmap & mmap_free windows support
2011-01-02 14:39:25 +01:00
earada
3e11ab4282
* Use r_cons_free to free the cons buffer.
2010-12-26 23:38:53 +01:00
Nibble
5b9fd63c1f
* More work on gdiff
...
- Follow basic blocks instead of diffing fcn->addr+fcn->size
vs fcn2->addr+fcn2->size
* Remove unused r_core_anal_graph_fcn
* Fix build
2010-12-24 16:58:27 +01:00
Nibble
2e26e35584
* Add bb list into RAnalFcn structure
...
* Analyze bbs per function
* Remove gdiff from radiff2 temporary (deprecate?)
- Meanwhile ragdiff2 should be used
* Update TODO
2010-12-24 13:27:20 +01:00
pancake
b0390669c7
* Sync r_flag vapi
...
* Fix r_util vapi for latest vala
(no default values for out parameters)
2010-12-24 01:43:34 +01:00
earada
cf1d6a1d78
* Use RList in RFLags
2010-12-24 00:51:01 +01:00
Nibble
0b9ca8a330
* Fix bug in udis86 with calls in 64bits (need more testing)
...
- 32bits operator + 64bits pc = 64bits address
2010-12-23 02:11:28 +01:00
pancake
ecf0988c21
* Use 'native' debugger backend by default
...
- Fixes 'dp*' when not running as debugger mode
- Added r_debug_pids () (sync vapi)
- Fix possible segfault if no anal given to dbg
* Some cosmetic fixups
2010-12-22 01:23:35 +01:00
pancake
7725fc7136
* Fix segfault in r_list for null pointers
2010-12-17 10:58:38 +01:00
pancake
13b04ecaf6
* Fix build for w32
2010-12-16 13:55:20 +01:00
pancake
29a870a269
* Minor cosmetic sugar fixes in CODE XREFs
...
* Some more fields into r_io vapi
2010-12-15 11:32:39 +01:00
pancake
b53ea8bec1
* Apply @earada patch
...
- Fixed redundant check in r_hex_str2bin
- Initialize fd in r_io_new
- Added Haret IO (WinCE app) plugin
2010-12-13 10:41:28 +01:00
pancake
ef9e96c03d
* Some cosmetic fixes in 'pd'
2010-12-13 00:49:33 +01:00
Nibble
058631a555
* Only compare fcns by name if it begins with "imp.", "sym.", "fcn.imp." or "fcn.sym."
...
- Avoid problems with functions named fcn_offset
2010-12-09 16:04:55 +01:00
Nibble
c2da7cf5a2
* Compare fcns with the same name first in gdiff
2010-12-07 16:52:33 +01:00
Nibble
2bb73ba631
* Add getter r_anal_get_fcns()
...
* Install python bindings also in dist-packages
* Update and fix some vapis
2010-12-06 16:26:21 +01:00
Nibble
28d0a62430
* Change gdiff API so it takes 2 core's as args
...
* Don't output diff info and vars in 'afl' for loc's
* More refactoring of gdiff
2010-12-06 03:34:44 +01:00
Nibble
ea73472ee6
* Add optimization in gdiff based on function size boundaries
...
- Makes bin diffing 5 times faster
2010-12-05 19:43:12 +01:00
Nibble
92baebdadd
* More optimizations in gdiff
...
* Fix af* output
2010-12-05 10:44:27 +01:00
Nibble
a0ae2c2286
* Show detailed info for diffing in afl output
...
* Create struct RAnalDiff and move diff related fields inside
* Move {RAnalFcn, RAnalBlock}.diff from int to RAnalDiff*
* Add r_anal_diff API
2010-12-05 08:46:56 +01:00
Nibble
b3e34d3270
* Free fingerprints in gdiff when they have been used
2010-12-04 19:49:13 +01:00
Nibble
e88482e1b7
* Remove DEBUG messages from gdiff
2010-12-04 15:25:45 +01:00
Nibble
c254af504f
* More optimizations in gdiff
...
* Fix the usage message of radiff2
2010-12-04 15:24:39 +01:00
Nibble
f50fc41794
* Huge refactoring of gdiff using Levenshtein distance and binmasks
2010-12-04 15:14:53 +01:00
pancake
5e2fd3197e
* Added dummy r_bin_demangle
2010-12-03 14:53:06 +01:00
Nibble
fc11acc128
* More work in var analysis
...
* Put RAnalVar->type and RAnalVar->dir together
2010-12-03 13:52:11 +01:00
pancake
b955a66459
* Apply patch from @earada
...
- Fixes sha1 and md5 issues on 64bit
2010-12-02 22:32:49 +01:00
pancake
96c998fe78
* Fix XREFs and xdot graph output
2010-12-01 23:30:00 +01:00
pancake
1ccef0d493
* Fix some fd leaks in r_socket library
2010-11-30 13:54:07 +01:00
Nibble
f55fb1accf
* Fix r_anal_var_add() call in cmd.c
2010-11-29 20:11:49 +01:00
Nibble
eb88fa40fc
* Set variable direction during function analysis
...
* Add argument "dir" to r_anal_var_add()
* Fix reg handling in x86im plugin
* Fix variable analysis in r_anal
* Use plugin "x86" in ranal2 by default
2010-11-29 20:06:11 +01:00
pancake
61cf8cd3aa
* Remove unused libr.pc.acr
...
* Set procmod group in osx make target of r2 bin
2010-11-29 10:27:11 +01:00
pancake
8aded92fa6
* Added C stub for plugin.vala
...
- Major cleanup in vapi/t Makefile
* Fix a format string bug in flags
2010-11-29 10:22:38 +01:00
Nibble
717713c3b2
* Rename cmd 'a' to 'aa' (analyze all)
2010-11-27 15:03:00 +01:00
Nibble
0ffefbc320
* Modify cmd 'a' to analyze all the fcn's and bb's of the bin
2010-11-27 04:20:19 +01:00
pancake
63ac407fa4
* Add initial support for OSX on 64bits
2010-11-26 17:16:06 +01:00
pancake
6839391400
* merge
2010-11-26 14:49:32 +01:00
pancake
64fedcd772
* merge
2010-11-26 14:41:47 +01:00
Nibble
ed33751a8e
* Add cmd 'a [@ addr]'
...
- Helper for af+ab (analyze functions and basic blocks)
* 'a?' shows analysis help
2010-11-26 13:13:45 +01:00
Nibble
caee8a1009
* return r_anal_ret_end in fcn and bb analysis if an unknown opcode is found
...
* re-autogen using acr 0.8.4
2010-11-26 00:44:47 +01:00
pancake
7c844bb576
* Fix all vapi files fixing valaswig bindings
...
- Implement missing methods
2010-11-24 23:19:17 +01:00
Nibble
5c986e4464
* Fix bug calling r_anal_fcn_add()
2010-11-23 20:16:43 +01:00
Nibble
7e8b8a9900
* Show /* func: */ or /* loc: */ in disassemble
...
* Filter fcn searchs by type (reduce pd time)
* Add arg 'type' to r_anal_fcn_find()
2010-11-23 19:55:31 +01:00
Nibble
e4832f435d
* Distinguish betwen fcn's (call refs) and loc's (jmp refs)
...
* Show fcn type and code xref type in 'afl' output
- C for calls, J for jmps
* Add optional argument 'type' to command 'af+'
- l for loc's, f for fcn's (default)
* Add argument 'type' to r_anal_fcn_add()
* Add field type to RAnalFcn and enum RAnalFcnType
2010-11-23 17:15:33 +01:00
Nibble
b3cd57f573
* Add arg reftype to r_core_anal_fcn()
...
* Add R_ANAL_REF_TYPE_CALL and R_ANAL_REF_TYPE_NULL to RAnalRefType enum
* Set type R_ANAL_REF_TYPE_CALL to call refs during opcode analysis
* Fix bug in r_core_anal_fcn() increasing performance
2010-11-23 14:05:23 +01:00
pancake
2ea135690c
* Fix build on OSX-32/64
2010-11-22 18:40:54 +01:00
Nibble
60f54b6969
* Add r_core_anal_fcn_cc() in r_core for Cyclomatic Complexity calc
...
* Add command 'afc'
* Add fields 'ncalls' (number of calls) and 'conditinal' to RAnalBlock
* Set anal.split=true by default
2010-11-22 15:14:54 +01:00
pancake
75ac253a23
* Fix segfault in r_core_read_at
2010-11-22 01:27:20 +01:00
pancake
f9d33abbb4
* Fix signature of RCore.read_at in r_core.vapi
2010-11-22 01:22:27 +01:00
Nibble
1f8d80e37c
* Zero out UCALL and UJMP opcodes in r_anal_strmask()
...
* Add imports to functions with name fcn.imp.* in r_core_bin_load()
* Fix bug in cmd 'zg', truncate ouput file
2010-11-21 19:01:41 +01:00
Nibble
e8a09f4e87
* Fix some overlapping strcpy's (thx @earada!)
2010-11-20 18:35:40 +01:00
Nibble
71978e186f
* More optimization on the analysis loop
...
* Add config_analsplit_callback() in anal/config.c to set RAnal->split
* Add field split to RAnal struct
- Avoid unnecessary call during BB analysis
* Set the default anal depth to 100
* Take into account internal calls in xref analysis
* Rename anal_x86_x86im to anal_x86 and make it the default anal plugin
* Rename anal_x86 to anal_x86_simple (x86.simple)
--HG--
rename : libr/anal/p/anal_x86_x86im.c => libr/anal/p/anal_x86.c
rename : libr/anal/p/anal_x86.c => libr/anal/p/anal_x86_simple.c
rename : libr/anal/p/x86_x86im.mk => libr/anal/p/x86.mk
rename : libr/anal/p/x86.mk => libr/anal/p/x86_simple.mk
2010-11-20 16:47:15 +01:00
Nibble
cfc6dcea96
* Fix io_ptrace read in 64bits
2010-11-19 11:09:49 +01:00
pancake
96797846e9
* Fix io_ptrace_read when memory error occurs
...
- Fixes graphs in debugger mode
2010-11-19 00:49:05 +01:00
pancake
eb3de0a3f4
* Use memmove where needed (thanks @earada for the patch)
...
- Fixes probably segfaults in latest GLIBC
2010-11-18 12:17:55 +01:00
pancake
421208a0c7
* Replace main for binsym in r_bin
...
* Added dummy commands for r_debug_fork/clone
2010-11-18 11:41:17 +01:00
pancake
a4f1627681
* Fix build (thanks @earada)
2010-11-17 21:40:55 +01:00
pancake
6d515cc1a8
* Update and reorder TODO tasks
...
* Added r_file_mmap() functions in r_util
* Do not hash files bigger than 10MB
* Fix abspath() return value and signature
2010-11-17 21:15:34 +01:00
pancake
0aafe05b45
* Step now accepts pid+tid
...
* Fix attach in w32 debugger
- use dpa and get first thread by default
* Mark with asterisks the selected pid/thread (dp/dpt)
* Fix reg_write in w32
2010-11-17 02:31:56 +01:00
pancake
4db5cded34
* Fix w32dist find command
...
* Display TODO message in r2 -L
* Implement rax2 -s - and rax2 -
* Honor dbg->tid in many places
* Implement basic stuff for dbg->reason
- Only w32 and *nix atm
- Not yet displayed or used
- Added many new reason types in enum
* Fix w32 register map
* Handle attach:// in io_w32dbg plugin
* Implement w32 process and thread list
- You can now select the thread
> dp # list pids
> dp=1424 # attach to pid
> dpt # list threads
> dpt=580 # select thread
* Added dummy code to list windows
2010-11-17 00:56:48 +01:00
pancake
d2c2c27607
* Added /proc/pid/task support to get thread list in Linux
...
* Initial work on boolt typedefinition
2010-11-16 18:19:51 +01:00
pancake
1a02d7b403
* Implement r_core_search_cb() method
...
* Added boolt and ut8p macros (looking for better names)
2010-11-15 11:06:10 +01:00
pancake
49ab1886c2
* Fix branch analysis in arm thumb
...
* Various unnecessary syntax changes
2010-11-14 16:38:17 +01:00
pancake
a098f9ae99
* Fix fd leak bug
2010-11-12 13:26:58 +01:00
pancake
10637ec71f
* Fix permission parsing in OSX
2010-11-11 17:53:49 +01:00
pancake
fadaa252e5
* Fix build in non-darwin
2010-11-11 12:00:17 +01:00
pancake
edeee07ca2
* Initial implementation of process name listing on darwin/osx
...
* Fix build (r_debug_pid_new signature change)
2010-11-11 04:12:09 +01:00
pancake
dacab5e4bf
* Initial implementation of r_debug_step_soft and _hard
...
- arm-darwin seems to not support stepping, mips follows
- Delegate swstep responsability to r_debug api
* Implement set registers in arm-darwin
- write in memory is not yet working
* Some fixes in memory regions list in arm-darwin
2010-11-11 03:13:44 +01:00
pancake
19c90096ff
* Fix read registers in darwin-arm
2010-11-11 02:00:10 +01:00
pancake
cfa24e1879
* Add XML to ldid r2 debugger for iOS
...
* Fix build of the r2 debugger on darwin-arm
* Implement list of threads and memory regions on darwin-arm
- just a draft, needs more work
* Add attach:// IO handler to mach plugin
* darwin does not needs -ldl
2010-11-11 01:09:27 +01:00
pancake/n900
9580907a35
* Fix static and nonpic build with no gmp
...
* Needs to rerun configur-plugins
2010-11-10 10:45:47 +01:00