Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/radareorg/radare2
UNIX-like reverse engineering framework and command-line toolset
https://github.com/radareorg/radare2
- Extend API to get file and line numbers from a virtual address
- Added addr2line-like test ...
* Fix 'dp' command
* Use execvp to run the program
- Some changes in the parser for argv and so
* The grepping algorithm in r_cons has been rewritten from scratch
- Grepped at memcat() which ...
692cefa68b7a66f9a17add1efd59e7c7b6a1418b authored almost 16 years ago by pancake <[email protected]>
- We have to grep stuff when inserting it, not when flushing
* Fix 'pd' command (initialize bas...
ee3f973f935308c900fdb62b0466c0a91111dc81 authored almost 16 years ago by Nibble <[email protected]>
- Fixed exports bug
- Little refactoring
- Huge refactoring
* r_bin_pe
- Initial work on pe32+ plugin
* r_bin_java
- Use macro inste...
- Add asm_arch and asm_parser callbacks
* Run config_init at the end of core init
* Do not forc...
- Added generic string search support
- Added class format autodetection
- Minor fixup
- Removed unnecessary files
- Added initial java support (baddr, entry, syms, strings)
- Mi...
a27a4b393c31dbfe14341bbfbc4d5b2512c182a1 authored almost 16 years ago by Nibble <[email protected]>
pd~call!jmp!jne ; (split with '!')
dc0459875ef852c9b8974d9f9937f86811cdbc82 authored almost 16 years ago by pancake <[email protected]> - Add rasign test program for r_sign
* Minor code cleanup in cons
* Cleanup and sort commands i...
- ?z stands for strlen (zero length is true)
- ?t stands for 'time profiling' for commands
...
- Now build by default with the rest of libr
- drop read_at dependency for r_trace
* Some stu...
- Accepts a 2nd blocksize argument
- Fix algorithm used in r_core_seek_align to work with 'sa...
Just will use 'sa' in the future..must think, but atm keep it clean
7d019caae37a8f0a44bc14f84285a92f919be015 authored almost 16 years ago by pancake <[email protected]> - implemented core_seek_align function
* Added '<' and '>' commands, but they are not yet worki...
* Add cmd.visual that runs when entering in visual mode
cfc2882d14d5fe4b5a5df3c8b40c5db1057ad6e0 authored almost 16 years ago by pancake <[email protected]> - Now every callback gets a *user pointer
- Define full api in r_config.h with R_API
- Adde...
* Add R_API directive in r_types
* Huge refactoring for r_print
- C code format
- formatted m...
- State-aware now
- Sync examples and r_core
- rabin2 -p replaced by -f
- Changed folder structure
- Initial work in java plugin
- Min...
* Initial work to simplify build porting for OSX and W32
fc22e99c95ec9876934ef096f91f93eabbcdee62 authored almost 16 years ago by pancake <[email protected]>acc455109fba60cd9ca8170596a104cd1693eb4a authored almost 16 years ago by Nibble <[email protected]>
* Properly installation of vapi files
- Lot of fixtures to build a external hello world in gtk+...
655d437e7036a0c34f25dcebe4dbd6640b59a562 authored almost 16 years ago by pancake/fluendo <[email protected]>
13e9da6c79a420d3ee6b46c9a9b39bae95e5acc2 authored almost 16 years ago by pancake <[email protected]>
* Fix parsing of 'f' command as help specifies (already done in r1)
- get size and offset as 2n...
* Minor fixups in r_asm build
* Added missing IFDBG in lib.c
* Fix asm_x86 makefile rule dup
* Fix build of x86_bea plugin
* Add asm.offset and asm.bytes in r...
- Commandline utility to perform searchs on multiple files
* Fix build or r_bin
* Add doc/rgrap...
75c7d6912ef9cc83f0d07a7ac1e11ec5fdbfa03d authored almost 16 years ago by pancake <[email protected]>
* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_')
* Some build fixtures...
* r_lib debug messages enabled through -DR_DEBUG
98a19ea06f59e7fb106135ff5951238df1f34e41 authored almost 16 years ago by Nibble <[email protected]> - r_bin_init splitted in r_bin_init and r_bin_set_file
* r_core
- Fixed radare2
* r_parse
-...
- Major refactoring (using r_lib infrastructure)
- Removed outdated test programs
- Updated...
73343076a89351e52b1426c4b11de6203d18c552 authored almost 16 years ago by Nibble <[email protected]>
098b7f7fc8082899262f2462ac14d3d33b7e9d2a authored almost 16 years ago by pancake <[email protected]>
* Merge dist+shot make targets
.PHONY them all
* (Un)Install include files in $pfx/include/libr/
8ff0d7e13c8df08cf20cdfb6d19af7a8ec0171bb authored almost 16 years ago by Nibble <[email protected]>
19a062528eaab6b5d1d3bb2ea65f083a4b847260 authored almost 16 years ago by pancake <[email protected]>
03a613e7d23fa126c7e3dbd86a8451d69dba09c1 authored almost 16 years ago by pancake <[email protected]>
* Added java assembly support in rasm2
3d76339cec1b67869aa9bfbfbeacc92bdd6c0aa5 authored almost 16 years ago by Nibble <[email protected]>* Bigger console buffer by default
7da2562c91287a17c58703b53c26619435991dcc authored almost 16 years ago by pancake/fluendo <[email protected]>7684ccf7e33cdfb2f52458904dfa94e67523b39e authored almost 16 years ago by Nibble <[email protected]>
* Initial import of depgraph.pl helper script to get the libr
internal library dependencies gra...
- Stripped down version based on the r1 implementation (ow yeah)
* Fix build of r_bin (oops)
...
* Add ERR() macro in r_types
- r_bin uses now ERR() instead of nonportable fprintf(stderr,
* In...
8a3349400bdb0c48627f708191167da2ecdf1902 authored almost 16 years ago by pancake <[email protected]>
- Added initial anal_x86_bea plugin (op analysis using bea engine)
'ao' command in radare2
...
1d5162d8e3c820782d6625b6e93fc20e59f19078 authored almost 16 years ago by Nibble <[email protected]>
* Added pseudo syntax poc to radare2 (asm.pseudo)
--HG--
rename : libr/parse/pseudo.c => libr/pa...
* Removed warning from asm_x86_bea plugin
1b71e0e52dc9eacf236f7943fda7ea83fd5ba148 authored almost 16 years ago by Nibble <[email protected]>* Fixed ptrace io plugin build (64bits)
8e86cb69c9cdf6b8b16ff40483a9da83f28acfe1 authored almost 16 years ago by Nibble <[email protected]> - Removed warnings
- Added error handling to rasm2
* r_lang
- Fixed "print help" bug
* r_asm
- asm_bea renamed to asm_x86_bea
- asm_olly renamed to asm_x86_olly
- Minor fixups ...
10bac235740ac8a2d179471a90eeb1fc4f17db5a authored almost 16 years ago by Nibble <[email protected]>
- Fixed asm_bea
- More refactoring on rasm2
- Initial import of bea engine
- asm_x86 splited in asm_x86, asm_olly and asm_bea
- More re...
* Fixed r_lib null handler issue
* Default blocksize of 64B
- Fixed
- All the language plugins are now supported
* Added r_core_yank* methods and 'y' command
- Update help message
* radare2 is now handling -s...
- Added arm plugin
- Added bf plugin
- Added csr plugin
- Added m68k plugin
- Added mip...
- Used plugin infrastructure
- Huge refactoring
- Added x86 plugin
--HG--
rename : libr/as...
- Some minor hacks everywhere to glue
- 'dr' command runs '|reg' io-ptrace command (reg dbg s...
6c6afc79067b757f585e2496b78701567c64a04f authored almost 16 years ago by pancake <[email protected]>
- Added the necessary stuff in r_flags
- Flag size is now 64 bit size
* Some random and usele...
- Added csr and m68k support
- Added csr and m68k test programs
- Fixed Makefile
731472d2b9553872314850e741b2627a6ed12c09 authored almost 16 years ago by pancake <[email protected]>
* Add 'var' in build liblist and 'vapi/t' for make clean
* Add ^C handler for r_cons. support for...
1fd5c3118e1fdc0099da05a61480b10682b02fb9 authored almost 16 years ago by pancake/fluendo <[email protected]>
* Added cmd_meta in r_core->cmd
* Cleanup data type range before adding new one in r_meta
- mix...
1f02a3f1be3e0e6738390f0d5939fa4e5f64144c authored almost 16 years ago by pancake <[email protected]>
- Added test program that sets and gets metadata.
- It needs much more features and stuff
-...
d3643d52a60ef65d4f3333140f609852bdfd3937 authored almost 16 years ago by Nibble <[email protected]>
- Redefined r_anal_aop
- Fixed x86 plugin
* r_core
- Added ao command (test)
* Fixed r_sear...
- Initial (non working) implementation
- Added dummy and x86 plugins
* r_core
- Added 'anal...
* Add regexp search method in r_search
- Uses libc regcomp+regexec
- Added regexp test exampl...
* Simplify the perl plugin
* Drop stupid \n debug in dietline O:)
* Minor random cleanups
5832a619580223e89d3b51269f991fc824bdeea9 authored almost 16 years ago by pancake <[email protected]>98ed88610a61969de6b808f10bfad09df670d174 authored almost 16 years ago by Nibble <[email protected]>
- Remove temporal code
0c34c746bf3523b461b2496fe42ec7792ae569a5 authored almost 16 years ago by pancake <[email protected]>* Added dummy r_trace r_meta and r_var
- With readme, dummy code and comments..
- Imported mkruby and chkruby from r1
- Some minor changes in r_lang for it
- Same state as in r1 or ruby-r2
- Added prompt() function pointer to override
the defaul...
- Added two dummy plugins for r_lang (dummy and lua)
- Accessible thru the '#!' command.
- Added initial cursor support
- Q also for quit
- Added visual prompt
* Added date.c
* Mov...
* Initial implementation of the visual mode in core
* Added pc and ps print formats (c code and s...
- Initial AOP parser (needs more love)
- Adds buf and inst_len to r_asm_t
- Refactoring
* M...
* Minor cleanups in r_asm.h
* First work in r_anal
- Make use of some gnu extensions to make it cleaner
- Fixes (mostly) build system
* Plugin directory renamed to 'p'
* Add env.sh to enter into a "radare2 development shell"
--HG-...
05b40f0e75eb107d0b3dfa3d117b263674a7e2b9 authored almost 16 years ago by pancake <[email protected]> - Previous commits has been reported in the ChangeLog file
- hg log has been lost (moved insi...