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
6303a8d10b02c380ad99c5837643fb563da02c25 authored almost 15 years ago
- Move ppc_disasm and x86_bea to radare2-extras
- Add gnu ppc disassembler plugin
* r_anal
...
- Add *_unref macros (vala bindings)
- Add function r_list_free and remove macro
* vapi
- U...
- Reduce loc
- Avoid double iterations
- Allow to add/remove objects easily from r_bin_write
7e80161b2c16a828cb4fe80fe5f27bffe3c1c583 authored almost 15 years ago
9410d21892d8f93a5e200747365013003ff99912 authored almost 15 years ago
- More work on write support
- Initial API design
- Fix typo in bin_write_elf.c filename
-...
77f9377d1da08dcebfef80eded95340cdad15a8e authored almost 15 years ago - Fix memory leak in r_list_free
- Update test in list.c
* r_bin
- Add dummy function for e...
c882e5e170ca8f0d0d3f3c048fce3a6eb31bc1c6 authored almost 15 years ago
* Lot of syntax cleanup (reduce locs, unify syntax)
a19c5c6197a2999f8e6351076aba1fe78929d827 authored almost 15 years ago - Fix r_list_foreach
* r_anal
- Move p/arm.h to arch/arm/arm.h
- Add arm.mk to p/Makefile
*...
1914c387298f1e50e38bf6fb9e7373be23f5dd60 authored almost 15 years ago
023bcce68991ff621335c9e9769c4ddc549fdcf9 authored almost 15 years ago
- Some random changes.. with no success
- Grepping console buffer is not working
* Cleanup th...
* Check return value of r_anal_set_bits in asm.bits callback
420acc3ff37b1b16dd1a91f5425ec035392816f3 authored almost 15 years ago - Set r_anal bits in asm.bits callback
* r_core_anal
- Improve xref resolution
* r_anal
- F...
* Fix "Invalid command" in foreach (@@)
* Fix set arch+bits
* Update r_bin test in python bindings
- Print unconditional jumps arrows in blue
* Reorganize bindings tests
--HG--
rename : swig/te...
e4edce88e123b36001189c69efc61f289ce4dbb4 authored almost 15 years ago
- Fix configure-plugins ([a-Z] -> [A-Z])
* Bindings
- Make perl r_bin test work
- In lua r_...
- Testers are welcome!
* Remove -O2 CFLAGS by default to speed up (oops :)
* Initial blind implementation of w32 debugger
- r_cons now handles ^C in w32 console
- not y...
f9675b000c8988b9b2d741b4b9efc38a887ca668 authored almost 15 years ago
f84a95fc928075bdfc48cd30ee85ea473b6095c7 authored almost 15 years ago
* Fix difference between EOL and EOF (-1, -2) in dietline
- Fixes prompt issues in r2 shell
* D...
- Update r_syscall and r_search vapis
46cffd7cdb35f1e301613ffc646f10a9855650ea authored almost 15 years ago- Use it in visual debug mode
c307258ebb5f25b15e9bd937b03fb08ae6a98541 authored almost 15 years ago87772770e2de2f79ee1473a43043c5ef051e3863 authored almost 15 years ago
- Integrated with core 'as' command. as? for help
- Display formatted parametters of syscalls...
- Add command "sb" seek aligned to bb start
- Nice 'abl' and 'ab*' output
- Fix 'af+' parsing
* Simplify debugger plugin arch/bits info
* Display 64bit registers with 'dr'
- Padding with 16...
- Flag imports and symbols as fcn. under the namespace 'functions'
* r_core_anal
- Flag analy...
* Fix RRange vapi definition
* Remove dctl command. (dct with no argument)
* Add watch.o in bp/Ma...
* Set symbols type as FUNC in pe and mach0
0a4c3b2427d564fceb76ae9f14b6289419421204 authored almost 15 years ago- now refs and xrefs are working
92eb296f9f2d2a9ac30522499887735cd93c4198 authored almost 15 years ago - Add r_anal_fcn
* r_core
- Implement 'af' subcommands
- 'af @ [addr]' needs more work
* Added r_file_basename helper
* Random syntax cleanups
6ac646e0aeafbd8f9607de32c8f8515758157729 authored almost 15 years ago
- Reorganize help of cmd 'a'
- Add commands:
ab+ [addr] [size] [jump] [fail] ; Add basic ...
b4e5318705816cf95bdf35bfccef30aff6ff4250 authored almost 15 years ago
- Added endianness in r_bp
- Add breakpoints for mips and ppc
- Needs to be used from r_cor...
- Simple test program for r_bp
* Fix debugger build on arm/mips/powerpc
05df350346af39d0b5ebaf3c5fcb96eb4b8cdb84 authored almost 15 years ago
* Add 'dcs' command to continue until syscall
- Need syscall analysis
* Some tips for future en...
- Avoid dupped graphviz code in partial graphs (ag [addr])
(multiple arrows between nodes)
f8055b5c6b6ffdcff24554f23f26f3eb30191bbf authored almost 15 years ago
- Rename ac into ab
- Add cmd ab- [addr] to remove bb data
- Add cmd ag [addr] to graph th...
- Avoid bb overlapping
- Code refactoring
* r_anal
- Add r_anal_split and r_anal_overlap
- Using r_list and so on
* Add 'pm' print command using print_format()
* Change color of nops a...
- Remove references to r_bininfo from r_core.pc.acr
- Remove r_bininfo.pc.acr
* r_core
- Se...
- Disassembly, flags, prompt are now colorized
- Depending on type of opcode
* Added 'sr' com...
* Added 'dsl' command to step until next meta information
line is reached.
* Display file:line ...
- Update build system
- Fix analysis of bb longer than blocksize
- Code cleanup
* build
-...
e8d3c0580baf2270173d0b58836674e8e5fbfeb4 authored almost 15 years ago
- Fixes parsing of input by dietline
db36a92781904f51b5bf9d2f6fd14063852df3fb authored almost 15 years ago - Dependency must be defined manually to use r_line
- At some point we can join r_line and r_...
- Handles WINCH signal in __UNIX__ to get size
- Some code cleanup
- Allows to define analysis depth. Default: 10
* Fix analysis algorithm
- Split is working ri...
- Fix r_list_unlink
- Add r_list_split and r_list_split_iter
* r_core_anal
- Split basicblo...
* Add r_core_anal_graph function
- Generates graphviz code from "ac" data
* Add command "ag" to...
- Basic Block analysis is working
a0c28f1394bdab7259e788c740f45e1a5199729b authored almost 15 years ago
--HG--
rename : swig/python/test-rcc.py => swig/python/test-r2rc.py
- Add CFLAGS+=-DCORELIB in libr/cmd/Makefile
- Add target all in r2rc/Makefile
* r_core
- A...
de65dc6205b332ce30e7010cbd429602c433e972 authored almost 15 years ago
- Previously named 'rcc'
- Qt bastards has forced us to rename it
- Not yet integrated with...
- Added dummy command **dummy** for testing purposes
- Initialize CMD dynamic plugins from r_...
9b39b01beefcb6c425edb9055118edc15c98bca7 authored almost 15 years ago
- Parse indirectsyms table
- Resolve import address
1db9134674ab3ff45ce8be68752d3ee3cf2734b7 authored almost 15 years ago
- Add r_bin_get_section_at
* rabin2
- Include section name in strings list
* Minor fixups in r_bin_pe
* Add flag -l to rabin2 for listing linked libraries
* Implement r_bin_mach0_get_info, supports:
- Class
- Wordsize
- Endianness
- Cputype
-...
- Use it from p/debug
- Now is possible to debug programs with arguments
- Added test progr...
* Update r_core using r_bin_meta_*
a536777d35dd1388af99d2c450efb639787ef511 authored almost 15 years ago - Implement get_entry
- Add function r_bin_mach0_addr_to_offset
- Fix returned offsets
904aeff062e6818dc492870b1fdbff657b5275eb authored almost 15 years ago
02121858a732e86e1e2d2f454da286c575a6d619 authored almost 15 years ago
1b5966bf82c6b7dfe617848dfe9cee90c626f511 authored almost 15 years ago
- Fixes in R_SYS_OS and ENDIAN (oops)
- Cleanup in debug
* Remove remaining r_bininfo stuff
54b0a48a5753d23911bb21841ec6037842c90704 authored almost 15 years ago* Remove r_bininfo
* Add test bin/t/test_meta.c
* Lock r_config instance
- Add cmd.* eval vars
* Refactoring in r_anal API for _aop() with addr and length
- Added ppc code analysis plugin
...
- Use 'asm.arch=ppc' in POWERPC by default
- Added r_io_mach for MACH microkernel debugging
...
- Adapt -Wl,-R -> -L in OSX
* Comment some useless mk includes
931fa4055fcdd68b6595a2f6f2a177f4bd481e0a authored almost 15 years ago
- Rebuild configure script in ACR 0.8.1
* Random minor changes
- env.sh now also uses DYLD_LIBRARY_PATH
- Fixes in ollyasm/dis to link with no global variab...
- Add field bits to RBinInfo
- Make r_bin_*_get_arch compatible with r_asm
* rabin2
- List ...
* Update vapi syntax
- static delegate -> delegate + [CCode (has_target="false")]
* Comment out...
- Now bindings are fully working
* Update r_bin vapi
* Fix r_bin example for python bindings
* Add asm.x86 to the list of static plugins
* Add r_bin to libr.deps
336d1ce98237e557eb7b0a1f7b742d8ac716d6cf authored almost 15 years ago
72de327a5bcad0b9b288c9ebe8604876ed113d43 authored almost 15 years ago
* Add field "file" into r_bin_getinfo
* Fix r_bin vapi
- Output offset (physical address) by default in radare mode
- Add flag -v for printing virtu...
* Fix disassembly of unknown opcodes
2f8f9efcee411f0b9d8b9f48a404e7a9feaad9a4 authored almost 15 years ago* Add S cmds to the output of rabin2 -rS
* Fix cmd 'S' (sections)
* Fix r_io_ptrace
* Add some mi...
- Fixes build in OpenSolaris
* Fix build of some io plugins
- r_util is now bindable from swig !!
- Added test cases for r_util
- r_flist has been mirr...