Commit Graph

7168 Commits

Author SHA1 Message Date
Álvaro Felipe Melchor
909b8e5414 Fix #2909 2015-07-13 23:26:28 +02:00
Álvaro Felipe Melchor
76c5cc9c54 Fix #2910 - two oob read with the command wo2 2015-07-13 23:26:28 +02:00
Riccardo Schirone
be7b1edd2e core/graph: when re-adding edges, put them in the original position
fix #2936
2015-07-13 20:33:52 +02:00
Riccardo Schirone
6c6e9f5f3c util/graph: RGraphEdgeCallback now accepts a RGraphEdge 2015-07-13 20:33:52 +02:00
Riccardo Schirone
5d66b7510b util/list: add r_list_insert to insert element in a specified position 2015-07-13 20:33:52 +02:00
pancake
9d3601d1a0 Fix w32 warning 2015-07-13 15:59:36 +02:00
pancake
9cc1c1b335 Update sdb and more rework for appveyour 2015-07-13 15:22:37 +02:00
pancake
8e9058ed26 Avoid using keywords like class 2015-07-13 14:43:13 +02:00
Riccardo Schirone
4eedd69a91 core/cmd_anal: implement ag-/agn/age/agg to work with core->graph 2015-07-13 13:48:31 +02:00
Riccardo Schirone
3d29108225 core/graph: add r_agraph_print 2015-07-13 13:48:31 +02:00
Riccardo Schirone
975e30ac6c core/graph: add r_agraph_get_node 2015-07-13 13:48:31 +02:00
Riccardo Schirone
9391131479 core/graph: add r_agraph_add_edge 2015-07-13 13:48:31 +02:00
Riccardo Schirone
6c55098a44 core/graph: add r_agraph_add_node 2015-07-13 13:48:30 +02:00
Riccardo Schirone
e58bf2350f core/graph: change name AGraph => RAGraph and make it a public structure 2015-07-13 13:48:30 +02:00
Riccardo Schirone
c667b65479 core/graph: remove RCore,RAnalFunction dependencies from AGraph
core/graph: initialize movspeed outside the constructor

core/graph: change RANode "text" field to "body"

core/graph: free the history stack when reloading nodes

core/graph: make coverity happy. No need to check for NULL

core/graph: increase the minimum height of a node
2015-07-13 13:48:30 +02:00
mrdanielps
9530deadd7 V810: Avoid copying 2 extra bytes for 16 bit instructions 2015-07-13 13:46:25 +02:00
mrdanielps
9936ae35d4 Fix #2937 2015-07-13 13:46:25 +02:00
pancake
bdfbc4f076 Fix several COVs, and build issues related to appveyour 2015-07-13 11:21:21 +02:00
pancake
277767fd1d Fix 3 warnings 2015-04-02 18:38:55 +02:00
Jonathan Neuschäfer
c07cf42a2e asm_java: remove unnecessary "a->pc += op->size" 2015-07-13 01:48:29 +02:00
Álvaro Felipe Melchor
f81bfc57f6 Fix #2870 2015-07-13 01:26:22 +02:00
Jonathan Neuschäfer
ecf6792318 Fix #2927 and random code cleanups
- asm_dcpu16: remove an obsolete comment
  It was obsoleted in 5285d1bdea.
- 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
pancake
3a63ed461a Aim to fix the appveyour build 2015-07-12 19:19:38 +02:00
Jonathan Neuschäfer
523aa3af5c add .version to all plugins 2015-07-12 19:05:33 +02:00
mrdanielps
a44d087e87 V810 fixes:
* Add system register names
* Fix xor and remove unused instructions
2015-07-11 22:42:32 +02:00
inisider
1c437eb310 fix valgring issues for file GameLogic.pdb 2015-07-11 12:38:49 -04:00
Jeffrey Crowell
900f5c3cd4 remove hex in json for axtj 2015-07-11 01:25:48 -04:00
PSi
1755a81172 Add anal_var_delete 2015-07-11 02:25:49 +03:00
Anton Kochkov
2ba692a373 Improve MSYS2 support: MinGW-W64 detection 2015-07-11 02:19:20 +03:00
pancake
ab7c399b38 Fix monospace font issues on the material webui 2015-07-10 17:20:17 +02:00
pancake
146a3a64c7 Fix iOS build 2015-07-10 14:40:10 +02:00
David Kreuter
09cbbae027 anal/x86: remove superflous 'cz' in esil for shlx/shrx 2015-07-10 00:45:09 +02:00
David Kreuter
ff399b01d4 anal/x86: extend register profile 2015-07-10 00:45:09 +02:00
David Kreuter
5a65723a3c anal/x86: add missing commas to generated esil 2015-07-10 00:45:09 +02:00
pancake
85c9e89ef8 Add non-color mode for the material webui 2015-07-10 00:44:16 +02:00
pancake
5ce2e648bb Initial import of the new Material Design WebUI 2015-07-10 00:02:26 +02:00
pancake
13ce3bbfd8 Show remote offset in current seek in !=! mode 2015-07-09 23:47:48 +02:00
pancake
5fb7a8df57 More better !=! and =!= help and prompt 2015-07-09 23:44:45 +02:00
pancake
3eaef17d59 Fix COVs in r2web:// 2015-07-09 23:30:39 +02:00
pancake
763df8afb6 Add support for remote commands with: != and !=! 2015-07-09 23:20:48 +02:00
pancake
ef29dd5f11 Refix the io analysis issues 2015-07-09 22:48:33 +02:00
pancake
ec1172636d Make fl more powerful 2015-07-09 22:21:41 +02:00
pancake
a53b68deac Fix autocomment memref string regression 2015-07-09 21:46:18 +02:00
Alvaro Muñoz
06f4ea745c Allow CORS prefetching 2015-07-09 20:14:56 +02:00
pancake
85752a5a44 Honor io.sectonly and fix mips tests mapping code without sections 2015-07-09 20:11:15 +02:00
David Kreuter
d36b96aa59 i8051: fix relative jump signedness bug (%d -> %hhd) 2015-07-09 18:47:54 +02:00
David Kreuter
e09d86f4cc i8051: implement more opcodes and activate hooks in _init 2015-07-09 18:47:54 +02:00
pancake
1cc2a45c07 Fix for the func too big regression 2015-07-09 03:53:10 +02:00
pancake
21ac029568 Enhace even more the dalvik pseudo 2015-07-09 03:47:42 +02:00
pancake
a2613a35a8 Better pseudo for Dalvik 2015-07-09 03:31:22 +02:00