Commit Graph

19761 Commits

Author SHA1 Message Date
Khairul Kasmiran
842eff7f82 Minor whitespace editing 2018-10-27 06:49:08 +08:00
Khairul Kasmiran
e850c723c2 Use more descriptive var name 2018-10-27 06:47:00 +08:00
Vanellope
b0d27320ab Fix the resizing algorithm of panels ##visual 2018-10-27 00:30:47 +02:00
radare
4f30ffc7d3
Add asm.section.perm and asm.section.name (#11952) 2018-10-26 23:26:32 +02:00
radare
95cd299e8b
Initial import of the REvent API ##refactor 2018-10-26 23:23:51 +02:00
Maijin
2519780a6a Remove SR commands ##refactoring 2018-10-26 22:32:30 +02:00
Khairul Azhar Kasmiran
bc22d01fb5 Fix #11919 - r_sleb128() checks for end (#11955) 2018-10-26 22:30:18 +02:00
Riccardo Schirone
c09ba158fe
sync sdb and adapt r2 codebase (#11953)
add improvements of SdbHt from sdb
2018-10-26 15:54:32 +02:00
Adrian Studer
1064853c33 Stop pdR when encountering a ret (#11930) 2018-10-26 14:43:32 +02:00
pancake
2dac50b15f Temporally disable the hud cache until the scroll is fixed 2018-10-26 14:03:41 +02:00
David CARLIER
4597224d7d Fix r2agent segfault. (#11950)
Since it s based on reference counting, it is safe to make sure the context is initialised.
2018-10-26 13:21:12 +02:00
pancake
11c02de20c Fix #11936 - Optimize RCons.hud with cache ##refactor 2018-10-26 00:58:47 +02:00
pancake
778ba010ce Fix build and start refactor of r_cons_hud() ##refactor 2018-10-26 00:24:56 +02:00
Vanellope
6479311b08 Fix help in panels ##visual (#11943) 2018-10-25 23:43:21 +02:00
Sajjad Pourali
503844ac77 Fix MacOS Mojave User Debugging Problem ##build 2018-10-25 23:42:47 +02:00
Maijin
337dd0d909
Remove Sf command ##refactoring 2018-10-25 21:20:16 +02:00
Vanellope
bbd07a2f7f Fix : command ##visual (#11940) 2018-10-25 19:40:56 +02:00
Khairul Azhar Kasmiran
351c762c54 Fix #11922 - Allocate space for sentinel too ##bin 2018-10-25 18:28:48 +02:00
radare
55fa2c91e7
Fix a crash in the OMF RBin parser ##bin (#11938) 2018-10-25 16:08:51 +02:00
radare
2420cb53d2
Kill anal.bb.align variable ##refactor 2018-10-25 15:34:09 +02:00
Vanellope
3050203ac0 Change the default panels depending on the analysis ##visual 2018-10-25 12:52:41 +02:00
Maijin
357255edbc Fix #11879 - Move aae in aaa ##anal (#11933) 2018-10-25 12:51:59 +02:00
Vanellope
3e27396b92 Deleting a panel in zoom mode breaks the whole layout and now it does not. (#11931) 2018-10-25 10:00:02 +02:00
Maijin
d5aeac178a
Add golang symbols detection in aaa Fix #10959 2018-10-25 09:45:28 +02:00
David CARLIER
da5da7b72c Lookup for golang and asan traces once ##bin 2018-10-24 18:47:29 +02:00
davidpolverari
8a22c89461 Fix #11923: Early null check in cmd_info.c iz cmd (#11928) 2018-10-24 18:46:14 +02:00
David CARLIER
45618e6231 Fix hints memory leak when analysing functions ##leaks 2018-10-24 18:45:53 +02:00
Riccardo Schirone
6115f00455
remove r_bin_load_io2 and rename MODE defines ##refactor
PR #11888 

* bin: no need for 2 r_bin_load_io APIs
* bin: remove io-related unused functions
* r_bin.h: remove some old comments
* r_bin.h: group together related APIs
* extract print/set modes in r_types, to remove dups in r_bin and r_core
* clang-format-diff: fix ternary operator indent for pancake
2018-10-24 16:54:57 +02:00
radare
744d47b5d8
Fix crash in fuzzed sega master system rom ##bin (#11921)
* clusterfuzz-testcase-minimized-ia_fuzz-5712659681378304.dms
2018-10-24 16:20:46 +02:00
pancake
3a7a7ba789 Fix ELF crash in clusterfuzz-testcase-minimized-ia_fuzz-6065450650697728.dms 2018-10-24 13:26:21 +02:00
davidpolverari
6742bbd2c1 Fix #11915 - Early null check in RBinObject.get_baddr() 2018-10-24 13:07:03 +02:00
pancake
60fe2dde8d Use r_return_val_if_fail in cxx detection 2018-10-24 13:05:29 +02:00
pancake
737a35e81f Fix crash in the MZ parser found by googlefuzz ##bin
* Add r_print_hexdump_simple()
2018-10-24 13:05:29 +02:00
pancake
c3092614ba Parse the mach0's requirements codesign slot ##bin 2018-10-24 13:05:29 +02:00
pancake
4d4ce2f49c Code cleanup in the mach0 parser ##refactor 2018-10-24 13:05:29 +02:00
David CARLIER
ce50039ce3 Fix #11870 regression in rbin internal api change. 2018-10-24 00:11:40 +02:00
a1ext
b56af23ee7 Null terminate buffer to fix garbage in psi, psb and psz ##visual
* Avoid unnecessary memsets
2018-10-23 22:27:01 +02:00
pancake
1b7d5b5f7f Downgrade credentials when building with sudo ##build 2018-10-23 22:22:38 +02:00
Khairul Azhar Kasmiran
e94861a476 Fix entry0's hvaddr for ELF ##bin 2018-10-23 22:07:47 +02:00
Vanellope
ef03d1096f Properly support the Hud in panels ?? && _ ##visual 2018-10-23 21:50:57 +02:00
Vanellope
2c3ace4777 First step to support xrefs in visual panels ##panels 2018-10-23 21:40:31 +02:00
Vanellope
89dd8a57da Handle / key in visual panels to set scr.highlight ##visual 2018-10-23 21:39:19 +02:00
davidpolverari
b47666b409 Fix #11881 r_list_length assert for o->libs ##refactor 2018-10-23 21:38:17 +02:00
radare
e49bca77b9
Improve AAP for ARM32 (#11909) 2018-10-23 21:33:39 +02:00
davidpolverari
6941e5bd66 Handle ^C in RCons.less ##visual 2018-10-23 11:55:09 +02:00
Paul
567cdb1fcf initiatized -> initialized (#11905) 2018-10-22 23:35:55 +02:00
pancake
9f896002ba Fix macos-sign 2018-10-22 20:03:39 +02:00
pancake
f60ca729fb Just add -static in linux 2018-10-22 19:57:45 +02:00
David CARLIER
ec77b63c6f Fix FreeBSD build warning. (#11904) 2018-10-22 17:52:22 +02:00
minhnxd
f95120bb4e Check for NULL on obj member before calling r_list_length (#11894) 2018-10-22 17:26:59 +02:00