pancake
7a120e6f17
Make rasm2 flags more coherent (-s,-S,-o,-O) ##tools
2024-09-05 16:21:11 +02:00
pancake
f433dec74d
Fix .ascii and .asciiz directives for rasm2 ##tools
2024-09-05 13:09:09 +02:00
pancake
3683eecbfc
Merge all R*2_NOPLUGINS as R2_NOPLUGINS ##shell
...
* This way r2 -NN will tell the childs to not load any plugin
* Update help messages and man pages
2023-05-28 09:39:37 +02:00
pancake
635c434337
Add rasm2 -N to mimmic the r2 -N flag ##shell
2023-03-27 15:21:13 +02:00
pancake
21ae2442cf
Implement rasm2 -LLL to list arch plugins ##tools
2022-11-03 08:18:23 +01:00
pancake
860b17ac1b
Add rasm2 -LL to list anal plugins loaded ##tools
2021-07-25 22:45:41 +02:00
pancake
14e5afe6cf
Add initial rvc2 command ##shell ( #18716 )
2021-05-20 03:34:23 +02:00
pancake
8413fd630a
Improve .fill and rasm2 -hh with documented directives ##asm
2021-02-04 01:03:58 +01:00
radare
893e08a392
Initial implementation of the .offset RAsm directive ##asm
2019-03-18 10:45:22 +01:00
pancake
a3bb6132ba
Implement rasm2 -x to output in hex dwords ##asm
...
$ rasm2 -x 'nop;nop;mov eax, 33;push ebx;int 0x80;nop;mov rbx,48484;nop'
0x21b89090 0x53000000 0x489080cd 0xbd64c3c7 0x00900000
As suggested in https://twitter.com/travisgoodspeed/status/1101966927688318978
2019-03-03 02:51:55 +01:00
pancake
3e98d0f778
Fix #11237 - Handle -@ in rasm2 as an alias for -o
2018-10-31 11:45:50 +01:00
pancake
4d92be77c7
Implement rasm2 -r
2017-05-05 11:13:42 +02:00
Sven Steinbauer
4687135c5b
Add asm directives help (-hh) and update manpage
2017-01-16 12:03:06 +01:00
pancake
c967514443
Add support for quiet and json listing of rasm2 -L and e asm.arch=?
2016-05-19 00:38:33 +02:00
pancake
4a0247b594
Implement rasm2 -A to replace ranal2
2016-03-04 02:15:36 +01:00
pancake
24582a7c37
Add directives in rasm2 manpage
2016-02-16 04:52:12 +01:00
pancake
5355af818a
Add rasm2 -E to show ESIL from bytes
2015-12-31 14:42:05 +01:00
pancake
8475e9346a
More fixups for the manpages
2014-09-30 11:37:26 +02:00
pancake
763f994ec7
Fix manpages for Void/Net/OpenBSD
2014-09-30 11:01:45 +02:00
pancake
579856e7b9
Implement 'wu' and add support for nocolor in 'cu'
2014-01-26 04:33:21 +01:00
David Martínez Moreno
cedef51ce4
Fix a round of typos and incorrect man macros.
...
The macro Em. was present in all the manpages and it's incorrect, plus
there's some typos here and there, some of them spotted by lintian.
2013-12-31 23:52:46 -08:00
pancake
61d3addfea
Use latest ACR for triplet fixes and update manpage dates
2013-11-11 12:00:39 +01:00
pancake
502add8914
Fix #240 - rasm2 have -l but not -S to skip bytes from the beginning of the file
2013-10-15 01:54:37 +02:00
pancake
a9b438afae
Fix build order issue, r2agent -s (sandbox mode), update rasm2.1 manpage
2013-06-25 17:35:36 +02:00
pancake
5e47ba3a7e
Fixes in manpages
2013-04-16 19:54:26 +02:00
pancake
750c4f19a9
Fix manpages for BSD troff
2013-04-12 01:14:33 +02:00
pancake
735a4f7a4a
Fix -h and manpages. Kill rsc2 and rasc2 from binr/
2013-04-02 12:11:20 +02:00
pancake
7fbe9071ce
Add rasm2 -w to describe opcodes, fix massemble
...
Add rasm2 -w to get opcode description
Fix multiopcode/multiline comments parsing
Avoid multiple load when there are no sub-bins
Fix r_str_replace_char
2013-02-24 21:12:30 +01:00
pancake
53b7f83749
Fix rafind2 help, honor rasm2 -l and fix objc demangle
...
Fix overflow in objc method name demangling
2013-02-15 13:24:09 +01:00
pancake
7f5a84b57a
Add new code analysis vars and update manpages
...
rasm2 defaults -o to 0 instead of 0x8048000
fixes in rarun2 to make it more userfriendly
update some manpages with examples
enhace output of 'afi' command
fix 'pi' bug setting blocksize
fix 'pdi' bug ignoring user defined len
add $C $J $X and $F $I code analysis variables
run r2irc.js in sandbox mode
2012-10-22 02:28:42 +02:00
earada
edaa98e192
* Use r_num_math in malloc io plugin
...
- Fix free when malloc fails
* Fix rasm manpage typo
2011-12-08 00:23:16 +01:00
pancake
49b45b64ac
* Fix undo and redo commands
...
* Fix some manpages typos reported by lintian
* Asm testcase now forces x86 arch and 32 bits
2011-12-05 08:27:16 +01:00
earada
b1f1ee2e33
* Update manpages
2011-12-02 03:43:08 +01:00
pancake
94f905cfe0
* Do not build rasc2 anymore
...
* ragg2 now works better
- Show bitsize in ragg2 -L
- Added a sample plugin for x86-64 osx shellcode
- command can be configured, suid can be enabled
* Minor fix in r_buf api
--HG--
rename : man/rasc2.1 => binr/rasc2/rasc2.1
2011-11-13 04:47:56 +01:00
pancake
b42e287156
* Fix typos reported by lintian
...
* bfvm.c changed license from GPL to LGPL
2011-10-13 01:00:07 +02:00
pancake
e9d1dcb4ec
* Fix make w32dist
...
* Update manpages
* Added r2 -H for env and files help
* Add rarun2 -h
* Show assembler/disassembler features in rasm2 -L
* Add opcode 'mov dword [ebp-12],4' to x86.nz
- Make t/test.nz work with x86.olly (32bit only atm)
* Fix unknown os issue with tiny-pe files in r_bin
* Fix some plugin names build fails in mingw32
* MAGICPATH renamed to R_MAGIC_PATH
* Add another experimental way to generate gir files
- Added dummy test.js for nodejs
* Build python-dist in farm
--HG--
rename : man/rarc2-tool.1 => binr/old.rarc2/rarc2-tool.1
rename : man/rarc2.1 => binr/old.rarc2/rarc2.1
2011-10-12 03:24:19 +02:00
Nibble
d157655c2c
* Release 0.6 codename "the cake is a pie"
2010-10-29 13:58:19 +02:00
pancake
23e6bfb679
* Add manpages for rarc2 rarc2-tool ranal2
...
* Use the library symlinking layout as reported by Debian
2010-10-27 22:17:55 +02:00
pancake
affbba8aa2
* Rename r2rc to rarc2
...
- Moved into binr/rarc2
- Integrated with symstall
- rarc2-tool now support -xc and -cx combo
- Add rarc2.1 manpage
* Add some bugs to review in TODO
--HG--
rename : r2rc/Makefile => binr/rarc2/Makefile
rename : r2rc/README => binr/rarc2/README
rename : r2rc/TODO => binr/rarc2/TODO
rename : r2rc/emit_arm.c => binr/rarc2/emit_arm.c
rename : r2rc/emit_x64.c => binr/rarc2/emit_x64.c
rename : r2rc/emit_x86.c => binr/rarc2/emit_x86.c
rename : r2rc/i/libc.r => binr/rarc2/i/libc.r
rename : r2rc/i/socket.r => binr/rarc2/i/socket.r
rename : r2rc/out.c => binr/rarc2/out.c
rename : r2rc/r2rc-tool => binr/rarc2/rarc2-tool
rename : r2rc/r2rc.c => binr/rarc2/rarc2.c
rename : r2rc/rcc.h => binr/rarc2/rarc2.h
rename : r2rc/t/Makefile => binr/rarc2/t/Makefile
rename : r2rc/t/argv.r => binr/rarc2/t/argv.r
rename : r2rc/t/bytedump.r => binr/rarc2/t/bytedump.r
rename : r2rc/t/data.r => binr/rarc2/t/data.r
rename : r2rc/t/dump.r => binr/rarc2/t/dump.r
rename : r2rc/t/hello.r => binr/rarc2/t/hello.r
rename : r2rc/t/if.r => binr/rarc2/t/if.r
rename : r2rc/t/inline.r => binr/rarc2/t/inline.r
rename : r2rc/t/input.r => binr/rarc2/t/input.r
rename : r2rc/t/loop.r => binr/rarc2/t/loop.r
rename : r2rc/t/ptr.r => binr/rarc2/t/ptr.r
rename : r2rc/t/rawsys.r => binr/rarc2/t/rawsys.r
rename : r2rc/t/rawsys64.r => binr/rarc2/t/rawsys64.r
rename : r2rc/t/regs.r => binr/rarc2/t/regs.r
rename : r2rc/t/ret.r => binr/rarc2/t/ret.r
rename : r2rc/t/room.r => binr/rarc2/t/room.r
rename : r2rc/t/segfault.r => binr/rarc2/t/segfault.r
rename : r2rc/t/shell.r => binr/rarc2/t/shell.r
rename : r2rc/t/sub.r => binr/rarc2/t/sub.r
rename : r2rc/t/syscall.r => binr/rarc2/t/syscall.r
rename : r2rc/test.r => binr/rarc2/test.r
2010-06-28 20:30:20 +02:00
pancake
276f186e7e
* Add rafind2.1 manpage
...
* Many cleanups in the TODO files
2010-06-18 17:52:30 +02:00
pancake
99533607a0
* Apply some fixes of packaging bugs notified by debian
...
- Fix warnings in manpages
- Fix install path of perl5 and python2.5 and 2.6 bindings
- Fix make uninstall in r2-swig
- Add -soname to libr2.so
- Do not build/install swig from r2
2010-03-15 17:15:48 +01:00
pancake
3da650d4b1
* Write and install manpages
...
* Merge r_trace into r_debug (RDebugTrace)
- Implement 'dt' command to manage debugging traces
- TODO: Track register values and memory changes
- Added dbg.trace and dbg.trace.tag
* Added r_sys_now() to retrieve ut64 value of current time
- Must check endianness issues
* Initial work trying to implement RPATH support to ELF
* Less flat command tree
- 'dt' is now 'dbt'
- 'dk' is now 'dpk'
* Some more random syntax cleanup fixes
* Say 'yes/no' instead of 'ok/fail' in check-langs script
2010-03-12 18:46:11 +01:00
pancake
14ef1cf602
* Initial work on the register API for r_debug
...
- r_debug_reg and r_debug_regset
- Handles dbg->newstate to force register sync
- Only dbg.reg.read() for x86-32 and 64
* Added dummy copy of manpages (from old radare1)
2009-04-15 11:09:36 +00:00