mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-18 13:19:29 +00:00
* Remove unused libr.pc.acr
* Set procmod group in osx make target of r2 bin
This commit is contained in:
parent
8aded92fa6
commit
61cf8cd3aa
5
TODO
5
TODO
@ -7,7 +7,6 @@
|
||||
|
||||
Bindings
|
||||
========
|
||||
* Remove libr/pkgconfig ... already used?
|
||||
* Distribute generated .i files or cxx files.. so build is faster
|
||||
|
||||
Debugger
|
||||
@ -23,8 +22,8 @@ Debugger
|
||||
|
||||
pancake
|
||||
-------
|
||||
* Implement PTRACE_BLOCK
|
||||
* Implement software stepping (with code analysis+ breakpoints)
|
||||
* Implement PTRACE_BLOCK on Linux
|
||||
* Implement software stepping (with code analysis+breakpoints)
|
||||
* Implement dbg.bep - in r_core? in r_debug after attach? maybe only in r2 binr?
|
||||
- must be refined.. and look for better names
|
||||
* fork/clone child . inject code to create new threads or pids
|
||||
|
@ -11,6 +11,8 @@ sign:
|
||||
osxsign:
|
||||
${CC} radare2.o ${CFLAGS} ${LDFLAGS} -sectcreate __TEXT __info_plist ./Info.plist -o radare2 -framework Security -framework CoreFoundation
|
||||
codesign -dvvv -s radare2 ./radare2
|
||||
sudo chown root:procmod radare2
|
||||
sudo chmod g+s radare2
|
||||
|
||||
ifeq ($(WITHNONPIC),1)
|
||||
LDFLAGS+=${DL_LIBS} -lm -lpthread
|
||||
|
@ -1,11 +0,0 @@
|
||||
prefix=@PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libr
|
||||
Description: radare framework libraries
|
||||
Version: 0.1
|
||||
Requires:
|
||||
Libs: -L${libdir} -lr_core -lr_lang -lr_search -lr_cmd -lr_asm -lr_util -lr_hash -lr_vm -lr_socket -lr_print
|
||||
Cflags: -I${includedir}/libr
|
Loading…
x
Reference in New Issue
Block a user