Commit graph

546 commits

Author SHA1 Message Date
pancake
1ea23bd604 Fix #6816 - null deref in r_read_* 2017-02-20 12:08:06 +01:00
pancake
0ae4a5c3e8 More r2-indent fixes. and reindent a bunch of files 2017-02-20 02:54:16 +01:00
pancake
4bbc73a0e2 Fix #6818 - json indent ~{} honors scr.color
- Cannot configure the color palette
2017-02-20 02:32:58 +01:00
pancake
93eb47ccac Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
pancake
219f0e6db6 Add support for uncrustify in sys/indent.sh (still not perfect) 2017-02-10 18:04:30 +01:00
pancake
8c1b11ceae Fix #6755 - Change nN keys in graph view 2017-02-10 17:22:51 +01:00
ITAYC0HEN
25fec0ebec Fix spelling mistakes in intro.md 2017-02-08 18:26:07 +01:00
SchumBlubBlub
313cb98073 Code style and Fortunes 2017-02-08 12:34:08 +01:00
pancake
3a101795b4 Release 1.2.1 2017-02-02 13:25:24 +01:00
Xiaoyin Liu
8c3db51c48 Use HTTPS for Microsoft symbol server URL (#6577)
* Use HTTPS for Microsoft symbol server URL

Update Microsoft symbol server URL to https://msdl.microsoft.com/download/symbols. This is the default sympath in WinDbg 10.0.14321.

* Use HTTPS in cconfig.c
2017-01-25 11:29:51 +01:00
Álvaro Felipe Melchor
fe7b17ddcb Buy a mac 2017-01-19 22:03:29 +01:00
Sven Steinbauer
68cfdf6608 Add r2pipe fortune 2017-01-18 16:17:44 +00:00
Sven Steinbauer
3485e1cb91 Add quantum fortune 2017-01-16 14:49:58 +00:00
pancake
3f164b2e48 Document ldid in rabin2 -O 2017-01-09 15:57:22 +01:00
pancake
62cd5c15af Fix (null) in asm.dwarf for CL 2016-12-22 17:36:52 +01:00
pancake
d7240fac8e Fix latest covs 2016-12-22 16:13:49 +01:00
pancake
4cb9df1cc5 Add r_sys_tts and cfg.fortunes.tts (only for OSX atm) 2016-12-21 01:46:19 +01:00
pancake
a8515ec1d8 Add fortunes.creepy 2016-12-21 01:26:03 +01:00
Simon IJskes
7ef24b1074 Add another fortune (#6301) 2016-12-10 23:30:13 +01:00
pancake
c041decf9b Fix libr.a for android 2016-12-10 01:48:46 +01:00
Maijin
57a6cc1daa Removing outdated line in doc
Removing outdated line in doc
2016-11-29 22:53:57 +01:00
n0w
220cec6fb2 Update fortunes.tips (#6211) 2016-11-17 13:50:37 +01:00
Maijin
fb7597e8d4 Removing an old documentation
Removing an old documentation
2016-10-29 13:55:10 +02:00
pancake
b5be168cd2 Cleanup /media and move it into /doc 2016-10-29 13:46:49 +02:00
oddcoder
20c97cb778 making .cc part of function definition optional (#6020) 2016-10-24 00:41:53 +03:00
stefan
4102e149a4 Added buggy fortunes 2016-10-18 11:24:55 +02:00
{avicoder}
1647da5631 Reformatted document in Markdown 2016-10-04 15:35:14 +02:00
pancake
d7e0be5dad Implement rasm2 -s? and refactor this a bit 2016-10-04 15:01:02 +02:00
pancake
516a095a04 Fix #5909 - r2 -o is now -k 2016-10-04 14:47:09 +02:00
pancake
41d6e9edde Add bash autocompletion support 2016-10-04 14:34:06 +02:00
Andrey Arapov
635fb6795c Fix typo in fortunes 2016-09-22 12:20:58 +02:00
Ahmed Mohamed Abd El-MAwgood
6c47f5a20d Basic merge of no return function with types db (#5774) 2016-09-20 21:54:44 +02:00
zonkzonk
fe5d600781 update fortunes.fun (#5794) 2016-09-18 23:22:57 +02:00
Siguza
c28b541b58 Fix typo 2016-09-18 13:26:29 +02:00
pancake
cadb0bd845 Several fixes for gdb:// on avr, still wip 2016-09-13 03:31:54 +02:00
jvoisin
3f2cb95869 Sort a bit the fortunes 2016-09-10 18:47:51 +02:00
Roman Valls Guimerà
0e3b2c20a0 A bit more documentation on ESIL (for AVR) does not hurt (#5701) 2016-09-05 20:38:01 +02:00
Tiago Gasiba
f0a2d8657d Add support for conditional breakpoints running r2 commands 2016-09-01 19:11:46 +02:00
Ahmed Mohamed Abd El-MAwgood
4c60a11f7e Types docs (#5557)
* Adding types documentation

* refactoring and optimizing types databases

All based on docs

* fixing r_core_types_init

Basically we needed to try all possible 7 combinatios of file name,
I am not sure if there is a way to do that automatically.
one extra thing, since this is init subroutine we should make sure
that the db is already empty, when reloading this function
(by changing env vars), it will be reloaded thus it needs a reset first.
2016-08-19 14:31:41 -04:00
Sebastien Marie
e0ee8cdefa update native sandboxing method for OpenBSD (#5545)
move from systrace(4) (removed in 6.0 release) to pledge(2) (available
since 5.9).
2016-08-18 15:59:36 +02:00
Daniel Roberson
d6ee8fe300 PowerPC calling conventions (#5477)
* added powerpc-32 calling conventions
* added powerpc-64 calling conventions
* fixed grammar
* added powerpc 32 and 64
2016-08-10 16:07:39 +02:00
Roman Valls Guimerà
cef82db5ee This should fix the last request on PR #5060. Thanks @radare and @Maijin. (#5444) 2016-08-04 23:54:59 +02:00
pancake
95283d5531 Fix indent in r2pm 2016-08-03 14:21:42 +02:00
Maijin
7cecadb74a Removing useless files/doc 2016-07-28 07:59:10 +02:00
Ahmed Mohamed Abd El-MAwgood
90b8e0c1f9 Adding doc for calling convention 2016-07-28 06:05:42 +02:00
n0w
d6ac4077f4 Update fortunes.fun
Fixed small typo
2016-07-19 16:21:42 +02:00
Maijin
c274afe748 Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
pancake
a55bcd628f Fix two swift demangler crashes and add tests 2016-06-23 17:11:17 +02:00
Maijin
bec3566eef Add doc/ references in the debug-internals.md 2016-06-17 11:37:04 +02:00
Anton Kochkov
5f6275bcad Clarify more information in debug-internals doc. 2016-06-17 12:35:12 +03:00
Joshua J. Drake
cf043002e2 Add a document about debugger internals (#5157) 2016-06-17 02:53:38 +02:00
pancake
f05c81b074 Update rapatch documentation 2016-05-25 23:37:41 +02:00
Anton Kochkov
fda6f74215 Update Yara doc and remove old script 2016-05-15 23:34:40 +03:00
Damien Zammit
af0a865d9f WIP - Totally remove host endianness dependence
- Adds endian aware functions
- Removes references to host endian
- Uses binary detected endianness else tries LE and restricts by RAsmPlugin
- Fixes gdb debugger endianness when debugging BE qemu gdbserver

Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-05-04 23:42:17 +10:00
pancake
b417da6d4d Add setarch/(from|to).string simplified RAsm APIs 2016-04-29 11:30:38 +02:00
Andrey Torsunov
ae52382312 Rename bin.dwarf to bin.dbginfo. Issue #4688. (#4707) 2016-04-25 15:07:18 +02:00
Jeffrey Crowell
8d531bd939 add a great panquote as a fortune 2016-04-21 22:52:02 -04:00
dequis
960896ea98 fortunes.tips: s/bdiff/radiff2/ 2016-04-15 15:47:00 +02:00
Jeffrey Crowell
a7ac0b12df s/watermellon/watermelon :| 2016-04-11 16:12:49 -04:00
pancake
4d18e9902a Add two more funny fortune messages. HA! 2016-03-09 11:23:34 +01:00
stefan
a6dd00998a Fixed ellipses ... 2016-02-19 18:45:09 +01:00
William Robinet
0c7cacc2dc Fix typos 2016-02-16 23:21:24 +01:00
condret
4bbcad5864 add a fortune message 2016-02-02 00:33:34 +00:00
pancake
0d0e4e985d Fix support for capstone3 2016-01-22 20:53:15 +01:00
Roi Martin
f6c2a13788 Update OSX docs and set CERTID default value in sys/build.sh 2016-01-17 19:28:03 +01:00
Jeffrey Crowell
fc42a948e6 add a fortune 2016-01-14 14:46:04 -05:00
Maijin
9e71fd7595 Fix #3953 2016-01-14 15:13:52 +01:00
jvoisin
3f683b05c1 Add a fortune by TheLemonMan 2016-01-05 00:36:22 +01:00
ahhh
6a4b5e80aa Update intro.md
Minor spelling corrections
2015-12-29 05:43:49 +01:00
jvoisin
70c9d00bbe Fortunes++ 2015-12-24 14:31:46 +01:00
jvoisin
3727f0794d Change the anti pattern if (A) free (A); for free (A); 2015-12-20 19:28:39 +01:00
pancake
92c1631a06 More indent fixes 2015-12-09 00:41:44 +01:00
pancake
8d6c173df7 Implement {R2|RASM2|RABIN2}_NOPLUGIN env var support 2015-11-05 00:38:42 +01:00
pancake
1e26598254 Fix call analysis in arm64 2015-10-19 15:03:42 +02:00
Maijin
d2d79b1fdf Remove radare2ida scripts from radare2 repo see https://github.com/radare/radare2ida 2015-10-18 18:11:14 +02:00
Anton Kochkov
4b426c572a Fix local flags in IDC to R2 2015-10-18 18:42:24 +03:00
pancake
c048d775ca Dockerfile to the roots 2015-10-12 20:51:07 +02:00
Wilhelm Matilainen
ae18060617 Stop analizing stuff 2015-09-28 13:02:32 +02:00
Riccardo Schirone
4674f1c32b Makefile: add osx-sign-libs target so that sys/build.sh will work
* doc/fortunes.tips: fix and old tip
2015-09-22 15:25:56 +02:00
Riccardo Schirone
e23282707f CODINGSTYLE: move doc/syntax.md in the root directory and rename it
* CODINGSTYLE: specify that tabs are considered as 8 chars
* doc/fortunes.tips: remove old fortune. asm.follow doesn't exist
                     anymore
2015-09-21 14:58:30 +02:00
jvoisin
d4893718da Fix a bunch of dead assignements 2015-09-09 21:12:36 +02:00
Anton Kochkov
2e8baf4233 Remove confusing statement 2015-09-02 21:28:45 +03:00
Jeffrey Crowell
02969e7299 tipsy fortune 2015-08-31 00:55:01 -04:00
pancake
bb7774ce35 Add nsfw fortune 2015-08-27 01:51:30 +02:00
pancake
4e3f55cfc9 Add doc/freebsd installation instructions 2015-08-20 05:34:36 +02:00
pancake
5feb28e0c0 Initial implementation of the #!cpipe rlang 2015-08-19 23:51:06 +02:00
pancake
c8b56560c9 Add two more notes in doc/syntax 2015-08-19 17:53:55 +02:00
Riccardo Schirone
e9eaf7a2a2 doc/syntax: fix some inconsistencies 2015-08-10 20:15:07 +02:00
pancake
6abfe2e6c1 Add some more syntax notes 2015-08-10 11:59:29 +02:00
Riccardo Schirone
6a1db31afd doc/syntax: improve coding style rules 2015-08-10 11:54:37 +02:00
Taryn Hill
5cb04eb713 Remove deprecated tip in fortunes.tips 2015-08-10 03:41:45 +02:00
Jeffrey Crowell
afcfd6a2b5 add another acezfortune 2015-08-09 05:07:17 -04:00
Jeffrey Crowell
ae6bd60785 add acezfortune 2015-08-09 05:06:40 -04:00
Anton Kochkov
7458e34ddd Fix the doc yara2/yara3 2015-08-07 19:47:43 +03:00
pancake
0639261e26 Add more details for OSX code signing 2015-07-23 03:34:46 +02:00
Jeffrey Crowell
1a190b06e9 fix the chair fortune 2015-07-21 23:29:12 -04:00
jvoisin
cbc988463b Add 3 moderately fun fortunes
I should send cool patches instead of this,
but I really need to sleep before. Sorry about this.
2015-07-21 19:32:59 +02:00
pancake
caa66a8e8c Fix and document code signing for iOS and OSX 2015-07-17 14:39:18 +02:00
pancake
bdfbc4f076 Fix several COVs, and build issues related to appveyour 2015-07-13 11:21:21 +02:00
Jeffrey Crowell
2f2b1dcc85 add chairmoji 2015-06-30 23:23:30 -04:00
Jeffrey Crowell
5af8a0e0c3 recon fortunes 2015-06-20 00:29:47 -04:00
Jeffrey Crowell
a31de0606d add a fortune 2015-06-19 11:05:24 -04:00
jvoisin
230a8c0b04 Add a fortune. 2015-06-19 01:09:11 +02:00
pancake
8d0b8c6b78 Add CS command to manage meta-spaces 2015-06-15 04:19:29 +02:00
pancake
96af02492a Add doc/rap 2015-06-06 01:49:27 +02:00
pancake
37d1dce099 Fix #2634 - Open projects webui when no file is opened
$ r2 -c=H --
2015-05-28 00:59:37 +02:00
jvoisin
ac72be0388 Add a fortune 2015-05-23 19:30:44 +02:00
pancake
170b881617 A bit Java Class parsing cleanup (still a huge mess) 2015-05-11 16:44:31 +02:00
Jeffrey Crowell
fa6c0e9611 fortunes 2015-05-06 16:37:33 -04:00
jvoisin
acd0b74cbc Foretunes++ 2015-04-26 22:55:04 +02:00
pancake
33a64eab7e Load r2e plugins with rasm2 too 2015-04-23 00:56:59 +02:00
pancake
f4303936bf Update for ACR to fix an issue with --with-syscapstone 2015-04-21 20:11:34 +02:00
Jeffrey Crowell
3bec4596ca add pigeon-shaped button help 2015-04-20 19:59:06 -04:00
jvoisin
cea57ed29e Add some fortunes 2015-04-17 22:52:49 +02:00
Maijin
3b26388769 Fix all shellcheck errors 2015-04-17 21:56:01 +02:00
pancake
87162dc8bf Add wta support for appending dump. 2015-04-03 04:11:26 +02:00
skuater
5bad0aae82 Fix issue with XMM on linux64 (pid vs tid) 2015-04-01 17:09:49 +02:00
pancake
0df37396df Add esil documentation in ae?? 2015-04-01 03:02:22 +02:00
pancake
14893faffe Handle cmdline args in the nodejs script 2015-03-31 01:33:40 +02:00
pancake
35baae988e Bump capstone, sdb and add node readme 2015-03-31 01:31:35 +02:00
pancake
ddbffe4f9d Better r2-nodejs webserver, honor http.port, works from the shell too 2015-03-31 00:59:03 +02:00
pancake
ea9d9f9412 Add doc/node.js to run an express based r2 webserver 2x faster 2015-03-31 00:46:03 +02:00
pancake
f4e3f593d4 Add dexdump.sh to import DEX info into r2, VF now fits in screen
And 'C' toggles color! a use-after-free has been fixed too
And more instructions are now recognized by the analysis
2015-03-24 03:23:56 +01:00
pancake
67f3a52b51 Add [baddr] in doc/objc.pl, bump capstone a bit (still buggy) 2015-03-20 14:10:11 +01:00
pancake
f53cb526cd Add r_str_utf16_encode and use it in isj 2015-03-14 03:47:34 +01:00
Judge_Dredd
eb975cec08 add xvilka's joke 2015-03-03 15:49:18 -05:00
pancake
b337d683a3 Fix sandbox markdown 2015-03-03 02:08:08 +01:00
pancake
4a4022dffb Add doc/sandbox (osx seatbelt and openbsd systrace support) 2015-03-03 01:57:21 +01:00
Jeffrey Crowell
37cfb20360 s/ecf/eco for theme 2015-02-19 22:26:09 -05:00
Alvaro Muñoz
8053d18748 Cheatsheet to doc/intro.md 2015-02-19 22:49:35 +01:00
pancake
7a29312eeb Add funny fortune 2015-02-17 17:08:15 +01:00
jvoisin
e939ed0aee Add 3 fortunes 2015-02-16 23:58:14 +01:00
pancake
4c58ac2416 Initial implementation of p3 the 3D stereogram print mode 2015-02-14 04:17:34 +01:00
jvoisin
d6cf98d9be Make z80-cr pass more tests 2015-02-11 13:55:00 +01:00
jvoisin
7e70c4d144 Two coverifix and a fortune 2015-02-01 21:28:55 +01:00
pancake
463d290dba Enhace vim2r2 oneliner 2015-01-31 03:53:22 +01:00
pancake
0064ce9591 Add vim2r2.js script to convert vim themes for r2 2015-01-31 03:43:43 +01:00
r0nk
63f5d0299b Documentation update about static libraries and licensing 2015-01-30 19:44:30 +01:00
skuater
79e6dc5dd8 Fix WinDBG crash and fix Windows client support 2015-01-30 10:56:49 +01:00
pancake
039858fd86 Fix r2 -B, rabin2 -B, Implement oa command
- Now it is possible to load binfiles from debugger memory
* Base address is now honored properly. But it needs more testing
2015-01-29 01:45:39 +01:00
pancake
4c1ae2ccfd Enhace and fully integrate the new main webui panel
* Some random goods for the tiled webui
* Fixed /p tabs width issue
* Add rlogo button on all of them to jump back to main panel
* Main panel allows to manage projects, open files and select ui
2015-01-23 01:18:13 +01:00
jvoisin
cb3d3b4e8b Add some fortunes :3 2015-01-16 03:21:20 +01:00
Anton Kochkov
0f39ebd5a4 Remove offensive fortune (copy already in nsfw) 2015-01-15 22:37:55 +03:00
Jeffrey Crowell
1fc3a177f6 Separate fortunes to fortunes.{fun,tips,nsfw}
add `e cfg.fortunetype = fun,tips,nsfw`

Add some "legacy" nsfw fortunes.
2015-01-15 10:43:09 +01:00
inisider
f798918758 Add pdb usage markdown 2014-12-21 04:22:49 +01:00
pancake
02d69d72f0 Fix build 2014-12-19 00:22:39 +01:00
pancake
38d0b8bfd3 Add doc/clang-format 2014-12-17 00:18:44 +01:00
inisider
155997598f Add initial support to download PDB files (NodeJS helper) 2014-12-10 17:01:32 +01:00
pancake
3f5b10b315 Minor fix in docker file instructions 2014-12-10 13:39:41 +01:00
pancake
4c00f83c7c Better support for Docker 2014-12-10 02:08:49 +01:00
pancake
ab00f259d9 Initial import of the radare2 Dockerfile 2014-12-10 00:38:07 +01:00
Anton Kochkov
1cadcc9ca2 Update WinDbg docs for Windows XP 2014-12-08 17:32:40 +03:00
LemonBoy
3b9164c04c Initial WinDBG support 2014-12-07 19:32:45 +01:00
Jeffrey Crowell
ed1aae7fd1 fix lots of spelling
fix some errors from the sed script

undo file mode crap
2014-12-07 17:00:59 +01:00
glindor
aeddd16e6b Outdated doc fortune. Removed file.flag and flag.id message 2014-11-24 05:53:55 +01:00
pancake
c2770de2b8 Fix #1667 - Fix --with-syszip 2014-11-22 01:15:47 +01:00
pancake
17b89e3bf6 Fix #1345 - Cleanup some offensive fortunes 2014-11-10 06:04:46 +01:00
pancake
f766d23fd8 Add doc/flirt 2014-10-30 10:42:49 +01:00
jvoisin
f6be210ded Add some hack.lu fortunes 2014-10-24 22:29:00 +02:00
Anton Kochkov
7733fceafa Fix IDA->r2 python script 2014-10-22 18:06:16 +04:00
pancake
da866539ee Fix 'oo' bug (sync rcorefile and riofile lists), Better 'ob' 2014-10-17 00:04:52 +02:00
pancake
42232354a7 Add 'ai' - address info, Enhace 'ad' (support patterns and sequences)
- ai shows: exec,read,write,flag,func,stack,heap,reg
- Add r_reg_regset_get()
- Implement r2.cmdj in r2.js
2014-10-15 02:24:22 +02:00
pancake
ae06dc24b5 Fix file2 and file3 fuzzed ELF files 2014-09-17 11:01:36 +02:00
condret
8298ca2bc9 fix renaming functions from the hud 2014-09-17 00:14:44 +02:00
pancake
238251af8d Remove -zz warning and add doc/strings early draft 2014-09-08 23:32:07 +02:00
condret
b6e3b0f50c add the io-fixing-condret-plan 2014-09-05 14:06:17 +02:00
jvoisin
964441e4c7 Improves hud.path 2014-08-30 01:23:04 +02:00
pancake
590afce233 Add few new commands to doc/hud 2014-08-30 01:09:09 +02:00
dialeth
109406d799 Simple fortunes fixes 2014-08-26 02:17:44 +02:00
pancake
be4b0d1258 Fix 'oo' on 'r2 -d' in OSX 2014-08-18 18:06:27 +02:00
Jody Frankowski
221d714ca8 Precision about packers in doc/yara.md 2014-08-11 00:44:35 +02:00
Jody Frankowski
f6406e76c9 Doc: add requirements to the yara plugin 2014-08-10 18:34:20 +02:00
Jody Frankowski
d7ea65f66a Doc: precise yara comes with and loads crypto and packers rules 2014-08-10 17:33:24 +02:00
Jody Frankowski
4de6b367d6 Add new yara doc 2014-08-10 13:03:05 +02:00
pancake
2aea8ecc17 Add doc/gdb 2014-07-17 21:14:49 +02:00
pancake
e321c0e62c Add RReg bufdiffing apis to retrieve list of modified regs 2014-06-26 12:18:45 +02:00
pancake
42aeb0d271 Add --with-syscapstone configure flag 2014-06-24 12:48:29 +02:00
jvoisin
5d0aeeea38 Fix a fortune 2014-06-23 16:46:42 +02:00
pancake
db05de4513 Add orange-gray theme (ogray). Move doc/r2theme to shlr/www/enyo/colors 2014-06-14 03:53:35 +02:00
pancake
b564af7d09 Fix crash in core/file.c when loading empty files 2014-06-05 23:07:02 +02:00
Maijin
71b212dfa5 Refactor dll_characteristics for PE 2014-05-31 19:32:52 +02:00
pancake
bccb813e1c Bump r2theme editor 2014-05-28 17:09:55 +02:00
pancake
9cbd386d2e Add doc/r2theme.html tool 2014-05-28 16:40:44 +02:00
pancake
ea0c2caa59 Add sys/ios-sdk build scripts 2014-05-17 04:41:33 +02:00
pancake
728dd81352 Add objc.pl to import ObjC class info into r2, enhace arm.cs and more
- Fix @@ flagname*
- Fix precision bug in r_num_units()
- Better ARM Thumb code analysis (still pretty basic)
2014-05-14 03:53:22 +02:00
pancake
31619ca208 Add test-rax2.sh script 2014-05-13 17:32:01 +02:00
pancake
0fa7ae474a Add portscan.r2, add malloc check in anal.c 2014-05-12 02:15:57 +02:00
pancake
4c50cbe5a3 Remove all MAKE_JOBS references 2014-05-09 01:09:09 +02:00
pancake
a3f8ddf6cc Add cherrypull 2014-05-05 00:45:45 +02:00
jvoisin
03331a55fb Update fortunes 2014-04-29 01:18:18 +02:00
pancake
ce4e6de42f Implement RBin.Symbols for PE 2014-04-26 04:25:13 +02:00
pancake
10f2439c5d Update sdb and fix #777 - pxq and pxw honors cfg.big_endian 2014-04-10 19:18:21 +02:00
pancake
52c41a12da NOPsleds shift function begins (analysis enhacement test) 2014-04-07 13:49:09 +02:00
pancake
9715a9ee97 Fix #701 - hashbang r2 scripts not working (see doc/all68k.r2) 2014-04-07 11:47:05 +02:00
pancake
ee09c9ad0c Use m68k disasm to calculate instlen in analysis 2014-04-07 03:06:02 +02:00
pancake
5091fa0887 Fix segfaults and minor changes in m68k disasm + anal, webversion is not 2014-04-06 03:29:29 +02:00
pancake
613e6e2f9c Fix invalid free and r2 -hh help 2014-04-03 23:05:52 +02:00
pancake
35ece5c6ab Fix uninitialized variables in sdb 2014-03-12 17:08:57 +01:00
pancake
c6ab7b759d Fix another rasm2 bug 2014-02-10 16:09:40 +01:00
pancake
9a099e9e9e Add RAsmPlugins->cpus and handle it in rasm2 -L <arch> 2014-02-06 00:26:17 +01:00
pancake
7e28ca265d Bump sdb and add some more fortunes 2014-02-05 16:36:03 +01:00
pancake
a8926f9209 Fix few more coverity warns, bump sdb and drx android build 2014-02-04 15:41:36 +01:00
condret
cfdb0ebea1 Add basic whitespace support #592 2014-02-02 23:56:58 +01:00
pancake
1f1367382b Add 'aos' to sdb-ize the esil, file.suppress_warnings renamed to file.nowarn 2014-01-31 02:02:51 +01:00
pancake
6e8073a67f Fix @b: command suffix for 'pd' and fix issue with malformed mach0 2014-01-29 02:42:22 +01:00
condret
9825896e7c Add support for Malbolge disasm and analysis 2014-01-28 11:21:17 +01:00
pancake
48273ec2ed Fix #559 - Fix segfault (workarounds) 2014-01-21 15:40:10 +01:00
pancake
3b3e44361e Add maximized and custom frames options in new tiled webui 2014-01-21 03:05:27 +01:00
pancake
62d11ca574 More disasm fixes, remove old code 2014-01-20 01:42:16 +01:00
pancake
2d3eb2a33b Remove missing r_lib references 2014-01-18 12:17:13 +01:00
pancake
9ace74cfea Markdown for doc/iphone 2014-01-18 03:06:22 +01:00
pancake
539236acc8 Update iPhone build documentation for ARM7 (coolstar's clang toolchain) 2014-01-18 01:45:28 +01:00
pancake
03ff72079f Fix the famous shlr/java overflow. Move along, nothing to see here 2014-01-10 19:07:25 +01:00
pancake
7894c8aa89 Honor CPPFLAGS or custom iOS builds and add missing parenthesis in anal_ex 2014-01-10 18:05:58 +01:00
pancake
01a2b485e7 Implement 'drc' command with all the RRegCond magic
- Fix all debug register profiles
- Support for X86 and ARM
- Allow to check conditional instructions
2014-01-08 23:23:06 +01:00
pancake
38fc28f960 Added more Jamroot files 2014-01-03 00:13:46 +01:00
pancake
8711ca5928 Oops. another missing -lr_sign 2013-12-31 05:42:45 +01:00
pancake
ab82968341 Fix build, update sdb for sdb_apush fix 2013-12-22 23:55:28 +01:00
pancake
f1114fa600 Fix #476 - pr . segfaults (control tailcall depth) 2013-12-22 01:54:46 +01:00
pancake
44dc4a9f30 Remove r2-bindings from this repository 2013-12-20 02:10:36 +01:00
pancake
6f652c461a Fix coverity bugs 2013-12-18 23:58:05 +01:00
condret
4fdf22a9e7 Fix make-issue, caused by calling to r_io 2013-12-17 23:39:27 +01:00
pancake
f664821d8e Fix loading the RBin information of PIE bins when debugging 2013-12-17 02:10:13 +01:00
pancake
c165361124 Add bin.bf for brainfuck and use static ESIL struct 2013-12-10 03:35:59 +01:00
pancake
f76441b7e7 Fix some warnings 2013-12-09 04:56:13 +01:00
pancake
f0a45a556a Fix ^w segfault and many bugfixes for macro scripting 2013-11-30 02:47:29 +01:00
pancake
f9c838ca5c Minor stuff 2013-11-26 03:25:31 +01:00
pancake
79946ef2da Add @capi_x patch to fix Haiku's build 2013-11-12 23:55:57 +01:00
pancake
3ccc0f1fe9 Update acr for new split_host() and handle *bsd triplets 2013-11-12 02:21:31 +01:00
pancake
4a669b2663 Update rabin2 manpage 2013-11-09 03:42:20 +01:00
pancake
0e470adc27 Fix #258 - Hide SIGTRAP signals 2013-11-03 03:05:00 +01:00
Anton Kochkov
29b238b0a5 Fixed multiline comments, start implementing struc 2013-11-03 04:04:58 +04:00
Anton Kochkov
fd1baa4a37 Script for converting *.idc to radare2 format 2013-10-25 05:25:57 +04:00
pancake
bec4f5b63a Fix radiff2, Ps segfaults and ARC syntax
- Fix some nullptr derefs on uninitialized graphdiff structs
- 'ar' is now r_cons compliant and rnum friendly (add arj)
- Fix some arc disasm syntax issues
- Fix segfault when saving analysis info in projects
- ARCompact analysis needs to be rewritten
2013-10-24 13:59:19 +02:00
pancake
230896cd65 Fix code analysis issue 2013-10-12 02:32:35 +02:00
pancake
8b2238ef4c Add some more fortune messages 2013-10-08 17:21:10 +02:00
pancake
1ab8dc27ea Fix Android tarball creation and add 'echo' command 2013-10-08 16:07:17 +02:00
pancake
ab3c27bda3 Fix iOS build 2013-10-01 17:14:50 +02:00
pancake
08cce66e68 Initial arm64 analysis. Fix loading mach0 kernels. Fix #230 2013-09-30 03:49:08 +02:00
pancake
5781931227 Add test-r_dehug example and minor bindings update 2013-09-27 01:38:49 +02:00
pancake
02a0e2bed0 Implement 'cat', 'cd' and 'ls' commands. Better version info in ?V 2013-09-18 22:16:18 +02:00
pancake
eaf33b44e2 Aim to fix 32bit target debugging on 32bit host 2013-09-12 00:28:44 +02:00
pancake
18cc767292 More emscripten/android build fixes 2013-09-07 02:20:38 +02:00
pancake
7855f4952f Initial work supporting emscripten compilation 2013-09-07 00:39:08 +02:00
pancake
9850c0a3c3 Fix some warns and enhace GIT_TAP in makefiles 2013-08-26 01:07:21 +02:00
pancake
0851810e54 Move hud from shlr to doc/ 2013-07-24 08:57:20 +02:00
pancake
5922cfe530 Fix #150 IO issue. 2013-07-18 12:10:52 +02:00
pancake
438e90a069 Fix minor indent issue in disasm 2013-06-28 13:12:46 +02:00
pancake
a9b438afae Fix build order issue, r2agent -s (sandbox mode), update rasm2.1 manpage 2013-06-25 17:35:36 +02:00
pancake
de5889565c Fixes for ELF imports/symbols listing 2013-06-20 16:20:18 +02:00