pancake
5d874bc8d5
Remove io.zeromap
2015-09-16 23:35:11 +02:00
pancake
4e47d86de0
Honor wheelspeed, fix oob in vmenus and more boolification
2015-09-14 16:22:57 +02:00
pancake
49975ccf95
Fix #3286 - Use stdbool.h
2015-09-14 02:08:31 +02:00
Riccardo Schirone
2e048b3272
socket/run: implement fork option
2015-09-13 10:46:09 +02:00
Riccardo Schirone
ffdbf919b1
io/section: add r_io_section_vaddr_to_maddr_try API
...
* fix r_io_section_vaddr_to_maddr
* rename r_io_section_maddr_to_vaddr and vaddr_to_maddr
2015-09-10 01:59:40 +02:00
NighterMan
16548bddee
Do not allocate more than one RIODesc for io_gdb
...
This fixes an issue where we end up with multiple connections to the gdb stub
which only supports one connection, ending up with one connection for debug
which works and another connection for IO which doesnt.
2015-09-08 23:27:43 +02:00
Riccardo Schirone
9f3539023e
io/section: r_io_section_offset_to_vaddr get section with mget, not vget
...
* core/cmd_print: adapt to io/section change
* core/cmd_print: print newline in print string json command
2015-09-07 13:40:49 +02:00
jvoisin
f7e426d281
Minor fixes for the previous commit
2015-09-04 15:35:37 +02:00
jvoisin
fbe8b6d938
Once again, clang-analyzer strikes!
2015-09-04 15:12:42 +02:00
Álvaro Felipe Melchor
1d4ebdeb25
some refactoring & added threads field in RDebug
2015-09-01 18:45:08 +02:00
Riccardo Schirone
eeef82c2b8
bin: use R_BIN_SCN_MAP flag when a section should be mapped by IO
...
- io/section: filter sections by looking at R_IO_MAP flag
- util/str: consider (m)apped flag when printing/parsing srwx info
2015-08-26 14:12:46 +02:00
pancake
48542c4b0a
Linux: Close all filedescriptors except 0,1,2 on spawn
2015-08-26 03:18:50 +02:00
pancake
1efa0f2f7e
Add asm.slow
eval config var to speedup disasm
...
- Useful for slow io backends
2015-08-26 03:27:34 +02:00
pancake
53189dd87a
Implement dd for OSX/iOS and Fix dd- and gs on OSX
2015-08-26 03:07:20 +02:00
pancake
030cb34f6d
Add DebugPlugin->keepio to fix ffff regression in debugger
2015-08-24 16:44:09 +02:00
pancake
6aa8de37d6
Some code cleanup to enable emulator plugins read memory
2015-08-24 04:45:04 +02:00
pancake
ba49c8cefc
Fix the tfp0 workaround for OSX (thanks @gdbinit)
2015-08-21 15:15:42 +02:00
pancake
f6c03ae340
Fix iOS build and integrate http://newosxbook.com/articles/PST2.html
2015-08-21 14:52:33 +02:00
pancake
dadc293986
Fix character devices support on FreeBSD (f.ex: /dev/da0)
2015-08-19 20:56:41 +02:00
pancake
701dd4a80e
Add io.aslr and set it to false by default (used only for OSX atm)
2015-08-16 17:45:23 +02:00
yetmorecode
667cdecd37
Enhanced shell output for win32 native debugging
...
Fixed multiple whitespace issues
Removed unnecessary include for string.h
2015-08-11 09:17:23 +02:00
shuall
0807686d86
#3052 all printf member functions changed to cb_printf
2015-08-09 03:25:05 +02:00
pancake
83b9633ac2
Add iobind.section_vget
2015-07-28 03:29:16 +02:00
Álvaro Felipe Melchor
050c2fe9f8
Fix some COVS
2015-07-25 01:26:54 +02:00
pancake
0639261e26
Add more details for OSX code signing
2015-07-23 03:34:46 +02:00
pancake
fc0dc1ca1b
Fix af
in debugger mode
2015-07-21 13:38:34 +02:00
pancake
bdfbc4f076
Fix several COVs, and build issues related to appveyour
2015-07-13 11:21:21 +02:00
Jonathan Neuschäfer
ecf6792318
Fix #2927 and random code cleanups
...
- asm_dcpu16: remove an obsolete comment
It was obsoleted in 5285d1bdea8e.
- Indentation fixes
- fix a few typos
- remove "#define NEW_ESIL"
- move comment about r_bin_filter_name to the right place
- README.md: Add V810 to the list of supported architectures
- Also, de-duplicate LH5801
- Add attribution to randomart.c, fixes #2927
2015-07-12 19:20:36 +02:00
Jonathan Neuschäfer
523aa3af5c
add .version to all plugins
2015-07-12 19:05:33 +02:00
pancake
3eaef17d59
Fix COVs in r2web://
2015-07-09 23:30:39 +02:00
pancake
ef29dd5f11
Refix the io analysis issues
2015-07-09 22:48:33 +02:00
pancake
a53b68deac
Fix autocomment memref string regression
2015-07-09 21:46:18 +02:00
pancake
85752a5a44
Honor io.sectonly and fix mips tests mapping code without sections
2015-07-09 20:11:15 +02:00
pancake
8201fb3e3a
Increase maximum ioread buffer to filetype id issue
...
- This must be fixed later for even bigger files
2015-07-08 21:41:17 +02:00
pancake
cae1d3c8cc
Initial work to support ios-arm64 builds
2015-07-07 00:23:08 +02:00
pancake
c334632809
Add anal.noncode to avoid analyzing data by default
...
Fix double-free in core/anal.c
2015-07-05 01:44:45 +02:00
pancake
b5d40d11c0
Fix last coverities issues
2015-07-02 09:33:05 +02:00
Riccardo Schirone
d43080e679
io/p/io_debug,io/p/io_mach: use strtol instead of strcmp + atoi
2015-07-02 09:14:50 +02:00
pancake
3b5f5f3e5d
More fixes for tfp0 and iOS codesign
2015-07-02 02:06:25 +02:00
pancake
02ab1d68a1
Add support for iOS tfp0 debugging
2015-07-01 20:05:47 +02:00
Álvaro Felipe Melchor
ccef928dfe
Fix some COVs
2015-06-28 20:15:35 +02:00
pancake
e35274d31e
Remove ior2pipe debug printf
2015-06-24 13:11:10 +02:00
pancake
04a2718657
Add version field in plugins, and check it before loading
2015-06-21 10:09:12 +02:00
pancake
8f25a9b344
Fix iOS build, crashes in reflines, analysis issues on OSX debugger and more!
2015-06-21 00:50:53 +02:00
pancake
26b579a600
Fix mach io issue that was showing up in analysis
2015-06-20 23:37:25 +02:00
jvoisin
9a7bf7751b
Coverifix
2015-06-19 21:30:57 +02:00
pancake
c4d9f4ede9
Fix readblock issue in io_rap
2015-06-13 23:23:27 +02:00
pancake
f8b1f8e807
Fix iorap bug, disasm glitch, and comments are red now
2015-06-12 02:11:07 +02:00
pancake
57771a1ce4
Bump capstone, and fix a bug in io:rap
2015-06-11 13:59:20 +02:00
pancake
03aa69b261
Implement reverse rap for system()
2015-06-09 01:45:39 +02:00