Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

radareorg

Radare.Org is a collective of radare2 maintainers and developers
Collective - Host: opensource - https://opencollective.com/radareorg - Website: https://rada.re - Code: https://github.com/radareorg

* Fix segfault when using '&&'. Lost allocated pointer

* Fix some valgrind warnings
- The debugger+visual is now working more stable
* Comment 'strip ...

github.com/radareorg/radare2 - 0b7ed2a6f017f7961f628efb802e62d46501ff5a authored almost 16 years ago
* reflines partial fix

github.com/radareorg/radare2 - a09f365de5a5819bd7990ed691c0db89e1475519 authored almost 16 years ago
* More R_API-zation

* More stuff in doc/release
* Added 'dk' for sending signals to processes in the debugger
- A b...

github.com/radareorg/radare2 - 70186e1120da11d4d93bd19c4ee93e65f844bdf4 authored almost 16 years ago
* More work on r_anal_reflines

* Fixed r_bininfo build

github.com/radareorg/radare2 - 6791ef0f6b1384fd2759a86369d46a72a24f857d authored almost 16 years ago
* Fix LIBDIR path issue for r_bin

- Properly load all LIBR_PLUGINS from rabin2 too
- Maybe we will have to add a common stub fo...

github.com/radareorg/radare2 - 936db0db872d7f350a5c430283defff4c42a1258 authored almost 16 years ago
* Fix getter for r_lib_types strings

- zzZZzZ sleepy bug!

github.com/radareorg/radare2 - 71cfa4d5c3bb6bc4765bb0c4682e1c6ca2d5cc04 authored almost 16 years ago
* Fix build again O:)

- Remove config.mk includes from config-user.mk
- Fix sys.c missing include
* Added R_LIB_TYP...

github.com/radareorg/radare2 - 60c3e466519e2a971de70fce463616a139b226ed authored almost 16 years ago
* Fix recursive include issue in build

- Oops O:)
* Some fixups at ACR level for allowing --without-vala flag properly
* Added empty r...

github.com/radareorg/radare2 - b0b25a6eeac9bfe91109300e3375b77bf523161a authored almost 16 years ago
* Applied minimalistic version of the Graz's patch adding history load/save

functionalities to radare2 command
* Set 'asm_x86' disassembler after loading the plugins
* Rem...

github.com/radareorg/radare2 - 4c8f851485aff3e8e3ad587e41351fb5b40581d6 authored almost 16 years ago
* Huge build system refactoring

- Make proper use of the config-user.mk
- Accelerate build by manually checking timestamps of...

github.com/radareorg/radare2 - d41e40ba0510a341dbba496788382e5599e8334c authored almost 16 years ago
* r_anal

- Added reflines support
- Fixed anal_x86 code
- Refactoring (removed r_asm dependency)

github.com/radareorg/radare2 - 103d23cd48dc47aeaa7e5448f994ed75ee1bfce1 authored almost 16 years ago
* Some changes in r_anal

* Fixed build

github.com/radareorg/radare2 - c4421c3c7f503fad9b6b38c66e957768be8b376b authored almost 16 years ago
* Do not enable static debug by default

github.com/radareorg/radare2 - ae84fb0695c645443058171439daec6df61a9cb3 authored almost 16 years ago
* Added Levenshtein distance algorithm in r_diff

* Added corresponding test case

github.com/radareorg/radare2 - 1048ed5ab09662743c69780f1c9aa4171cc195de authored almost 16 years ago
* set STATIC DEBUG to 0

* Make p/elf.mk STATIC_BIN_PLUGIN
* Add dummy 'undowrite' command
* Some random unuseful work on ...

github.com/radareorg/radare2 - 9b947d793c58b3a5f5f529b9b53e5366c1e0cc76 authored almost 16 years ago
* Integrate acr configure script with the makefiles

- Check for libewf and valac
* include config-user.mk from config.mk overriding config.mk options

github.com/radareorg/radare2 - 45c29e7b2fca163b89366d79d751116cc8221737 authored almost 16 years ago
* Oops in getopt

github.com/radareorg/radare2 - abec5b54579dcc631fb5363acc19e51efc75ec61 authored almost 16 years ago
* Fix 'install' target (missing double '$')

* Add STATIC_DEBUG and RUNTIME_DEBUG config.mk variables
- Mirrored in C as R_DEBUG and R_RTDEB...

github.com/radareorg/radare2 - e76216e92a98b63909e826c2639f6cc9ecf9072d authored almost 16 years ago
* Import 'dummy' mercurial's bdiff (needs to be plugged)

