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
- Handled by 'S' command
* Added dummy 'z' command to handle zignaturez
- Added more dummy 'a...
ee6304ea6229254fd83f821a048ad3d909c5edb7 authored almost 15 years ago
d8cb940a9d626d5f4af38e4c71d8ed4338c0b8e7 authored almost 15 years ago
acba7af2b15a893fe1bae4506c154c8ae9b2093c authored almost 15 years ago
* Clean and refactor of the TODO
68cb13b0a62a1de8b8258c6710ffd48bc6ada81f authored almost 15 years ago508e4f596abadfc536254422e8207b947cb59322 authored almost 15 years ago
* Fix io.ffio warnings
* Fix '.' key in visual mode (sr pc)
* Various 64bit related fixes
* Vario...
- simplified and cleaned one
- sync codes using it
* Fix -soname of osx linker (-install_name)
* Added OSX build instructions in doc/osx
* Fix import/export of flags by project file
- Unset flagspace restriction
- Do not use '@' ....
- add header comment before every data
* Added r_str_write and r_str_writef to simplify code
* ...
- ~/.radare2/rdb
- Added r_sys_mkdir()
* Remove the command length limitation in r_core_cmd_file
- Added doc/iocache with a usage session of 'wc' command
- Needs io.cache=true
- This is th...
- e io.cache=true
- Fixes support for overlapped changes
- Implement cache_list
- We can ...
- Moved into radare2-extras
0eaded05ca87e098a9dfaa4606b23f412c4ade36 authored almost 15 years ago - Fix some issues for 64bit instructions in z0mbie dislen
* Fix EOF, ^D and terminal resize
-...
df29d65af67f7247f08d1cc48c7e99ecdaf80e20 authored almost 15 years ago
* Implement 'c' command like in r1 (two missing cD && cc)
* Add missing signature in r_core.h
* r...
* Use posix shell for libr/rpathstrip.sh
cc732d3ee72cc38f45b49ec8fde5e145df822b60 authored almost 15 years ago873902785ae3ace5f237fbe8029dfc4c970112fa authored almost 15 years ago
8f75e7ddc381c2bdeff8b3283c7d828bdba69d4d authored almost 15 years ago
* Disable asm.x86.nasm assembly on non-intel syntax
* rpathstrip after install (should fix debian...
- Fix double .exe
1881f9803a8524928d75ff271af6a6aa589b7405 authored almost 15 years ago- Fix command 'ag'
95ca8e110da22dba427b9733f8bb487ccb719d1c authored almost 15 years ago728bd1f817e53089ded28042fb1c282159ff3a22 authored almost 15 years ago
- Still not working..but just a PoC
31e3aa76c05a8141fec536c7b015909036b2a843 authored almost 15 years ago* Use r_str_home instead of handcrafted sprintf
* Fix infinite loop when stdin eof occurs
* Fix valadoc visualization and update radare.org/vdoc
* Added 'agc' command to draw graphviz gra...
- Enables the support to bypass anti-disassebly tricks
* Fix write support for non-plugin IO ba...
de6e7e5900dd68c0c7b167b004f943d2f50bf677 authored almost 15 years ago
bf1ab7da0c54bc2136c81d38e723ab02c4ad61b1 authored almost 15 years ago
- Cleaned up version from r1 code
- Build asm.csr and anal.csr by default
* Added 'dsu' comma...
- Remove r_macro dep from core/Makefile
297dcb4c902327f7b5c47e23d5ffb428399f341c authored almost 15 years agod37f1ca716b5784cce4b1c3de356bc4f7dda3833 authored almost 15 years ago
df128e027fd630b96d072761addeeba92c244fba authored almost 15 years ago
68553bf99845db1be40400a5d1b3e590d8b4f799 authored almost 15 years ago
* Set va = 0 in debug mode
633387c2a472c21fa11654dd6c37954e61bfde45 authored almost 15 years agoa5072a8f06c6f15a61e1ef83a81b1fcc9ad8261a authored almost 15 years ago
- Implements missing r_io_handle_generate
ac66e096a61696ff7edd19055ac629561c135c35 authored almost 15 years agod9d4249eb2f0baac49e0f6d0806a265f23a1b3ce authored almost 15 years ago
d48e80fac94c77e50c560a6ede05cbb192664c02 authored almost 15 years ago
- Update r_bin.vapi
- Minor fixup in r_core.vapi & r_io.vapi
1521ccf62198c6242d6ccc5e853e7273b09facaf authored almost 15 years ago
- Uses reflines code analysis to get some hints
* Rename RAnalysis into RAnal
- Rename asm.symsreplace to asm.filter
* r_core
- Add command 'aga' to output address-graphs
...
asm.nbytes options
* Sort config keys
* Command '.' is used to repeat last command
* Forbidden 'dcu 0'
* Add asm.nbytes to limit number of bytes to be displayed
0266e3338e5940f300ecb61e4e8c960bfa07c0e8 authored almost 15 years ago - Add flag '-m [addr]' to show source line at addr
* r_core
- Add env 'asm.symreplace' to rep...
for udis86 disassembly for intel and at&t syntaxes
* Show olly disasm widespaced
- Display source lines at right of opcodes
* Rename asm.reflines* into asm.lines*
- asm.lines...
- Works, but has not yet been tested with real code
- Code analysis not yet implemented
- C...
- Fix bug with big endian
* r_num
- Update r_mem_copyendian call
* Merge r_macro inside r_cmd
- Rename RCommand to RCmd
* Propagate LIL_ENDIAN in userconf.h.acr...
- Add support for reading/removing rpath to r_bin_elf
- Add r_bin_wr_rpath_del
- Un-R_API r...
385abb8a6842961e33e9205292fd8e6cba1332c9 authored almost 15 years ago
- Fix aop->addr asignment in plugins
* r_core
- Add commands 'agl' and 'agfl' that output gra...
7bc94f34c445a410ddc00184a85bfd7b7f68cd64 authored almost 15 years ago
- Fix warnings in manpages
- Fix install path of perl5 and python2.5 and 2.6 bindings
- Fix...
* Use RMemoryPool and RList in RSearch
- Store hits in RList if no callback defined
* Fix const...
- Fix vapi installation path
8fcf6de02f805050f72e6266290e56f5c7eaca92 authored almost 15 years ago* Remove DESTDIR in swig/config.mk.acr
9e8f0be91b611df7932bbc90d22d52d790ca1c90 authored almost 15 years ago719379ac8f50fcdbb41e823addab6ac179a71ef7 authored almost 15 years ago
dc4f0267df7153147dcb431d7cd3c108fafc2543 authored almost 15 years ago
d323a1bf7ec1137802c07ea4b02fb9c714c81cbd authored almost 15 years ago
d11fbb69ec0c12b864e305a4b2633f20903cdfbf authored almost 15 years ago
- Two splitted distribution files:
- radare2 and radare2-swig
- Making it more debian f...
* Add LGPL license message in root directory
* Fix linkage of debug/p/gdb
3159638cf0fbf640c4435210b46e9335ef81b1a4 authored almost 15 years ago
3d01fa8225e84e5882a93d7aaa43bbd4d2124f43 authored almost 15 years ago
- Fix bug resolving imports addresses
8dbe94a86d726f31878e6904981baa53dc790424 authored almost 15 years ago- More fixes and refactoring in r_asm_massemble loop
9379bdbb29b95b0dc4582f31a98e6f4406ea8dcc authored almost 15 years ago - Thanks sre
- 'make swig-install' is the way to go :)
1ca2b661dfc51ed3e971325581e2db030d8b282f authored almost 15 years ago
- Add helpers for info->dbg_info
* vapis
- Add r_hex_* stuff to r_util.vapi under RHex
- Up...
- Fix bug with forward-declared labels
400cc2f2d34b7c7df5dbd6a2561edf53102b28f4 authored almost 15 years ago- Fix offset bug in r_asm_massemble
fe059d3ee23c46cb66caec4272a5876ea48546d4 authored almost 15 years ago - Fix ruby installation path
- Include global.mk and user-config.mk in Makefile
0b8683bb184f7fa4ce3ceb230b65e4684f0a1107 authored almost 15 years ago
- Fix python installation
9a5811239752d4def8c6685e4df1a7a712952485 authored almost 15 years ago* Oops. add missing trace.c
* Remove trash from old trace
* Merge r_trace into r_debug (RDebugTrace)
- Implement 'dt' command to manage debugging traces
...
- Avoid duplicated functions
d69f391175bc7b437fdce1afe47a8434c8f0852a authored almost 15 years ago9af6794cecd7865a92669b5a0a7c3340aeb953af authored almost 15 years ago
- Remove af+ commands from 'rabin2 -r' output
- Use 'af @@ fcn.' from r2 instead
- Fix local var / arg analysis
- Add some opcodes to p/anal_x86.c
* r_util
- Add macro r_nu...
- List vars in 'afl' output
* r_anal
- Add r_anal_var_type_to_str
- Use hex delta in var names
- Remove r_var from libr.pc.acr
* r_anal
- Rename the var typename to name in order to avoid ...
- Split anal.c in several files
(bb.c, aop.c, var.c...)
- More work on r_anal_var API
- Initial working implementation of r_anal_var
- Avoid duplic...
5b61f167c20af2467abcc57cca4e3a7b27fb5f13 authored almost 15 years ago
- Remove remaining r_var.pc.acr
- Remove references to r_var from configure.acr
* r_anal
- ...
- Initial work in var analysis
- Move r_var into r_anal
* r_var
- Removed
--HG--
rename : ...
- Fix r_buf_write_at
* r_bin
- Some fixups in section resize (now is fully working)
- Minor...
- More work on r_bin write
- Add elf & elf64 section resize
Needs refactoring and split i...
- Fixes some warnings
* Select thread that returns the wait()
- Useful for multi-threaded or ...
- Stop all threads by default when a breakpoint is handled
7572171516afadc3b7953453401a7a6188c30093 authored almost 15 years ago - Implement 'dt' command
- Allows to list threads of specified pid or current one
- Only ...
4726b8f3d885f858426bcf6f773d263505e41906 authored almost 15 years ago