Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Port to Rizin
- Loading branch information
1 parent
0e9b0c9
commit 2b8ac6e
Showing
52 changed files
with
954 additions
and
954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,96 +1,99 @@ | ||
| # Binaries | ||
| AStyle* | ||
|
|
||
| # OSX files | ||
| *.DS_Store | ||
| .AppleDouble | ||
| .LSOverride | ||
|
|
||
| # C++ objects and libs | ||
| *.slo | ||
| *.lo | ||
| *.o | ||
| *.a | ||
| *.la | ||
| *.lai | ||
| *.so | ||
| *.dll | ||
| *.dylib | ||
|
|
||
| # Qt files | ||
| *.qmake.cache | ||
| *.qmake.stash | ||
| *.pro.user | ||
| *.pro.user.* | ||
| *.qbs.user | ||
| *.qbs.user.* | ||
| *.moc | ||
| moc_*.cpp | ||
| qrc_*.cpp | ||
| moc_*.h | ||
| ui_*.h | ||
| build*/ | ||
| cmake-build-*/ | ||
| # Binaries | ||
| AStyle* | ||
|
|
||
| # OSX files | ||
| *.DS_Store | ||
| .AppleDouble | ||
| .LSOverride | ||
|
|
||
| # C++ objects and libs | ||
| *.slo | ||
| *.lo | ||
| *.o | ||
| *.a | ||
| *.la | ||
| *.lai | ||
| *.so | ||
| *.dll | ||
| *.dylib | ||
|
|
||
| # Qt files | ||
| *.qmake.cache | ||
| *.qmake.stash | ||
| *.pro.user | ||
| *.pro.user.* | ||
| *.qbs.user | ||
| *.qbs.user.* | ||
| *.moc | ||
| moc_*.cpp | ||
| qrc_*.cpp | ||
| moc_*.h | ||
| ui_*.h | ||
| build*/ | ||
| cmake-build-*/ | ||
| /src-build/ | ||
|
|
||
| # Build folders | ||
| Debug | ||
| Release | ||
|
|
||
| # QtCreator | ||
| *.autosave | ||
| *.qmlproject.user | ||
| *.qmlproject.user.* | ||
| CMakeLists.txt.user | ||
|
|
||
| # CLion | ||
| .idea | ||
|
|
||
| # Vim | ||
| *.swp | ||
| *~ | ||
|
|
||
| # Git mergetool | ||
| ~.orig | ||
|
|
||
| # CMake Files: | ||
| src/*_automoc.cpp | ||
| *CMakeCache.txt* | ||
| *cmake_install.cmake* | ||
| src/CMakeFiles/* | ||
|
|
||
| # Prepare_r2 | ||
| ninja.exe | ||
| r2_dist_x86/ | ||
| r2_dist_x64/ | ||
| r2_dist/ | ||
| *.pdb | ||
|
|
||
| # Mesonbuild | ||
| src/subprojects/ | ||
|
|
||
| # Python | ||
| __pycache__ | ||
| /python/ | ||
|
|
||
| # Other | ||
| compile_commands.json | ||
| .ccls-cache | ||
| docs/source/_build | ||
|
|
||
| # vscode | ||
| /.vscode/* | ||
| !/.vscode/settings.json | ||
| !/.vscode/extensions.json | ||
|
|
||
| # Visual Studio CMake | ||
| src/out | ||
| .vs | ||
|
|
||
| # cutter-deps | ||
| /cutter-deps | ||
|
|
||
| /breakpad | ||
|
|
||
| # astyle backup .orig files | ||
| *.orig | ||
|
|
||
| # Build folders | ||
| Debug | ||
| Release | ||
|
|
||
| # QtCreator | ||
| *.autosave | ||
| *.qmlproject.user | ||
| *.qmlproject.user.* | ||
| CMakeLists.txt.user | ||
|
|
||
| # CLion | ||
| .idea | ||
|
|
||
| # Vim | ||
| *.swp | ||
| *~ | ||
|
|
||
| # Git mergetool | ||
| ~.orig | ||
|
|
||
| # CMake Files: | ||
| src/*_automoc.cpp | ||
| *CMakeCache.txt* | ||
| *cmake_install.cmake* | ||
| src/CMakeFiles/* | ||
|
|
||
| # Prepare_r2 | ||
| ninja.exe | ||
| r2_dist_x86/ | ||
| r2_dist_x64/ | ||
| r2_dist/ | ||
| *.pdb | ||
|
|
||
| # Mesonbuild | ||
| src/subprojects/ | ||
|
|
||
| # Python | ||
| __pycache__ | ||
| /python/ | ||
|
|
||
| # Other | ||
| compile_commands.json | ||
| .ccls-cache | ||
| docs/source/_build | ||
|
|
||
| # vscode | ||
| /.vscode/* | ||
| !/.vscode/settings.json | ||
| !/.vscode/extensions.json | ||
|
|
||
| # Visual Studio CMake | ||
| src/out | ||
| .vs | ||
|
|
||
| # cutter-deps | ||
| /cutter-deps | ||
|
|
||
| /breakpad | ||
|
|
||
| # astyle backup .orig files | ||
| *.orig | ||
|
|
||
| # Gdb's history | ||
| .gdb_history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [submodule "radare2"] | ||
| path = radare2 | ||
| url = https://github.com/radareorg/radare2 | ||
| [submodule "rizin"] | ||
| path = rizin | ||
| url = git@github.com:rizinorg/rizin | ||
| [submodule "src/translations"] | ||
| path = src/translations | ||
| url = https://github.com/radareorg/cutter-translations | ||
| url = git@github.com:rizinorg/cutter-translations |
Submodule radare2
deleted from
293cf5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.