mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Update repository links (#16663)
This commit is contained in:
parent
941245d871
commit
724d3f7685
3 changed files with 5 additions and 5 deletions
|
|
@ -372,7 +372,7 @@ As mentioned in README.md, the API itself is maintained in a different
|
|||
repository. The API function definitions in C header files are derived
|
||||
from and documented in the radare2-bindings repository, found at:
|
||||
```sh
|
||||
git clone git://github.com/radare/radare2-bindings
|
||||
git clone git://github.com/radareorg/radare2-bindings
|
||||
```
|
||||
|
||||
Currently the process of updating the header files from changed API
|
||||
|
|
@ -406,7 +406,7 @@ linux-arm and others, but the procedure is like this:
|
|||
|
||||
The source of radare2 can be found in the following GitHub repository.
|
||||
```sh
|
||||
git clone git://github.com/radare/radare2
|
||||
git clone git://github.com/radareorg/radare2
|
||||
```
|
||||
Other packages radare2 depends on, such as Capstone, are pulled from
|
||||
their git repository as required.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
IDA
|
||||
======
|
||||
|
||||
You can find conversion scripts to work between radare2 and IDA files (IDC, IDB...) in the repo:
|
||||
You can find conversion scripts to work between radare2 and IDA files (IDC, IDB...) here:
|
||||
|
||||
* https://github.com/radare/radare2ida
|
||||
* https://github.com/radareorg/radare2-extras/tree/master/r2ida
|
||||
|
||||
|
|
|
|||
|
|
@ -320,7 +320,7 @@ ifneq (${EXT_AR},a)
|
|||
endif
|
||||
endif
|
||||
../../radare2-webui:
|
||||
cd ../.. ; git clone --depth 1 https://github.com/radare/radare2-webui
|
||||
cd ../.. ; git clone --depth 1 https://github.com/radareorg/radare2-webui
|
||||
|
||||
../../radare2-webui/dist/m: ../../radare2-webui
|
||||
ifeq ($(WITHOUT_PULL),1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue