pancake
a52506a362
Fix #16210 - Show error message and update help for we ##io ( #16427 )
...
* Fix wen command for io.va=true, add two tests
2020-04-08 14:22:01 +02:00
pancake
72d1021462
Fix #14371 - Make wfs paired with wts, rename wfs to wfx ##io ( #16470 )
2020-04-08 14:13:12 +02:00
Florian Märkl
0eb98d24be
Fix all Warnings for GCC 9 ( #16223 )
2020-03-17 13:31:28 +01:00
Florian Märkl
0b5e78e923
Make size arg of r_file_slurp() size_t ( #16221 )
2020-03-15 23:34:38 +01:00
pancake
b2e2209180
Fix #16142 - missleading wopD error message
2020-03-05 19:34:28 +01:00
pancake
d5fe33b92e
Fix wopD
2020-03-05 15:48:23 +01:00
radare
5e629a3260
Avoidify the strTrim() APIs + cleanup/refactor ##util ( #16056 )
2020-03-02 21:39:37 +01:00
Anton Kochkov
9ae41ae69f
Revert "Avoidify the RUtil.strTrim() APIs, rename trimHeadTail() and add asserts in RConfig ##refactor" ( #16055 )
...
This reverts commit 38b61c7bcf .
2020-02-26 09:59:04 +08:00
radare
38b61c7bcf
Avoidify the RUtil.strTrim() APIs, rename trimHeadTail() and add asserts in RConfig ##refactor
2020-02-25 17:53:09 +01:00
Francesco Soncina
04f065c68c
Add undocumented waF* command ( #15889 )
2020-01-24 17:59:22 -05:00
Francesco Soncina
c96af952f5
Add undocumented waF command to help ( #15887 )
...
it's implemented here: https://github.com/radareorg/radare2/blob/master/libr/core/cmd_write.c#L1578
2020-01-23 13:07:13 -05:00
Anton Kochkov
b4de5c5113
Some more coverity fixes ( #15802 )
2020-01-14 12:57:34 +01:00
Khairul Azhar Kasmiran
b25c8bb6c0
ww: Support esc seqs ( #15780 )
2020-01-09 15:07:33 +01:00
pancake
4a01fa47ea
Fix null deref when using waf on non-valid file
2019-11-23 20:46:11 +01:00
Riccardo Schirone
97cb39b22e
Remove core->oobi because not used ( #15413 )
2019-11-05 23:27:53 -06:00
radare
681fbb0431
Some small cleanup/deprecations on asm/anal ( #15248 )
2019-10-11 14:25:44 +02:00
GustavoLCR
1ff5f8e499
Fix waf command behaviour ( #15084 )
2019-09-21 14:30:51 +02:00
radare
69b6281a64
Fix #15002 - Propagate write error issues into RCore.patch ##io ( #15029 )
2019-09-13 18:28:26 +02:00
Yanick Fratantonio
e75b9f9041
Print error msg if write fails ( #14978 ) ##io
2019-09-09 20:21:28 +02:00
pancake
865fd0b902
Fix regression in wo2/4/8
2019-09-03 09:49:14 +02:00
pancake
11c5cfe5a6
Fix a couple of bugs in wo* and implment wo8 ##io
2019-09-02 21:12:57 +02:00
radare
a49bb7cf66
Change the signature of r_str_trim to avoid confusions ##refactor
2019-06-16 20:58:40 +02:00
pancake
24cebb4ed4
Fix assert in wai trying to write an empty buffer
2019-05-21 23:45:31 +02:00
pancake
65de322368
Fix wtff + argument 0 size issue
2019-05-05 11:47:32 +02:00
pancake
45276e8983
Fix wa* command
2019-04-30 21:19:04 +03:00
dodococo
5f66b718e1
Fixes #12100 : wtf! warns when file size is unknown ( #13925 )
2019-04-29 09:40:10 +03:00
radare
7a17abeb6b
New command: 'wai' write assembly inside the current instruction ##asm
2019-03-31 23:28:56 +02:00
Giovanni
8058018973
Fix #11133 - Remove buf_hex frield from RAsmOp ##refactor
2019-03-26 12:50:13 +01:00
a1ext
f9b4bb76d3
Fix wcr command ##core
2019-03-22 14:51:28 +01:00
radare
893e08a392
Initial implementation of the .offset RAsm directive ##asm
2019-03-18 10:45:22 +01:00
pancake
f33ebcbd89
Use r_return in RAsm APIs and fix some regressions ##asm
2019-02-04 00:25:27 +01:00
radare
ab3a7be704
Almost completely kill RIOSection from io and core (-218LOC) ##refactoring
...
* Use RBinSection, RDebugMap or RIOMap instead
* Remove omps command
* Fix segfault in ?E+
* Improve anal.eobjmp (bug spotted after almost killing iosections)
2019-01-13 03:07:51 +01:00
Maijin
bfa3462866
Revert "Fix aaa issue in NSO bins which use io.cache ( #12396 )"
...
This reverts commit bbebd7ed86 .
2019-01-03 13:19:33 +01:00
dav1901
3b03e923f5
Fix few clang-analyzer warnings ( #12415 )
2018-12-06 15:12:27 +01:00
radare
bbebd7ed86
Fix aaa issue in NSO bins which use io.cache ( #12396 )
2018-12-04 12:50:09 +01:00
radare
d05292e485
Fix 80 warnings coming from gcc8.2 ( #12280 )
2018-11-22 22:11:43 +01:00
pancake
6d7ed2605c
Fix crash in 'r2 -cww' byebye' --'
2018-11-21 16:28:28 +01:00
dav1901
c7fc809bd7
Minor dead code cleanups ( #12203 )
2018-11-19 13:00:53 +01:00
pancake
cb11c0a329
Add help for wtf?
2018-11-15 19:09:36 +01:00
pancake
6c7bfd846a
Add help in wtf!? and add bitcode magic signature ##magic
2018-11-10 02:44:24 +01:00
Fangrui Song
a8461613d1
Make wc- invalidate all (fully or partially) overlapping cache ( #11241 )
...
Fix the handling of [to] in wc- [from] [to]
2018-08-26 17:38:11 +02:00
radare
bc70bc25eb
Initialize RAsmOp and update acode->bin after hex ( #11178 )
2018-08-22 03:28:44 +02:00
Fangrui Song
95094a3c3e
cmd_write: add command names beside case labels ( #10941 )
2018-08-05 19:32:18 +02:00
pancake
7c5745b092
Kill the R_ITV defines (-8LOC)
2018-06-15 01:20:39 +02:00
pancake
452f1ae3db
Fix #10202 - w6d not working
2018-05-28 18:58:11 +02:00
pancake
31ad955bab
Use r_io_read_at instead of r_core_read_at which is now deprecated
2018-05-21 23:06:00 +02:00
pancake
a129fe433a
Implement wtff to dump with offset in name
2018-04-24 16:31:25 +02:00
Oscar Salvador
58369b86f5
Some fixups for #9682 ( #9688 )
2018-03-14 13:08:01 +01:00
fcasal
0cf304a4f7
Added wcj to wc? ( #9644 )
2018-03-10 14:46:47 +01:00
pancake
cac712d5e3
Add wfs and wff, and help for wf?
2018-03-07 10:55:45 +01:00