github.com/radareorg/radare2 - 935d9c1517aa20f614d45c521eeb1adeeac68db5 authored almost 16 years ago
* Fix doc installation path

* Up config.mk version to 0.2b
* Cleanup TODO
* Initial implementation of r_cache (optimization f...

github.com/radareorg/radare2 - 3105b3f1379a6614ec87429ef66bd2c0f18befca authored almost 16 years ago
* Add 'tcc' lang plugin

* Implement lua lang plugin
* Rename 'CD' command to 'CL' (code lines takes more sense)

github.com/radareorg/radare2 - 0caaaaf82b637ccd16a8a9bc0715b2927993e3bc authored almost 16 years ago
* Fix installation of documentation

* Fix popen() fread-related bug in addr2line plugin for bininfo
* Add 'fo' command.
- Installs ...

github.com/radareorg/radare2 - 12af51655b62a9c19ecd4e20fdf563bdd8d3865c authored almost 16 years ago
* Import fortunes from radare1

- Add dummy ACR configure script

github.com/radareorg/radare2 - a8f2ae2d07f5fd5d27b09a57299f0619c6145149 authored almost 16 years ago
* r_bin & r_bininfo

- Added "check" function to plugins
(used by _open for auto setting)
- Removed hardcoded ...

github.com/radareorg/radare2 - 0819be62de97119b6e8356299dcd718533c30fdc authored almost 16 years ago
* r_bin & r_bininfo

- Removed _set and _autoset functions
- _open (auto)sets the plugin now
- Refactoring

github.com/radareorg/radare2 - 8e72d7f7d99e0cb99e11208ba74c9a0df82e9271 authored almost 16 years ago
* r_bin & r_bininfo

- Minor refactoring

github.com/radareorg/radare2 - b89e2d47c89c1cad78a24e7b723c35526939798d authored almost 16 years ago
* Fix build (use gcc)

- Fix issues in r_bininfo (now the test program works)
- Properly add the static r_bininfo pl...

github.com/radareorg/radare2 - 0a84b63927811f8e7da026c8ff002d17f479a7e5 authored almost 16 years ago
* Some work for r_bininfo library

- Extend API to get file and line numbers from a virtual address
- Added addr2line-like test ...

github.com/radareorg/radare2 - 99f284f358bda7c16fc6c8d5fd2253334e8aa51c authored almost 16 years ago
* Tricky implementation of 'dm' command

* Fix 'dp' command
* Use execvp to run the program
- Some changes in the parser for argv and so

github.com/radareorg/radare2 - a14d5f165656cf94dc6c620abc4ad82e15187df5 authored almost 16 years ago
* 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 ...

github.com/radareorg/radare2 - 448d76a5e74af2452d15388be21708cc2b52e0c2 authored almost 16 years ago
* Minor fixups

github.com/radareorg/radare2 - 692cefa68b7a66f9a17add1efd59e7c7b6a1418b authored almost 16 years ago
* 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 bas...

github.com/radareorg/radare2 - c673ede6b735063bd9d37c6eed731ba3006009bc authored almost 16 years ago
* Added bininfo code base

github.com/radareorg/radare2 - ee3f973f935308c900fdb62b0466c0a91111dc81 authored almost 16 years ago
* r_bin_pe

- Fixed exports bug
- Little refactoring

github.com/radareorg/radare2 - a18996b41f05c3d3dc271d10b0bb394e7d74de47 authored almost 16 years ago
* r_bin_elf

- Huge refactoring
* r_bin_pe
- Initial work on pe32+ plugin
* r_bin_java
- Use macro inste...

github.com/radareorg/radare2 - 7e5f8de7ebd6dc1dcc6f3d91a4b9e814af37f053 authored almost 16 years ago
* 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 forc...

github.com/radareorg/radare2 - 996f5ba9c4a1a02c8d2f1c1f7ae29a92bd34608f authored almost 16 years ago
* r_bin

- Added generic string search support
- Added class format autodetection
- Minor fixup

github.com/radareorg/radare2 - f3983d93169f6b0e7c4b05340dd0d512e892c6fe authored almost 16 years ago
* r_bin

- Removed unnecessary files
- Added initial java support (baddr, entry, syms, strings)
- Mi...

github.com/radareorg/radare2 - 758b4927393d5bbc20fda30084495cbae4052664 authored almost 16 years ago
* More work on r_bin_java

github.com/radareorg/radare2 - a27a4b393c31dbfe14341bbfbc4d5b2512c182a1 authored almost 16 years ago
* Add support for multiple grep keywords

pd~call!jmp!jne ; (split with '!')

github.com/radareorg/radare2 - dc0459875ef852c9b8974d9f9937f86811cdbc82 authored almost 16 years ago
* 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 i...

github.com/radareorg/radare2 - 1d90ad71438e9913fafcaf04c4b6eaeacd6ccb37 authored almost 16 years ago
* Add ?z and ?t commands in r2

- ?z stands for strlen (zero length is true)
- ?t stands for 'time profiling' for commands
...

github.com/radareorg/radare2 - 9526a34445025e7b82a23d75b3f76e0f41344c83 authored almost 16 years ago
* Major refactoring work done for r_trace

- Now build by default with the rest of libr
- drop read_at dependency for r_trace
* Some stu...

github.com/radareorg/radare2 - a89fabf5521529eb4cf3d2e5c2a886800987d870 authored almost 16 years ago
* Initial implementation of 'sa' command

- Accepts a 2nd blocksize argument
- Fix algorithm used in r_core_seek_align to work with 'sa...

github.com/radareorg/radare2 - d1c0b4620d3e7c61bc2c9bbf0151531bd1d1c703 authored almost 16 years ago
* Remove '<' and '>' commands.

Just will use 'sa' in the future..must think, but atm keep it clean

github.com/radareorg/radare2 - 7d019caae37a8f0a44bc14f84285a92f919be015 authored almost 16 years ago
* Added '>' and '<' keys in visual

- implemented core_seek_align function
* Added '<' and '>' commands, but they are not yet worki...

github.com/radareorg/radare2 - 9ca8e5b66539b5509a562b20b60473069c6b0c3d authored almost 16 years ago
* Fix scrolling in visual (drop s eip in cmd.vprompt)

* Add cmd.visual that runs when entering in visual mode

github.com/radareorg/radare2 - cfc2882d14d5fe4b5a5df3c8b40c5db1057ad6e0 authored almost 16 years ago
* Fix api for config_set_cb

- Now every callback gets a *user pointer
- Define full api in r_config.h with R_API
- Adde...

github.com/radareorg/radare2 - d292b4fb6de8d2371a6209391e2f70af4ec53ba3 authored almost 16 years ago
* Add R_INLINE in config.h

* Add R_API directive in r_types
* Huge refactoring for r_print
- C code format
- formatted m...

github.com/radareorg/radare2 - 1e6806aa8425560fa03c25e109c66b25f705860a authored almost 16 years ago
* Refactoring of the r_print module

- State-aware now
- Sync examples and r_core

github.com/radareorg/radare2 - dab6dacf50b72da8234aab06aa78ffcc8f81e1c7 authored almost 16 years ago
* r_bin

- rabin2 -p replaced by -f
- Changed folder structure
- Initial work in java plugin
- Min...

github.com/radareorg/radare2 - 50fbf06b6495157bd31277779b1f5eb717671706 authored almost 16 years ago
* Initial fixup for default LIBR_PLUGINS on installed r_lib

* Initial work to simplify build porting for OSX and W32

github.com/radareorg/radare2 - fc22e99c95ec9876934ef096f91f93eabbcdee62 authored almost 16 years ago
* Several fixups

github.com/radareorg/radare2 - acc455109fba60cd9ca8170596a104cd1693eb4a authored almost 16 years ago
* Added labels in test example using gtk+r_asm

- add combobox to choose arch in runtime
- use 'gtk-ok' stock button and close window when cl...

github.com/radareorg/ragui - c5c227d064c3e56be844b41e64ff46e31d49917e authored almost 16 years ago
* Minor cosmetic updates

- Some include/* files regenerated with vala-git

github.com/radareorg/ragui - e0c06b139b431b055f5ee6e64c9eb4f189938d3e authored almost 16 years ago
* Initial import of the asm/disasm widget

- Initial test case linking against libr from Vala

github.com/radareorg/ragui - af0744366575149bb46d9274b5002c75eb52d6a5 authored almost 16 years ago
* Add random documentation for dynamic language plugins

* Properly installation of vapi files
- Lot of fixtures to build a external hello world in gtk+...

github.com/radareorg/radare2 - 19fa55ba334c2ecdb48911fd2be7557519cccf45 authored almost 16 years ago
* Add non-block socket support for Windows(R) platform

github.com/radareorg/radare2 - 655d437e7036a0c34f25dcebe4dbd6640b59a562 authored almost 16 years ago
* Merge heads

github.com/radareorg/radare2 - 13e9da6c79a420d3ee6b46c9a9b39bae95e5acc2 authored almost 16 years ago
* 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 2n...

github.com/radareorg/radare2 - 597312f4943af6e0d8a9fe5ed334fe142dc5ff87 authored almost 16 years ago
* Added 'static-plugin' feature to r_bin module

* Minor fixups in r_asm build
* Added missing IFDBG in lib.c

github.com/radareorg/radare2 - d51005f027c3b28f0292404be0db9bcc3521410a authored almost 16 years ago
* 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...

github.com/radareorg/radare2 - 4ba2e545ae42ddfe308faaafe1730434628e4b0e authored almost 16 years ago
* Add rafind2 utility

- Commandline utility to perform searchs on multiple files
* Fix build or r_bin
* Add doc/rgrap...

github.com/radareorg/radare2 - a53a50721f6642eea334ced9c95647a6a4f587db authored almost 16 years ago
* Oops merge!

github.com/radareorg/radare2 - 75c7d6912ef9cc83f0d07a7ac1e11ec5fdbfa03d authored almost 16 years ago
* Add 'static-plugin' feature to r_asm module

* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_')
* Some build fixtures...

github.com/radareorg/radare2 - b2e785fc61681056794172a9daf604665de401ff authored almost 16 years ago
* Fixed IFDBG Macro

* r_lib debug messages enabled through -DR_DEBUG

github.com/radareorg/radare2 - 98a19ea06f59e7fb106135ff5951238df1f34e41 authored almost 16 years ago
* r_bin

- r_bin_init splitted in r_bin_init and r_bin_set_file
* r_core
- Fixed radare2
* r_parse
-...

github.com/radareorg/radare2 - 9ecc5775a73b7ded6f1eb431d0dc4cdeb2ff3378 authored almost 16 years ago
* r_bin

- Major refactoring (using r_lib infrastructure)
- Removed outdated test programs
- Updated...

github.com/radareorg/radare2 - 04c9a3f5d1c419e96fd0edb0d87103f9ea946da4 authored almost 16 years ago
Added tag 0.1 for changeset ae3b6b66b9de

github.com/radareorg/radare2 - 73343076a89351e52b1426c4b11de6203d18c552 authored almost 16 years ago
* Sync changelog and drop RELEASE mark

github.com/radareorg/radare2 - 098b7f7fc8082899262f2462ac14d3d33b7e9d2a authored almost 16 years ago
* Cut release for r2-0.1

* Merge dist+shot make targets
.PHONY them all
* (Un)Install include files in $pfx/include/libr/

github.com/radareorg/radare2 - 04ca0c78d63211719fdf3e143ab4a792df2637c3 authored almost 16 years ago
* Removed several warnings

github.com/radareorg/radare2 - 8ff0d7e13c8df08cf20cdfb6d19af7a8ec0171bb authored almost 16 years ago
* Added DESTDIR and 'uninstall' make targets

github.com/radareorg/radare2 - 19a062528eaab6b5d1d3bb2ea65f083a4b847260 authored almost 16 years ago
* Fix lot of warning messages

github.com/radareorg/radare2 - 03a613e7d23fa126c7e3dbd86a8451d69dba09c1 authored almost 16 years ago
* Added java plugin for r_asm

* Added java assembly support in rasm2

github.com/radareorg/radare2 - 3d76339cec1b67869aa9bfbfbeacc92bdd6c0aa5 authored almost 16 years ago
* Add 'dist' and 'shot' make targets

* Bigger console buffer by default

github.com/radareorg/radare2 - 7da2562c91287a17c58703b53c26619435991dcc authored almost 16 years ago
* Updated mreplace

github.com/radareorg/radare2 - 7684ccf7e33cdfb2f52458904dfa94e67523b39e authored almost 16 years ago
* fix r_asm and r_anal deps

* Initial import of depgraph.pl helper script to get the libr
internal library dependencies gra...

github.com/radareorg/radare2 - f88fd507cd18a708669efd17751a6d337b56ef08 authored almost 16 years ago
* Add 'A' (singlechar) values for math expressions

- Stripped down version based on the r1 implementation (ow yeah)
* Fix build of r_bin (oops)
...

github.com/radareorg/radare2 - 5e418c76a9701549866e345236d98ed41771286a authored almost 16 years ago
* Add IS_PRINTABLE in r_types

* Add ERR() macro in r_types
- r_bin uses now ERR() instead of nonportable fprintf(stderr,
* In...

github.com/radareorg/radare2 - 1a1860c3585c5565e2fe5fb589c55ba177f2e1f4 authored almost 16 years ago
* Import the cons_interactive functionality of r1 cons

github.com/radareorg/radare2 - 8a3349400bdb0c48627f708191167da2ecdf1902 authored almost 16 years ago
* r_anal

- Added initial anal_x86_bea plugin (op analysis using bea engine)
'ao' command in radare2
...

github.com/radareorg/radare2 - ea44bb103a1bc411500630653ab40e2b6fc76847 authored almost 16 years ago
* Fix bug appeared in rss2html (condition+chklib fails in codegen)

* Fix stupid code indentation

github.com/radareorg/acr - 31f564feab099173ba12c13efbe50d422b2319d2 authored almost 16 years ago
* Added r_parse plugin for mandingo's mreplace

github.com/radareorg/radare2 - 1d5162d8e3c820782d6625b6e93fc20e59f19078 authored almost 16 years ago
* Initial import of acr 0.7 with /bin/install fix (0.7.1)

github.com/radareorg/acr - 0d6aa249f6a10896ae1880102e140e81e33972fb authored almost 16 years ago
* Added r_parse lib

* Added pseudo syntax poc to radare2 (asm.pseudo)

--HG--
rename : libr/parse/pseudo.c => libr/pa...

github.com/radareorg/radare2 - 801ed768fc81f28a33f3ab8d768a2b7c1a07a7c9 authored almost 16 years ago
* Fixed build O:)

* Removed warning from asm_x86_bea plugin

github.com/radareorg/radare2 - 1b71e0e52dc9eacf236f7943fda7ea83fd5ba148 authored almost 16 years ago
* Fixed r_reg build

* Fixed ptrace io plugin build (64bits)

github.com/radareorg/radare2 - 8e86cb69c9cdf6b8b16ff40483a9da83f28acfe1 authored almost 16 years ago
* r_asm

- Removed warnings
- Added error handling to rasm2
* r_lang
- Fixed "print help" bug

github.com/radareorg/radare2 - bda701d02f7f306eb4f271ffa496fc9dc83671b0 authored almost 16 years ago
* 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 ...

github.com/radareorg/radare2 - ab956379ea5ae1b4d7fd3a4e1ba492061e17295d authored almost 16 years ago
* Fixed rasm2 init O:-)

github.com/radareorg/radare2 - 10bac235740ac8a2d179471a90eeb1fc4f17db5a authored almost 16 years ago
* r_asm

- Fixed asm_bea
- More refactoring on rasm2

github.com/radareorg/radare2 - d8f56c56e91439872b33871ef79d5f3f04026578 authored almost 16 years ago
* r_asm

- Initial import of bea engine
- asm_x86 splited in asm_x86, asm_olly and asm_bea
- More re...

github.com/radareorg/radare2 - 2cc6fcd1e4b2ea9659492235d916dfb5821903ba authored almost 16 years ago
* rasm2 refactoring

* Fixed r_lib null handler issue
* Default blocksize of 64B

github.com/radareorg/radare2 - a2abae1c01592815291f9ad3193ea9f365161b4a authored almost 16 years ago
* rasm2

- Fixed
- All the language plugins are now supported

github.com/radareorg/radare2 - ca77c47350de32389ef1a3b910816c2a2393e3d9 authored almost 16 years ago
* Added doc/changes-from-1.x

* Added r_core_yank* methods and 'y' command
- Update help message
* radare2 is now handling -s...

github.com/radareorg/radare2 - 20e4696d50dfa8f7fa2f004c867cf1a49505591a authored almost 16 years ago
* r_asm

- Added arm plugin
- Added bf plugin
- Added csr plugin
- Added m68k plugin
- Added mip...

github.com/radareorg/radare2 - 777235bb87bfeefd1da2c0cb8441157e2c558f4a authored almost 16 years ago
* r_asm

- Used plugin infrastructure
- Huge refactoring
- Added x86 plugin

--HG--
rename : libr/as...

github.com/radareorg/radare2 - 23afb7eeb38d033ab018204acb0e9de7732499e8 authored almost 16 years ago
* Initial working implementation of the debugger mode

- Some minor hacks everywhere to glue
- 'dr' command runs '|reg' io-ptrace command (reg dbg s...

github.com/radareorg/radare2 - b20295c4ea04db1a9ccc86d9ef729c5ebba934ad authored almost 16 years ago
* Merge train vs head

github.com/radareorg/radare2 - 6c6afc79067b757f585e2496b78701567c64a04f authored almost 16 years ago