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
c7b2579c8ba5f8e73d76153a2864ab510931e5a7 authored over 14 years ago
- Add r_asm.deps
- Add r_cmd.deps
- Add r_config & r_asm to r_core.deps
- fix r_asm.vapi
- Cleaner build/install
49f09cc4218503216530ca0a8088d1c77cac6c79 authored over 14 years ago - Fix bug in r_core_anal_graph_nodes (s/printf/r_cons_printf/)
- Use r_str_chop_ro to get 'cg...
* Treat r_cons and r_line as singleton in r_core_init
* Move gdiff to r_core
* Fix libgmp support...
- Fix segfault in r_core
* r_bin
- Minor fixup in r_bin_load
- Move plugin pointers to r_bin.h
cbdfc5ec7788abf76164a4a751800e77494822bb authored over 14 years ago
8ab4969851743d169d46ed7092cecefd46073cb3 authored over 14 years ago
* Rename */handler.c to */plugin.c
* Rename "handle" to "handler" in r_lib
--HG--
rename : libr/...
c077d0ca27a6e671ff570cb8896e6cbbd5e5969c authored over 14 years ago
- Fix a segfault in rafind2
* vapi's
- Fix build
5c35f6e3595aab4978a70f67b170562883d4eccd authored over 14 years ago
- Define RAsmHandler in r_asm vapi
* Random code cleanup
* Define RHex.str2bin in rutil vapi
- Fix segfault in r_diff_buffers_distance
- Fix segfault in t/test.c
- rename 'make ins' to 'make symstall'
- more build fixes
- all libs must be compiled befor...
- Comment out gdiff.c until the cross-dependecy problem with r_core
is solved
- Add flag '-v' (va) to radiff2
* r_core
- Launch 'radiff2 -g' with '-v' if 'io.va = 1'
* add RCore.io in vapi
* Add RIO.va in vapi
* Fix collision of VarType in RAnal
- Allow to add overlapped functions
* r_core
- Remove r_core_anal_fcn_add, it's the same that...
* Fix creation of home directories
eaf11fb341c4ab6917ee5880ec8777181be7c85b authored over 14 years agod49e366109c90711f7a9c93446bf4f0aaf07ea7d authored over 14 years ago
* Debugger print mode with seeking support
- Fix V? message
- Fix 'radiff2 -g'
* r_core
- Remove debug messages
- Implemented 'Ps, Po and Pi' commands
- Allow to open a project file without givin the path ...
- Add r_diff_gdiff (initial import of the graphdiffer)
Next step is remove the mnemonics array...
* Added 'S' key in visual mode (step over)
* Safer 'dcc' and 'dcr' commands using step over if ne...
- rename R_ANAL_BB_DIFF_* to R_ANAL_DIFF_*
- add field diff to RAnalFcn
- Allow r_anal_{bb,...
- Using continue-until-opcode-type call
- Implemented continue-until-syscall in the same way
...
4f66e6a98b7fb3c68434d73bd47e1937cd98a0b8 authored over 14 years ago
094f5156c82eea0170048450719e2d2c226d3e8d authored over 14 years ago
* Update configure
* r_big
- Prepare big.c to add gmp code
- Implement r_big_{new, free} with...
* Fix many segfaults in r_big
- Fix some sign bugs
- http://www.javamex.com/tutorials/collections/hashmaps4.shtml
644ce76b3949764c8f88f271823f6afb150b6cdb authored over 14 years ago- r_big api is now argument safe, you can do a.add(a,b);
087ce48d423cfaed2fdfdf741987e41f26935993 authored over 14 years ago* Handle cfg.bigendian in core->assembler
- fixes powerpc big endian disassembler
5c744013ad22a072858a61bdda3351793a70f8a1 authored over 14 years ago
- Split java_ops array into a separate object file
* Fix r_config.vapi and add RConfig instance...
- Fix section va bug
* r_anal
- Store mnemonic in RAnalOp
- Initial work on bindiff
- Fix bug in anal_x86_x86im detecting invalid opcodes
f03751f200035b64ee2b9564bb474c446c1dc270 authored over 14 years ago - Fix bb->type resolution
- Use bb->type as flag
* r_core
- Mofify ab+ to accept more than ...
11f5134c91cb6136ba929b773493bf9f15de1efe authored over 14 years ago
- Fill aop type
- Update r_anal_bb and r_anal_bb_add accordingly
* r_core
- Add field type ...
* Added r_list_length() method
* Add missing enums in RAnal
- Add r_cmd_free
* r_core
- Inc/Sub stackptr in the next opcode
* vapi
- Minor fixup in r_c...
* Fix bindings build
427ee36f6aa6be85d03a569b51606de4d7541f4f authored over 14 years ago* Rename refactorization in RAnal
- Fix compilation of vala test programs
- RAnalBB -> RAnalB...
- Fix lseek
* r_hash
- Remove debug printf from t/hello.c
- Remove all init functions (included in _new)
- Update vapi's (needs more work)
92dee96dad140cf3559fde6e28fc7dba7f2ce019 authored over 14 years ago
afdaba5fc3da6b083b259bd907609421179e97eb authored over 14 years ago
* More seek undo pushes in visual mode
* Added 'd' key in visual mode 'df' defines a function
* H...
- Add 'st64 stackptr' to RAnalAop
(avoids pb with 'push imm' where aop.value=imm and simpli...
* Fix fcn_bb_list() method declaration in r_anal.vapi
* Fix warnings and add assembler declaratio...
* Handle function boundaries in 'pd'
* Reset stack_ptr=0 when leaving a function body
* Fix 'asm....
- Add config var asm.stackptr
- Print the size of stack frame in disasm view
- Many fixes in r_core, r_lib, r_cmd and r_anal
- Needs patched vala head with #618933
ht...
- Add r_anal_strmask
- Add nopcode (opcode count) to RAnalAop
* r_util
- Fix constant types...
- simplify local var/args analysis
- Fix var sign in x86im plugin
- Add analysis support fo...
* Fix bug in r_hex_bin_truncate with negative values
* Add new limits into r_types_base.h
* Fix segfault in sys.c
* Add r_hex_bin_truncate() to r_util
x86im plugin
* Some fixups in anal_x86_x86im
c72c17ed45489e8ce378f94246d543cefd56d415 authored over 14 years ago
195c0417bb2f77ba38f6ec9af7f819f98183c06f authored over 14 years ago
* Add missing parenthesis in p command's help
* Some code enhacements for r_sys_cmd_str_full
* Initial working version of x86im plugin
- graphs can be generated using the plugin
- basic ...
* Add dummy ranal plugin for x86im
* Move dislen stuff to 'x86/dislen/'
* Add "import msdn" to TO...
08cfc25e855c2dcda96a0992be7ca182cee4c0fd authored almost 15 years ago
- Improve error handling for malformed elfs
- More aesthetic fixes
33c08eb7bb71563f2243feb199c06bcae3a8d872 authored almost 15 years ago
f74a844ed343e3893777f2c1bfce1fd0c275c99a authored almost 15 years ago
- Not yet linked with debugger backend
193bdb886d10759991fd6750f7bbbd9a15c7634f authored almost 15 years ago64acd4eeaefa0c17e76f8d03966cc05f7212289c authored almost 15 years ago
- Colorize bytes and offset when scr.color=true
- Still needs to be moved to r_print
- Need...
46ab7ab8b006b4cb3608014c2c85b407b580e50a authored almost 15 years ago
* Some random syntax cleanups
* Fixes some warnings in r_socket on w32
- Use the macro PFMT64{xod} in case
34435b12859499d3f3e5fbafba20ec5d9592aee1 authored almost 15 years ago - Do not used trashed bytes from r_file_slurp_range
* Implement r_sys_cmd_strf
- Simplify cod...
74034be5181707f5575b667ddbfc02a8f5a26870 authored almost 15 years ago
f194be07c942213b5d8200ec8589c405a582ae1e authored almost 15 years ago
- This bug was causing bin_load fail sometimes
on mingw32 and linux on elf32
* Check null p...
e5121e2ccc55bd4daaef0722a17b2b6da842cd36 authored almost 15 years ago
- Linking fixed for r_sign and
* Fix some reads out-of-bounds in r_bin_elf
- Use __strnlen in...
ed7fd90feec120e5e5e242460393282374569193 authored almost 15 years ago
- Needs acr-head (PKGCFG!)
51007d288034829e328a55b87a34cc972e815e8a authored almost 15 years agob95e8ae265b2a188a73eab7dd0398046bc4a67fc authored almost 15 years ago
* When cfg.debug=true use dbg.backend ("native")
and select core.file.fd.. this simplifies use
- http://radare.org/get/r2cdg.jpg
- http://radare.org/get/r2clg.jpg
* Added r_flags.vapi in r2-swig
- Add example usage
- Add missing r_core.deps
- There are...
- Setups RCore, int or string types
* Added r_core_cast() static method
- Helper for swig mag...
* Fix flagSort command (fS)
- sort by name is now done by strcmp
- str_hash and str_hash64 ar...
* Add help for 'fs' command
* Added 'fS' command to sort by offset (fSo) or name (fSn)
- Curren...
- wA command is used to Alter opcodes (move to r_anal?)
- allows to modify various opcode ins...
- Used to determine function preludes
- On x86: "zf prelude 5589e5"
- we can probably mer...
* Modify r_anal_reflines_str to return char*
9207ece83962a2156873c3f77abcbd3adbf7b53c authored almost 15 years ago > s 0&&./x 6c..62&&p8 3@@hit
> zb function 89e55383ec....38 # binary mask inline
- works li...
df10a0df958d335764c7f7a5a83f111f54a424ab authored almost 15 years ago
- Support raw search
- Allow to check for each analyzed function
.zc@@fcn
- Added 'zc' ...
bfba666c620cfaf67db63f577c910ee3f4873baf authored almost 15 years ago
83dffd48ec8ce371f45f7a35fd391770fd379a09 authored almost 15 years ago
* Fix seek to invalid offsets
* Improve r_anal graphs