Commit Graph

7189 Commits

Author SHA1 Message Date
pancake
14eb653f8a Fix Vejejjjjjjjjjjjjjjjjjjjjq issue 2015-07-15 01:39:00 +02:00
pancake
d63bc945d7 Reference /m in pm? help message 2015-07-15 01:30:53 +02:00
pancake
191fecab85 Fix RAsm build 2015-07-15 01:04:22 +02:00
pancake
e38e5b8291 Add powerpc function prelude 2015-07-15 00:58:45 +02:00
pancake
9e08fb0c26 Update sdb and fix shlr/sdb race condition 2015-07-15 00:52:23 +02:00
David Kreuter
691294f2bc refactoring of r_socket_connect (Should resolve CID 1134571 Logically dead code) 2015-07-15 00:39:08 +02:00
David Kreuter
a8d7b8ea94 CID 1134732 Out-of-bounds access /libr/asm/arch/avr/format.c 2015-07-15 00:39:07 +02:00
David Kreuter
fecb914de8 CID 1216466 Dereference before null check /libr/bin/p/bin_dex.c 2015-07-15 00:39:07 +02:00
David Kreuter
c843e22843 CID 1229476 Unintended sign extension /libr/util/p_format.c 2015-07-15 00:39:07 +02:00
Álvaro Felipe Melchor
0038c473b2 Fix PR #2935 2015-07-15 00:37:46 +02:00
pancake
d645c3338f Honor asm.fcnlines in asm.vars 2015-07-15 00:09:24 +02:00
Jeffrey Crowell
31172751d2 make the fmtstring portable in axtj 2015-07-14 17:51:36 -04:00
Riccardo Schirone
acf1a347d6 core/config: add var to enable/disable cursor before the disassembly 2015-07-14 19:24:16 +02:00
Riccardo Schirone
11c495a0b5 core/graph: fix a null dereference 2015-07-14 19:03:05 +02:00
Riccardo Schirone
6d5d7a1fc9 core/cmd_anal: accept base64 body for 'agn' 2015-07-14 18:39:32 +02:00
Riccardo Schirone
66753a1050 core/cmd_anal: accept spaces in title and body for 'agn' and 'age' 2015-07-14 18:39:31 +02:00
Riccardo Schirone
a6c23407b2 cons/cons.c: avoid printing last line
fix #2908
2015-07-14 18:06:55 +02:00
jvoisin
aa695bc808 Fix misc compilation warnings on Windows 2015-07-14 13:55:58 +02:00
pancake
e2c9783402 shlr/ build fixes 2015-07-14 12:50:36 +02:00
pancake
90529aa80b Some more appveyour changes 2015-07-14 00:44:09 +02:00
Álvaro Felipe Melchor
aaa55ed98f Fix properly #2870 2015-07-13 23:28:46 +02:00
Á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