Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/rizinorg/rizin
UNIX-like reverse engineering framework and command-line toolset.
https://github.com/rizinorg/rizin
* Update r_asm vapi
438028a7ae8e57eb520bcb20956dcf3ebd69c25c authored almost 16 years ago* RELEASE=1
485e946b3cb18ffcd4c3e3e0ae7ae8fed7b2ec7e authored almost 16 years ago8af1004c04f022b52854fc3816b603e0b0f958c8 authored almost 16 years ago
1541a3d11d373c115b76e5fd9dad0c6bfa8ab6aa authored almost 16 years ago
* Added make shot target
9f78bed6233749f041c2fc9d292844111f08bf00 authored almost 16 years ago - Added r_bin_get_fields
- Added flag -H to rabin2 to list header fields
* Added set_subarch() method for r_asm plugins
- Not yet used by any plugin
- Remove some warnings from r_asm
- Redefine parameters in several functions
eaac73b3145ab466faf9a7b8a521c43d8ae94e23 authored almost 16 years ago
- Added pseudo-instruction .bits
- Added asm_x86_nasm as static plugin
* r_bin
- Added pe, ...
- Added pseudo-instruction .org
- .asciz renamed to .string
* r_core
- Fixed r_bin format d...
- Now instructions are splitted by '\n' '\r' and ';'
0d5f0531e503dfa06301c0d8de40e2693b5c627c authored almost 16 years ago - Minor fixups in r_bin_elf
* r_asm
- Added multiline support to massemble
- Fixed buf_hex ...
2495a3031737cd2b4f6cb1702ca20b0137150282 authored almost 16 years ago
ee7e8c10eec3f88ff85cd2a6b35ed8f4e1820b29 authored almost 16 years ago
a27d81e42b01b654cec7bac523f90320dd7bba1a authored almost 16 years ago
- replace mkdir with INSTALL_.. thanks!
463e32a0664dd534b856d71956ed4f4d3c934e32 authored almost 16 years ago- Thanks elektranox
4a337719475e402ea50d557b37dcc98105857967 authored almost 16 years ago52c4f25247340b7c003483c80dfc8ceb473ec9ff authored almost 16 years ago
- Fixes installation permissions
bc1f1e59207b0a33220f0f7846204cc5600f377f authored almost 16 years agofec51758cca7b08da3a9aebd3a64c3e5ad5ecf5b authored almost 16 years ago
76cf64671f050e5070a2eb19594fd6f88228539d authored almost 16 years ago
4238cb04c11f4b38596c21d04a15f17d081c4d33 authored almost 16 years ago
4e17e066874c669fd3e495885e02a0a6d22e3abb authored almost 16 years ago
io/p/ptrace and debug/p/dbg_ptrace plugins
* Added a global include/r_userconf.h generated by ....
- Added pseudo-instruction .arch
- Improve label parsing
- Dropped r_cmd dependency
* r_bin...
- '.' key makes
* Use workaround in r_flag_get_i() using the slow foreach loop
- we need to f...
* Added cfg.debug config variable
* Fix the basic stuff for r.dbg.reg api integrated with core
* ...
- Make radare2 core use the new register api
- Needs more work, but it is at least usable :)
* Fix some segfaults on the not-yet-used dbg.reg api
* Now uses .radare2rc
* Some R_APIzation in ...
- Fixed binary output of rasm2
- Added R_ASM_BUFSIZE
- vapi update
- Added assemble test ...
- Added full label support (fixed bug with postdefined labels)
- Removed some warnings in bea...
* Initial implementation of rahash2 with md4 and md5 :)
- No block bases hashing support yet. J...
* Fix help for ?$ -> ???
- New variables (sync with r1 are available)
- $$, $$$, $e, $j, $f, ...
- Added label support using r_flags
* r_util_str
- Added macro isseparator
- r_str_word_* f...
- r_debug_reg and r_debug_regset
- Handles dbg->newstate to force register sync
- Only dbg....
- Make r_bp_enable return bp_item
- dbh: breakpoint handler plugins can now be listed and sel...
* Added $s for filesize (like in r1)
* Added ? $? for help and ?$ alias
* Add r_bp as dependency ...
c19f08fdf04729467b7b86ac1cc66127a54e13b4 authored almost 16 years ago
- Added pseudoinstruction .asciz
- asm_x86_olly assembles the shorter opcode
* rasm2
- Mino...
- Fixed initialization
- Fixed assembly fallbacks
- Removed dupped memcpy's in disassembly ...
- Plugins needs to be synced
* Added x86nasm assembler backend to handle x86-64
- Not yet wor...
* Fix div0 bug in r_bp_getbytes()
* Show 'enabled' / 'disabled' attribute of breakpoints
* Implem...
- Integrated with r_debug module
- Hardware breakpoints will be handled by the debug backen...
* Make r_config_set_i restore old value if callback fails
edebf8187ee92762dd5ad1a7e599b3a60d46c7eb authored almost 16 years ago - Managing breakpoints for the core
- Initial work on the support for breakpoints
for the...
- Added pseudo-instruction support using r_cmd
- Added .byte
* r_util_str
- Added r_str_tri...
- Fixed error opening "sstripped" elfs
* r_asm
- Added r_asm_massemble
Assemble several i...
8744e9f86aa49fbdeca5841f86c13c613c80c41c authored almost 16 years ago
- Fixed "imports bug" in ELF64
(needs more love ;)
- More fixups in section_resize for ELF64
- r_cons_user_fgets() is a configurable function pointer
- Simplify build
* Initial import of...
* Implement write support to r_io plugin dbg_ptrace
* Fix libtcc lang plugin compilation problem
...
* R_APIze r_config
- Added r_config_swap
- Fix a bug in r_config_set for bool types
* Some mo...
fd06adb9225796308e0e7a7b1b2235b1c47320d4 authored almost 16 years ago
57c0c882055df6e140397c83bc46717ab5409c37 authored almost 16 years ago
* Fixed reflines libc issue
1b61512a72297afb79919d937f8fb224b81b372b authored almost 16 years ago* Added btree_optimize and btree_hittest() incomplete functions
- Just a PoC of the idea..with ...
- If '-l' value is greater than output length,
output is padded with nops
- Added -B and -l flags for binary input/output
- Added support for assembling several instru...
d1d122d5d9cefb6fa5d7134d88fa00e2706b8d84 authored almost 16 years ago
- ATM lives in r_util, but should be moved to btree.h at some point
Like the kernel's list....
* Add 'autogen.sh' to ease the use of 'acr'
- Added USERCC and USEROSTYPE configuration flags
...
- Dropped param addr in r_anal_reflines_str
Use r_anal_set_pc instead
- Fixed asm.refline...
dd01067f14f3d396763b1fc2533ab34a6036e855 authored almost 16 years ago
* Added function spacer
* Fixed fortunes bug
* Fixed history bug
* Fixed r_line_hist_add
* Fixed ...
* Initial work on integrating the anal_x86_bea plugin
* Adds the concept of 'opcode families'
* A...
* Fix use of uninitialized variable in r_macro
741674206f8d933b343ab120e07e79aad813e2bc authored almost 16 years ago* Added config vars for configuring it
bacc40a6cd2169bb95e6d8b6b3faf8f7404df6ae authored almost 16 years ago7a0860ec1eb337e3136f157cc0219ba553938fb0 authored almost 16 years ago
- Directly ported from radare1 code
- Fixes a bug in r_cons
- Define 'noname' flagspace by ...
* Fix some valgrind warnings
- The debugger+visual is now working more stable
* Comment 'strip ...
a09f365de5a5819bd7990ed691c0db89e1475519 authored almost 16 years ago
* More stuff in doc/release
* Added 'dk' for sending signals to processes in the debugger
- A b...
* Fixed r_bininfo build
6791ef0f6b1384fd2759a86369d46a72a24f857d authored almost 16 years ago - Properly load all LIBR_PLUGINS from rabin2 too
- Maybe we will have to add a common stub fo...
- zzZZzZ sleepy bug!
71cfa4d5c3bb6bc4765bb0c4682e1c6ca2d5cc04 authored almost 16 years ago - Remove config.mk includes from config-user.mk
- Fix sys.c missing include
* Added R_LIB_TYP...
- Oops O:)
* Some fixups at ACR level for allowing --without-vala flag properly
* Added empty r...
functionalities to radare2 command
* Set 'asm_x86' disassembler after loading the plugins
* Rem...
- Make proper use of the config-user.mk
- Accelerate build by manually checking timestamps of...
- Added reflines support
- Fixed anal_x86 code
- Refactoring (removed r_asm dependency)
* Fixed build
c4421c3c7f503fad9b6b38c66e957768be8b376b authored almost 16 years agoae84fb0695c645443058171439daec6df61a9cb3 authored almost 16 years ago
* Added corresponding test case
1048ed5ab09662743c69780f1c9aa4171cc195de authored almost 16 years ago* Make p/elf.mk STATIC_BIN_PLUGIN
* Add dummy 'undowrite' command
* Some random unuseful work on ...
- Check for libewf and valac
* include config-user.mk from config.mk overriding config.mk options
abec5b54579dcc631fb5363acc19e51efc75ec61 authored almost 16 years ago
* Add STATIC_DEBUG and RUNTIME_DEBUG config.mk variables
- Mirrored in C as R_DEBUG and R_RTDEB...
935d9c1517aa20f614d45c521eeb1adeeac68db5 authored almost 16 years ago
* Up config.mk version to 0.2b
* Cleanup TODO
* Initial implementation of r_cache (optimization f...
* Implement lua lang plugin
* Rename 'CD' command to 'CL' (code lines takes more sense)
* Fix popen() fread-related bug in addr2line plugin for bininfo
* Add 'fo' command.
- Installs ...
- Add dummy ACR configure script
a8f2ae2d07f5fd5d27b09a57299f0619c6145149 authored almost 16 years ago - Added "check" function to plugins
(used by _open for auto setting)
- Removed hardcoded ...
- Removed _set and _autoset functions
- _open (auto)sets the plugin now
- Refactoring
- Minor refactoring
b89e2d47c89c1cad78a24e7b723c35526939798d authored almost 16 years ago - Fix issues in r_bininfo (now the test program works)
- Properly add the static r_bininfo pl...
- Extend API to get file and line numbers from a virtual address
- Added addr2line-like test ...
* Fix 'dp' command
* Use execvp to run the program
- Some changes in the parser for argv and so
* The grepping algorithm in r_cons has been rewritten from scratch
- Grepped at memcat() which ...