File: osx

package info (click to toggle)
radare2 0.9.6-3.1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 17,496 kB
  • ctags: 45,959
  • sloc: ansic: 240,999; sh: 3,645; makefile: 2,520; python: 1,212; asm: 312; ruby: 214; awk: 209; perl: 188; lisp: 169; java: 23; xml: 17; php: 6
file content (35 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OSX
===

To compile for OSX run configure in this way:

	$ ./configure

And then..

	$ make
	$ sudo make install

To install r2-bindings you will need to install r2, valac, valabind and swig

On OSX>=10.6 you need to sign the binary to debug

To use the debugger in OSX>10.6 you have to create a self-signed certificate
using the "KeyChain Access" utility. Then do the following:

Menu -> CertificateAssistant -> Create Certificate
  -> certificate type: code signing

Use organization: radare.org
Name: radare2

When created:

Right click on certificate -> Trust options -> Always trust

$ cd binr/radare2
$ make osxsign

To create the package
cd macports
make