Commit Graph

308 Commits

Author SHA1 Message Date
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