pancake
1a02d7b403
* Implement r_core_search_cb() method
...
* Added boolt and ut8p macros (looking for better names)
2010-11-15 11:06:10 +01:00
pancake
49ab1886c2
* Fix branch analysis in arm thumb
...
* Various unnecessary syntax changes
2010-11-14 16:38:17 +01:00
pancake
a098f9ae99
* Fix fd leak bug
2010-11-12 13:26:58 +01:00
pancake
10637ec71f
* Fix permission parsing in OSX
2010-11-11 17:53:49 +01:00
pancake
fadaa252e5
* Fix build in non-darwin
2010-11-11 12:00:17 +01:00
pancake
6684689d8b
* Fix build (thanks @earada)
2010-11-11 04:22:38 +01:00
pancake
edeee07ca2
* Initial implementation of process name listing on darwin/osx
...
* Fix build (r_debug_pid_new signature change)
2010-11-11 04:12:09 +01:00
pancake
dacab5e4bf
* Initial implementation of r_debug_step_soft and _hard
...
- arm-darwin seems to not support stepping, mips follows
- Delegate swstep responsability to r_debug api
* Implement set registers in arm-darwin
- write in memory is not yet working
* Some fixes in memory regions list in arm-darwin
2010-11-11 03:13:44 +01:00
pancake
19c90096ff
* Fix read registers in darwin-arm
2010-11-11 02:00:10 +01:00
pancake
cfa24e1879
* Add XML to ldid r2 debugger for iOS
...
* Fix build of the r2 debugger on darwin-arm
* Implement list of threads and memory regions on darwin-arm
- just a draft, needs more work
* Add attach:// IO handler to mach plugin
* darwin does not needs -ldl
2010-11-11 01:09:27 +01:00
pancake
1c779dfd3c
* Bump to 0.6.1, update acr
2010-11-10 23:50:08 +01:00
pancake/n900
9580907a35
* Fix static and nonpic build with no gmp
...
* Needs to rerun configur-plugins
2010-11-10 10:45:47 +01:00
pancake
aacce16095
* Another fix for nonpic build
2010-11-10 04:00:49 +01:00
pancake
0719fbbfcc
* Oops. add missing fix for previous commit
2010-11-10 03:59:56 +01:00
pancake
a6629c610c
* Fix static compilation on Linux systems
...
- Not really portable, needs some work to fix w32 build
2010-11-10 03:55:27 +01:00
pancake
64a94329c5
* Fix segfault in mach0 parser
2010-11-10 02:19:05 +01:00
pancake/n900
c73cd38c73
* Implement search.find as proposed by @earada
...
- this commit has been done in my phone..needs testing
2010-11-09 21:18:39 +01:00
Nibble
31b0d33479
* Fix ret value in r_file_dump()
2010-11-09 18:09:37 +01:00
pancake
e15ecf7e79
* Fix warning noticed by iphone-gcc
...
- Bug in the compiler?
2010-11-09 18:08:07 +01:00
pancake
264f95a40e
* Fix build in iOS 4.1 (darwin-arm)
...
- Honor CFLAGS everywhere
- Use ut?? instead of uint??_t
* Add build instructions in doc/iphone
* Fix some out-of-range conditionals
2010-11-08 19:30:25 +01:00
pancake
190763e6eb
* Another minor fix in r_bin
2010-11-07 23:11:44 +01:00
Nibble
67fe646711
* Add RStr.rwx_i to r_util.vapi
...
* Remove ChangeLog-0.6-short
2010-11-06 22:39:13 +01:00
pancake
3a68148888
* big_endian is bool
2010-11-05 02:18:53 +01:00
pancake
f3eb61189d
* Add missing offset in RCore vapi and r_print in .pc
2010-11-05 00:59:05 +01:00
pancake
3a44d471f4
* Fixes for pkgconfig and vapi deps
...
* Apply patch from @astralia for rax2
- support int->bin and bin->int
2010-11-04 13:19:36 +01:00
pancake
4d8a1ef5ad
* Some random fixes for the r_util vapi
2010-11-03 20:46:53 +01:00
pancake
7e54a258e5
* Fix typos in vapis
2010-11-02 12:37:46 +01:00
Nibble
e1f96545d9
Added tag 0.6 for changeset 6c6cee9a7ab4
2010-10-29 13:58:30 +02:00
Nibble
d157655c2c
* Release 0.6 codename "the cake is a pie"
2010-10-29 13:58:19 +02:00
pancake
c1a3f65cef
* Beautify ascii art in README
2010-10-29 03:45:26 +02:00
pancake
1371965ae5
* Added 'w32beta' make target
...
- Distributes the build of r2 and r2-swig
* Fix some warnings on w32
2010-10-29 03:38:43 +02:00
pancake
9dc6a049b1
* Fix make -j for paralel builds
...
- use hacky 'waitfordeps.sh' helper script
- speed up the build process
* Do not build libr2.so by default
- Do not generate library archives (.a)
- Fix build dependencies in vm/p/plugins.h
* Added --with-nonpic
- Enable the .a generation
2010-10-29 03:10:10 +02:00
Nibble
35dc03713d
* Bypass bp in the remainder continues
...
* Disable stop_all_threads temporarilly
- Only step once in bypassbp()
2010-10-28 21:20:44 +02:00
Nibble
23083b105a
* merge
2010-10-28 20:48:01 +02:00
Nibble
4ddde68f05
* Initial work on fixing bp&&dc&&dc
...
* Fix bug in io_ptrace when it writes to mem in 64bits
* Minor cosmetic changes in test_x86im
* Update TODO
2010-10-28 20:47:21 +02:00
pancake
7e76da88bb
* Clean up some warns on w32
2010-10-28 14:17:40 +02:00
pancake
85232f4936
* Fix build on w32
2010-10-28 14:11:19 +02:00
pancake
ab75536dbe
* Fix symstall with versioned libs
2010-10-28 13:16:58 +02:00
pancake
5d107aa50c
* Fix build
...
* Fix soname for libr2.so
2010-10-28 13:12:14 +02:00
pancake
63be7d8070
* Use relative symlinks in versioned libs
...
* Add r_meta stuff inside r_anal api
2010-10-28 12:10:21 +02:00
pancake
41489e229e
* Add 'beta' and 'pub' make targets
2010-10-28 03:30:15 +02:00
pancake
1b5ea31de4
* Use --soname with version number
...
* Fix redefinition symbol build issue with r_io-desc_free
* Fix compilation of python lang plugin for py>3
2010-10-28 03:23:42 +02:00
pancake
59d81c5103
* Fix r_io bindings
2010-10-28 02:52:40 +02:00
pancake
7767f79b35
* Added r_parse and r_print pkgconfig and vapis
...
* Fix all compilation problems of swig/
- Many new APIs are now exposed to the bindings
2010-10-28 02:51:01 +02:00
pancake
e0127a3b4f
* Some fixes for the vapis
2010-10-28 01:15:00 +02:00
pancake
98cc88700d
* Added much more detailed vapis
...
- Enhaces API support for valaswig bindings
- I'm probably breaking the build
2010-10-28 00:55:07 +02:00
Nibble
37db11ac74
* Fix r2 initial seek in non-debug mode
2010-10-28 00:19:10 +02:00
pancake
23e6bfb679
* Add manpages for rarc2 rarc2-tool ranal2
...
* Use the library symlinking layout as reported by Debian
2010-10-27 22:17:55 +02:00
pancake/n900
c03fcdfa87
* Fix build for maemo (native arm/linux)
...
- This is a compiler issue, not arch related
2010-10-27 20:09:29 +02:00
Nibble
c2dd0f1126
* Minor optimization in r_core_prompt()
...
- Avoid the use of r_config_get_i
* Apply pancake's patch
- fix cmd 'bp' with flags
2010-10-27 19:00:45 +02:00