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
* support array types for function string serialization
* Fix undo seek when io->va is enabled
...
* Added r_anal_fcn_to_string() and get_var()
- vars now have array size and direction
* Some ra...
* Autocomplete flags for 'fr' command
bafedbd0211e2ebc09a6617d096ee89f85f9ed66 authored over 14 years agodb75fd66ce40df499dbd2e8c559f84d201b73e7a authored over 14 years ago
- Modify stackptr on 'ret imm'
- Improve analysis of 'push ref' instructions
* r_bin
- Prin...
to flag replacment and avoid 0x0 substitutions
* Implement 'fr' command
* Add autocompletion fo...
b2fbe15105892d5b0b23b23fe4b3d309a5082cf9 authored over 14 years ago
f32de77f4cf22e95ed1eacc644cf6860c6b4b295 authored over 14 years ago
* Implement r_log api
* Fix issues in swig bindings
* Simplify the output of the command 'S'
* Update TODO
* Fix r_bin.vapi
1fd4f51f664314b5258e20d0006daaf01f72b12f authored over 14 years ago* Do not allow to build if shared object extension is not defined
* Remove the use of R_META_FUNC...
* Some syntax fixes
* Some changes in the design of the vars in r_anal
* Remove 'CF' command and ...
ba77b12d1e4ade9ead8033100a48b9a7e83c4cae authored over 14 years ago
* Cx/CX is not working again, needs more love
* Implemented 'pdf' .. needs review
- Added Cd command to define data
a6840204b507e4e1f2c4a17fc8a874648ddcf3d0 authored over 14 years ago* Implemented search.align
- Affects RPrint->addrmod and RSearch->align
* Use r_search_reset() ...
- rm plugins.cfg && ./configure-plugins required
761925a27c34eda0724497f4df681adb764f040b authored over 14 years ago - vapi updated
* Generalize the use of PrintfCallback typedef
- used in r_bp and handled by r...
- Add -s flag to use att syntax instead of intel one
- Flag -A is the new -a (show selected a...
- this is a compiletime module dependency
- java needs to share constantpool between anal, as...
- All argc/argv responsability has been moved to the callback
- Makes the code simpler in r_l...
- Moved into binr/rarc2
- Integrated with symstall
- rarc2-tool now support -xc and -cx com...
- Fixes some segfaults and null string issues
- Simplify and clean code (still more work need...
* Fix read registers in w32 debugger
- seek do not seems to work
3fb6db9f119c227e7924e2e3e18917c932e3b047 authored over 14 years ago
a8253973090e4aabd5c6852ff0161ee9cbb05194 authored over 14 years ago
* Added C! command that calls r_meta_sync()
- put xref information inside function metaitem...
e5428d0edf38bd37d493264c9a91af43e2d2ff88 authored over 14 years ago
* Update compilation instructions for w32 in doc/windows
* Identify new osx binaries as mach0, no...
cb5f4f26da706be56168d0b6922f801f49783821 authored over 14 years ago
e101e5023d4c286d39cbc9a55babc2ea0b26707d authored over 14 years ago
d47e67cdd1547f6cc2b0b3046c64686169dd6731 authored over 14 years ago
* Implement 'gp' register index inside .got section for get_main on mips
* Use more switch() in c...
- Some more stuff must be deprecated in r_line
* Export FILE environment variable in r_core_fil...
- rmeta now uses m->printf from r_cons (grep-friendly)
989082a699d76c5265b0ca1f7682e3b3a42bc7ab authored over 14 years ago* Minor refactor in TODO file
* Display xref data (Cx/CX are broken atm)
* Added Vx command
* Com...
- columns and row grep is not working yet
- console is now a bit faster, needs more work
- ...
- History index inside reverse search is not yet working
6602442c30ebfd1dc3cccfed7329029f08b12fbe authored over 14 years ago* Initial implementation of /a command
- Search for code/data references using code analysis
* ...
* Fix ^D using threaded load
* Only load rabin info when no project file exists
* r_core_project_...
- Loads rabin2 information in a background thread
- Prompt is now much more responsive
- Fi...
- imported from r1
* Implement the syscall table for linux-mips
* Do not use tabs in the mips d...
33fdb146431d939913ae05a5d3e8bcfd15900f31 authored over 14 years ago
* Fix build on mipsel arch
5182d9a0fee31d359d9952e53e7812e1d81bb737 authored over 14 years ago* Check if file exists before launching rabin to avoid noisy messages
* Disable io.va when using ...
* r2 now support -s and -b with ut64/ut32 offsets
* Remove 'goto' statement
- accessible via asm.decode
* Add more 'Vd' keys (data, code, string, ..)
00214c95ef0fc9d9d82f5a8ca5a48912fd1171a6 authored over 14 years ago
* In 'pd' display strings as text, not opcodes
* Added 'Vdu' command to undefine metadata and fla...
- Fix string filtering
* Display string references for ARM (load indirections)
* Fix numeric in...
* Many cleanups in the TODO files
276f186e7ee544df13f69f6c7f4ed5522f061a9a authored over 14 years ago - Display 'traced' flag in 'abl' command
* Initial work on 'dd' command (filedescriptors)
- A...
e7802b68930e6b2c57736ff62e5b10e76ec16c51 authored over 14 years ago
- Code seems to work and basicblock conditionals can be evaluated
- Show 'match' result in 'a...
4812bb58778d1f238d2b7ad0db48bbdd60ce54a1 authored over 14 years ago
e5ad647df5089220e717d65fc74537cf9a8aac7b authored over 14 years ago
* Rename RLFList to ROFList (25.2% funnier than before)
5399367daa5930c36f46d457b29dc33681f96489 authored over 14 years ago - Rename characteristics into srwx
- Fix ref to binmain in the pe64 plugin
* r_bin_pe
- Ren...
* Initial support for visual cursor with invert cons in 'pd' bytes
- Some changes in '*' and '/...
- RAnalBlock must keep a list of the analyzed opcodes
- Those RAnalOp are not freed because t...
- Implemented in anal_reflines to skip call analysis for lines
* Set dbg.trace=true by default
...
* memref now specifies the size of pointer
- this is serialized as a cast (char) ..
- no sign...
c528edf318bed907e7a156e62c5fdd18befe1e94 authored over 14 years ago
- Only 'test' opcode for x86 is currently supported (just for testing)
- analysis backend gen...
- Implements a serialized RFList inside a RList container
- Allows faster scans on contents
*...
- Don't free appended aop's
- Set bbc->cond = NULL in printed bbs list
- symstall pkgconfig
- Fix symstallation of plugins
- 'make mrproper' now works like 'hg purge --all'
- More fixes on 'make clean'
- Remove som...
- Fix segfault (pancake)
* Build
- Remove rpath stuff
- Simplify Makefiles
- Add rafind2 ...
* Remove r_line dep from cons/t/Makefile
* Build r_cons before r_line in libr/Makefile
* Simplify build of r_diff (nibble)
* Add debugger breakpoint test script
- Some missing deps everywhere
* Initial work for RAnalCond
1c59267c88bc9c3fc8c10697860dbe595bc4a2ee authored over 14 years ago
* More random fixes in r_anal
aa762573b554d1b00ee0ddb3c895ac035bddb47f authored over 14 years ago8718f7aad962a1a316566feca44e87314b90c257 authored over 14 years ago
* Use r_list_free instead of r_list_destroy in r_anal
* Some minor fixups in r_anal
* Initial work on RAnalCond
d3c0819cc7eede28f30fa87143ec372056242f56 authored over 14 years ago - Support data and code reference specification
* Also handle 'jmp' as code references
0006bf056426ff92949d96bad7a3848591824889 authored over 14 years ago
79e78ea47d65078203f8b2e2443a6c0a1d2209ce authored over 14 years ago
* Catch error in core to avoid future issues
ca8a2a9280e982e110a6bbabbe38fc623e33bc01 authored over 14 years ago* Added 'ata' command to specify a list of valid traceable adddresses
* some initial work on r_db...
d27e461811a4162c2a649ff43f9a6a5afbf333fd authored over 14 years ago
* RRange ported to r_list (not yet tested)
* Fix r_cmd.vapi RCmdPlugin struct definition
* Added 'at' command (not yet implemented at all)
- Some refactoring in r_debug_trace code
- ...
- Added ->desc field in RCmdPlugin
8a408441992a27d787e55838752848a128e0c4c3 authored over 14 years ago - Minor fixup in r_anal_bb_free
- Init aop->mnemonic = NULL in r_anal_aop_new
fdb0cf42294946519055b359b8333964273da6a9 authored over 14 years ago
96c7eabd46e605f3bc3a7e690ed51aaf5a42c545 authored over 14 years ago
- Used only from ARM code analysis
* Implement ELF get_main for ARM ELF's
* Add config var anal.split
* Fix segfault in r_anal & r_big
* Fix r_anal split algorithm
* Minor...
f1b88d61b5854a98c3dc38669e9ccc888e7ee513 authored over 14 years ago
c63963c598d381b3063c32ef48f156cdb7bf07f0 authored over 14 years ago
* Add r_asm_mdisassemble_hexstr
* Update r_asm.vapi
- Add r_bin_get_main
- Implement get_main for elf32 & elf64
- Rename RBinEntry to RBinAddr
...
- New method to resolve the base address
- Fix bug in bins with bin->ehdr.e_phnum = 0
- Fix...
- update pkgconfigs
- dont run rpathdel on tests
- build r_crypto
* Bindings
- Fix vapis ...
64c329d297b9c4b750175579ffaac7951386cc93 authored over 14 years ago
- Little cleanup of the build system
eb05e6a6b2e1e085a51e8fe3ae2f79d1fea66fe3 authored over 14 years ago