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
c738134c67de81daff796fd1b08064272645d035 authored almost 15 years ago by Nibble <[email protected]>
9923fb7199193759818521584e259e858ea14dfe authored almost 15 years ago by Nibble <[email protected]>
- assemble is now working
- disassemble fails
- Hard refactoring in massemble loop
- Labe...
* Fix ruby test for swig
* Add dummy perl test for swig
* Remove perl warning from swig/Makefile
* Implement .equ keyword in rasm2
caf507091d6b00f6dd6828a4e20022b46211e066 authored almost 15 years ago by pancake <[email protected]>* Add ruby test for r_bin
* Remove old r_array stuff from r_types.h
* Fix swig/Makefile to instal...
18b1b240657394786cc9765456f36e6d4ed42235 authored almost 15 years ago by pancake <[email protected]>
e110ce46da6b3559e0610da9009f1ff3c09002ce authored almost 15 years ago by pancake <[email protected]>
922a86623f03ab851910da688e268b8157789bc2 authored almost 15 years ago by pancake <[email protected]>
5e4ae255fcba671725ac1225b0cc0093c960cad5 authored almost 15 years ago by pancake <[email protected]>
bf35f03ac8431ece310baf403ab0470d5bd67764 authored almost 15 years ago by Nibble <[email protected]>
- Fix test examples
54ada0d893d9a034fa52d781abff76ce5e70dbab authored almost 15 years ago by pancake <[email protected]> - 'unowned string' is the correct vala type
- Depends on valaswig tip
- type checking is no...
* Remove deprecated r_bin.i.experimental
* Define r_array functions in r_array.h as inline static...
- Needs merge code from ired/bdiff
* Fix build of various vapi/t files
- Take a look at r_bin.i.experimental
* Rename "class" to "bclass" in r_bin to avoid troubles w...
* Remove debug stuff from r_bin
* Remove outdated r_array stuff from r_util vapi
* Minor fixup in...
* Fix vapi/t/bin.vala in accordance with r_bin.vapi
* Minor aesthetic fixes in util/t/array.c
load the bin
49331b1fd5764b295ab0244344b76b9a1ac43056 authored almost 15 years ago by Nibble <[email protected]>fd3dbecbab9d21061ab0c298f2f821d008341d89 authored almost 15 years ago by Nibble <[email protected]>
839eec0e79595e14d6f5ca8dbc258fe8654a4f08 authored almost 15 years ago by Nibble <[email protected]>
* Huge refactoring of r_bin using r_array (not tested yet)
* Modify list.h in order to avoid coll...
- Uses the mercurial's C algorithm for delta diffing
- Remove r_diff_lines .. do we need a li...
symbol or import which is at addr. Eg:
$ rabin2 -i@ 0x004020c0 /bin/ls
signal
- Little integration from r_core_cmd (dm show maps)
- Uses RList. Allows user and system defi...
- Used to retrieve cross-platform register names
from specified role. (pc, sp, bp, a0, ...)...
* Fix segmentation fault in r_io_read
- Only happening when debugging (4 byte overflow)
* Remov...
- asm.arm plugin is now embedded into r_asm as static plugin
* Added register alias names for r...
* Out of file reads (padding) filled by 0xff
* Added r_sys_cmd () to wrap r_system()
* Fix debug ...
* Many syntax standarization fixes
* Clean up some warnings
- Allows to manipulate r_io_section
- r_io not yet tested to work with this
* Added cfg.ffio ...
- Reference code lines are displayed again
- Optimize the open_as method of RIo
- Do not us...
- Reduce the use of global variables by packing all them in a struct
- Redesign the autocompl...
* Rename some enums in r_cons (C_ -> Color_)
- Export colors in vapi and swig
* Initial dummy w...
* Move empty strsub.c to util/
* r_flags depends on r_cons (yeah, it shouldnt..)
- just for tmp...
- Fixes ruby warnings
- Follow java syntax conventions
- Helped to identify and fix bugs in...
bd84d7dfa0720bddb453ba81723664e276954c56 authored almost 15 years ago by pancake <[email protected]>
* Add r_bin_init to the r_bin API
e4dd1cae7f856640d08da839459c90dfdb196991 authored almost 15 years ago by Nibble <[email protected]>* Split some install targets
* Fix segfault in r_anal when not setting any handler
* Rename R_ASM...
* Fix linking of r_core (r_bin not found)
* Lot of fixes for valaswig. libr, r_io and r_debug
a...
- More refactoring ;)
- Added dummy r_bin_load & r_bin_free
* Now r_bin is only using r_buf/r_file for file handling
08d5afd5c59cf61efa7bfd97c82bce1cb68be3a2 authored almost 15 years ago by Nibble <[email protected]> - Added R_BUF_CUR for reading at current offset
* r_bin
- r_bin_java rewritten using r_buf
...
157c727d89fc95a1d86ae169549a72b092ad19a5 authored almost 15 years ago by Nibble <[email protected]>
- Huge refactoring of r_bin_pe
- Minor fixups in r_bin_mach0
* Use ${MAKE} instead of 'make'
* Added 'install' target for swig python
without PIC code (only static libraries, and link binaries)
- Fix linking order dependencies
...
f6fa35f9b678d6df86c966d23aa11defb2325529 authored almost 15 years ago by Nibble <[email protected]>
- Many API rethink for the r_bp/r_reg/r_debug bizarre triangle love
- Support for recoil for ...
82a45fd94a2de5efc83d41e0a81890aefb8a326c authored almost 15 years ago by Nibble <[email protected]>
9c0e864daace8416ab87e87edb49e6272fec17f2 authored almost 15 years ago by Nibble <[email protected]>
- Add r_buf_fread for "format read" (needs a better name)
- Fix segfault in set_bytes
- Fix...
cfae42cb27e4b4ea6396de8c01e17749bde5dc14 authored almost 15 years ago by pancake/fluendo <[email protected]>
* Implement write register support in debug.ptrace
- Added many new commands related to registe...
* Minor sort of TODO files
* Nicer output for make install
* Add socket/t/Makefile and fix test case
- Uses valaswig-cc --test
8e4364eb9a0ed1461d5e7b2f607b8a0f404337b6 authored almost 15 years ago by pancake <[email protected]>* Fix build of gdbwrapper debug plugin
* Fixes related to the r_iter -> r_array rename
- rbin v...
* Rename r_iter into r_array
* Simplify r_list and add vala bindings
- Test cases for C and val...
ef7e7998f63047e781b7f0c3abe5806faeae26f2 authored almost 15 years ago by Nibble <[email protected]>
- Fix bug in parsing imports
68ec0834b48fca5d2b8380d4401e49fb0bcb681f authored almost 15 years ago by Nibble <[email protected]>* Add missing debug/t/Makefile
65c744d67e76e67870f0e711ef1fb31d2653c8a8 authored almost 15 years ago by pancake <[email protected]>3d27913562aa5836d85cb54a3507539ea228dc52 authored almost 15 years ago by Nibble <[email protected]>
with .dll and .exe for w32
* Do not build libr.${LIB_AR} by default (problematic in some platfo...
eb99dd12033b155ef7aabe6292cfdee8927d344b authored almost 15 years ago by pancake <[email protected]>
- Add plugin bin_mach0 (initial support for sections, imports and symbols)
* r_bin_pe
- Minor...
3d667dbdd9ceeaa622eebc5ad2eb635b18e47b18 authored almost 15 years ago by pancake <[email protected]>
- See doc/windows
* Rename config.mk to global.mk
- Avoid name collision (cascade includes in...
- Fixups
- Dummy get_entrypoints
- get_symbols
- get_imports
* Added test program for r_hash from python
ba848ec5dd18d6069c66d1dcd18690c858ca8a49 authored almost 15 years ago by pancake <[email protected]>* Fix signature for fastcall() in r_asm vapi
* Fix compilation of swig modules without having to ...
607dd7ea9996dc3802466596904c31080f800db5 authored almost 15 years ago by pancake <[email protected]>
3d738ba67337445b14e04636a56cb32fae0cacfc authored almost 15 years ago by pancake <[email protected]>
* Build libr_${NAME}.a by default (with PIC objects..)
* iter.h -> r_iter.h
* Initial import of r...
- Instead of the configure-plugins script
- exit with 0
* Add mk/sloc.mk in config-user.acr
* Fix infinite loop read error issue in:
- echo x | radare2...
- accepts --static and --shared to setup which plugins
you want to build statically in the ...
38fa7b36b94f98113217d8a26509f7c111146a06 authored almost 15 years ago by Nibble <[email protected]>
* Add swig dependencies to the default build
* Check for valaswig and swig at configure time
* So...
* Drop parenthesis from callback declaration in rSearch
3b35f5329a825a47a71cee7fc213a45c8fa4b4ac authored almost 15 years ago by pancake <[email protected]>e7392e64dbfe896d60f78cc73b44c8c211134daf authored almost 15 years ago by pancake <[email protected]>
- typedef function pointers in r_search (rSearchCallback)
- hide R_API stuff as it should in ...
* Add swig/TODO describing some steps for it
e60fbaf7ee07ea965d6ae5a7bd903e4f4586afb4 authored almost 15 years ago by pancake <[email protected]> - Refactoring
- Add get_sections to r_bin_mach0
468f6752b9d3137c2b083086ff070e63914bf781 authored almost 15 years ago by pancake <[email protected]>
b94b3330ec52771a9e25ba0b25698f404764d76b authored almost 15 years ago by pancake <[email protected]>
* Fix r_util build
* Minor fixups in rasm
- ^D is now working in radare2 core_prompt ()
- echo x | radare2 /bin/ls # is still broken
* ...
- Test programs are compiled once now
- Libraries are linked once
- remove ${BIN} ${LIBSO} ...
* Update r_core to use r_asm_massemble
b1b7a981c4d53b8c0306198b336e1fa8c7460a79 authored about 15 years ago by Nibble <[email protected]>17b8713327d2c0ad52eb19eb6a548bb15d7d03ad authored about 15 years ago by Nibble <[email protected]>
42f79227c94561f2a5e5be7a6446a39ca5059588 authored about 15 years ago by Nibble <[email protected]>
- Add r_asm_code for massemble and mdisassemble
- Use realloc in massemble and mdisassemble
...
- draft for the new r_bin api
* Rewrite r_iter API to be consistent with Vala and GLib concepts...
1788030aa174463b42b18d71d99ad1100a300a02 authored about 15 years ago by Nibble <[email protected]>
* Fix some minor random warnings
ec4673b6e1983f6d60c604b14ab64174a131eec3 authored about 15 years ago by pancake <[email protected]>5ef595db093976c6b85a360298a428a4c8329f29 authored about 15 years ago by Nibble <[email protected]>
* Add perl backend bindings for swig/
* Add minimal (one test) test suite for py/pl
--HG--
renam...
- Some APIs has changed (r_hash)
- Vapis have been reviewed
- And more
* Add missing test_str and pool tests in libr/util
7b07e1371c55de48956c716bce615441c23e56ac authored about 15 years ago by pancake <[email protected]>