From 7dd19cff683be93c7b386a43737c3b473f74dac8 Mon Sep 17 00:00:00 2001 From: theNKCode Date: Tue, 21 Mar 2023 21:06:25 +0530 Subject: [PATCH] Referenced https:// instead of http:// everywhere as per requirement --- COPYING | 8 ++++---- COPYING.LESSER | 2 +- DEVELOPERS.md | 2 +- binr/radare2/Info.plist | 2 +- binr/radare2/radare2_ios.xml | 2 +- binr/radare2/radare2_macos.xml | 2 +- binr/ragg2/shellcodes.c.src | 10 +++++----- dist/vagrant/Vagrantfile | 2 +- dist/windows/LICENSE | 2 +- dist/windows/radare2.iss | 2 +- doc/android.md | 2 +- doc/avr.md | 2 +- doc/cross-compile.md | 2 +- doc/images/keepr2.svg | 20 +++++++++---------- doc/images/morelogos.svg | 20 +++++++++---------- doc/images/r2.svg | 18 ++++++++--------- doc/images/r2cloud.svg | 18 ++++++++--------- doc/images/r2con/2018-handwritten.svg | 4 ++-- doc/images/r2con/2019-neintendo.svg | 18 ++++++++--------- doc/images/r2cs.svg | 18 ++++++++--------- doc/images/r2pow.svg | 18 ++++++++--------- doc/images/r2w.svg | 18 ++++++++--------- doc/license.md | 6 +++--- doc/maemo.md | 2 +- doc/pdb/package.json | 2 +- libr/anal/arch/lh5801/lh5801.c | 2 +- .../anal/arch/loongarch/gnu/loongarch-coder.c | 2 +- libr/anal/arch/loongarch/gnu/loongarch-opc.c | 2 +- .../arch/loongarch/gnu/loongarch-private.h | 2 +- libr/anal/dwarf_process.c | 10 +++++----- libr/anal/p/anal_avr.c | 4 ++-- libr/anal/p/anal_x86_cs.c | 2 +- 32 files changed, 113 insertions(+), 113 deletions(-) diff --git a/COPYING b/COPYING index 94a9ed024d..e60008693e 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/COPYING.LESSER b/COPYING.LESSER index 65c5ca88a6..0a041280bd 100644 --- a/COPYING.LESSER +++ b/COPYING.LESSER @@ -1,7 +1,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 7610dd7431..3dcf1da6e9 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -500,7 +500,7 @@ against to use radare2's libraries without depending on an existing system installation. See [doc/static.md](doc/static.md) for more info. [This presentation](http://radare.org/get/lacon-radare-2009/) gives a good -overview of the libraries. +overview of the libraries. //Link not working temporarily. ## API diff --git a/binr/radare2/Info.plist b/binr/radare2/Info.plist index 3f63107a36..738eb3ceb3 100644 --- a/binr/radare2/Info.plist +++ b/binr/radare2/Info.plist @@ -1,5 +1,5 @@ - + CFBundleDevelopmentRegion diff --git a/binr/radare2/radare2_ios.xml b/binr/radare2/radare2_ios.xml index 7a36570a65..dbf59e83fd 100644 --- a/binr/radare2/radare2_ios.xml +++ b/binr/radare2/radare2_ios.xml @@ -1,5 +1,5 @@ - + com.apple.springboard.debugapplications diff --git a/binr/radare2/radare2_macos.xml b/binr/radare2/radare2_macos.xml index 697fbd6731..3d8ce5f75c 100644 --- a/binr/radare2/radare2_macos.xml +++ b/binr/radare2/radare2_macos.xml @@ -1,5 +1,5 @@ - + com.apple.security.cs.debugger diff --git a/binr/ragg2/shellcodes.c.src b/binr/ragg2/shellcodes.c.src index ad6000a917..b9ab36c3c2 100644 --- a/binr/ragg2/shellcodes.c.src +++ b/binr/ragg2/shellcodes.c.src @@ -26,7 +26,7 @@ #define ut8 unsigned char // moar at: -// http://www.groar.org/expl/openbsd/english.shtml +// https://www.groar.org/expl/openbsd/english.shtml #if SELFSTOP @@ -229,7 +229,7 @@ char sparc_linux_binsh[]= /* javicoder shellcodes --------------------- beerware license - http://www.48bits.com/papers/sparc_shellcodes.txt + https://www.48bits.com/papers/sparc_shellcodes.txt */ char sparc_linux_javicoder_binsh[] = "\x21\x0b\xd8\x9a\xa0\x14\x21\x6e\x23\x0b" @@ -804,7 +804,7 @@ char x86_ppc_osx_binsh[] = "\x58"; // X /* by Jonathan Salwan - * http://shell-storm.org/shellcode/files/shellcode-735.php + * https://shell-storm.org/shellcode/files/shellcode-735.php */ char arm_linux_adduser[] = /* Thumb mode */ @@ -864,7 +864,7 @@ char arm_linux_adduser[] = "\x2f\x65\x74\x63\x2f\x70\x61\x73\x73\x77\x64"; /* by Dustin Schultz - * http://shell-storm.org/shellcode/files/shellcode-736.php + * https://shell-storm.org/shellcode/files/shellcode-736.php */ char x64_osx_suidsh[] = "\x41\xb0\x02\x49\xc1\xe0\x18\x49\x83\xc8\x17\x31\xff\x4c\x89\xc0" @@ -875,7 +875,7 @@ char x64_osx_suidsh[] = /* OSX reverse tcp shell (131 bytes) * replace FFFFFFFF around byte 43 with the call back ip in hex * replace 5C11 around byte 39 with a new port current is 4444 - * http://hammackj.com/2011/04/28/osx-x64-reverse-tcp-shellcode/ + * https://hammackj.com/2011/04/28/osx-x64-reverse-tcp-shellcode/ */ char x64_osx_reverse_tcp[] = "\x41\xb0\x02\x49\xc1\xe0\x18\x49\x83\xc8\x61\x4c\x89\xc0\x48" diff --git a/dist/vagrant/Vagrantfile b/dist/vagrant/Vagrantfile index 73104f3ff8..d115473194 100644 --- a/dist/vagrant/Vagrantfile +++ b/dist/vagrant/Vagrantfile @@ -1,6 +1,6 @@ Vagrant.configure("2") do |config| # config.vm.box = "trusty64" -# config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box" +# config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box" config.vm.box = "terrywang/archlinux" config.vm.provision :shell, :path => "Vagrantfile.sh", :privileged => false diff --git a/dist/windows/LICENSE b/dist/windows/LICENSE index 341c30bda4..5357f69183 100644 --- a/dist/windows/LICENSE +++ b/dist/windows/LICENSE @@ -1,7 +1,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/dist/windows/radare2.iss b/dist/windows/radare2.iss index db5545c440..17e3dc6f15 100644 --- a/dist/windows/radare2.iss +++ b/dist/windows/radare2.iss @@ -3,7 +3,7 @@ #define MyAppName "radare2" #define MyAppPublisher "radare.org" -#define MyAppURL "http://radare.org/" +#define MyAppURL "https://radare.org/" [Setup] ; NOTE: The value of AppId uniquely identifies this application. diff --git a/doc/android.md b/doc/android.md index be9ef78d1d..5135869fac 100644 --- a/doc/android.md +++ b/doc/android.md @@ -7,7 +7,7 @@ Install NDK in archlinux x86-64 To build r2 for android you need to install the NDK: - http://developer.android.com/tools/sdk/ndk/index.html + https://developer.android.com/tools/sdk/ndk/index.html Edit `~/.r2androidrc` to setup the paths to your ndk diff --git a/doc/avr.md b/doc/avr.md index 1165557016..daeaa91b25 100644 --- a/doc/avr.md +++ b/doc/avr.md @@ -3,7 +3,7 @@ AVR (arduino, atmega128, ..) Install JTAG serial driver: - http://www.wch.cn/download/CH341SER_MAC_ZIP.html + https://www.wch.cn/download/CH341SER_MAC_ZIP.html Install SDK from Arduino: diff --git a/doc/cross-compile.md b/doc/cross-compile.md index d1419ce03a..57197402c7 100644 --- a/doc/cross-compile.md +++ b/doc/cross-compile.md @@ -35,4 +35,4 @@ $ dockcross make Here is some more context and references: https://github.com/radareorg/radare2/pull/5060 -http://blogs.nopcode.org/brainstorm/2016/07/26/cross-compiling-with-docker +https://blogs.nopcode.org/brainstorm/2016/07/26/cross-compiling-with-docker diff --git a/doc/images/keepr2.svg b/doc/images/keepr2.svg index c1a1567630..abbbb8393b 100644 --- a/doc/images/keepr2.svg +++ b/doc/images/keepr2.svg @@ -1,15 +1,15 @@ - + image/svg+xml + rdf:resource="https://purl.org/dc/dcmitype/StillImage" /> diff --git a/doc/images/morelogos.svg b/doc/images/morelogos.svg index 338afde201..e238f7f2be 100644 --- a/doc/images/morelogos.svg +++ b/doc/images/morelogos.svg @@ -1,15 +1,15 @@ - + image/svg+xml + rdf:resource="https://purl.org/dc/dcmitype/StillImage" /> diff --git a/doc/images/r2.svg b/doc/images/r2.svg index ef09ffbde1..3035805147 100644 --- a/doc/images/r2.svg +++ b/doc/images/r2.svg @@ -1,14 +1,14 @@ - + image/svg+xml - + image/svg+xml - + + diff --git a/doc/images/r2con/2019-neintendo.svg b/doc/images/r2con/2019-neintendo.svg index a69511d05c..09369a2f5a 100644 --- a/doc/images/r2con/2019-neintendo.svg +++ b/doc/images/r2con/2019-neintendo.svg @@ -1,14 +1,14 @@ - + image/svg+xml + rdf:resource="https://purl.org/dc/dcmitype/StillImage" /> diff --git a/doc/images/r2cs.svg b/doc/images/r2cs.svg index c793b245c8..72a50ea3b2 100644 --- a/doc/images/r2cs.svg +++ b/doc/images/r2cs.svg @@ -1,14 +1,14 @@ - + image/svg+xml + rdf:resource="https://purl.org/dc/dcmitype/StillImage" /> diff --git a/doc/images/r2pow.svg b/doc/images/r2pow.svg index 9513e1d1fd..57b607246f 100644 --- a/doc/images/r2pow.svg +++ b/doc/images/r2pow.svg @@ -1,14 +1,14 @@ - + image/svg+xml - + image/svg+xml + rdf:resource="https://purl.org/dc/dcmitype/StillImage" /> diff --git a/doc/license.md b/doc/license.md index dd67446713..eeae143907 100644 --- a/doc/license.md +++ b/doc/license.md @@ -2,11 +2,11 @@ Before you try to statically link r2, you should know about the licenses that go along with it, -http://stackoverflow.com/questions/10130143/gpl-lgpl-and-static-linking +https://stackoverflow.com/questions/10130143/gpl-lgpl-and-static-linking Also this stackoverflow page explains the legal case of using it via r2pipe, -http://stackoverflow.com/questions/1394623/can-i-dynamically-call-a-lgpl-gpl-software-in-my-closed-source-application +https://stackoverflow.com/questions/1394623/can-i-dynamically-call-a-lgpl-gpl-software-in-my-closed-source-application LGPLv3 keeps the freedom to the user to switch to a different version of the r2 libraries, so static linking is not permitted unless the privative software is distributed with the object files needed to do the full static link, so the users will be able to upgrade or modify r2 libraries even if @@ -48,7 +48,7 @@ MIT Please refer to the radare2-webui repository for a detailed list of all the javascript frameworks used on every webui shipped under the shlr/www directory. Read the following links for detailed understanding of licensing the web. * https://www.gnu.org/software/librejs/free-your-javascript.html -* http://greendrake.info/#nfy0 +* https://greendrake.info/#nfy0 ## Non-LGPL code shipped in r2 diff --git a/doc/maemo.md b/doc/maemo.md index 2f92da3d0d..7c8f15a0ab 100644 --- a/doc/maemo.md +++ b/doc/maemo.md @@ -3,7 +3,7 @@ Build for maemo6 (Harmattan) N9 - N950 1. Install QtSDK - http://qt.nokia.com/downloads/ + https://qt.nokia.com/downloads/ 2. Configure mad (maemo development environment) diff --git a/doc/pdb/package.json b/doc/pdb/package.json index 73845d13a4..0a19ea1711 100644 --- a/doc/pdb/package.json +++ b/doc/pdb/package.json @@ -33,5 +33,5 @@ "bugs": { "url": "https://github.com/radareorg/radare2/issues" }, - "homepage": "http://www.radare.org" + "homepage": "https://www.radare.org" } diff --git a/libr/anal/arch/lh5801/lh5801.c b/libr/anal/arch/lh5801/lh5801.c index d394a5c4db..5238847514 100644 --- a/libr/anal/arch/lh5801/lh5801.c +++ b/libr/anal/arch/lh5801/lh5801.c @@ -8,7 +8,7 @@ * (system manual) as published by Günter Holtkötter GmbH. * * An english version is available at - * http://www.pc1500.com/technical_reference_manual.html. + * https://www.pc1500.com/technical_reference_manual.html. */ #include "lh5801.h" diff --git a/libr/anal/arch/loongarch/gnu/loongarch-coder.c b/libr/anal/arch/loongarch/gnu/loongarch-coder.c index 7e21f3c37b..a4af6d968e 100644 --- a/libr/anal/arch/loongarch/gnu/loongarch-coder.c +++ b/libr/anal/arch/loongarch/gnu/loongarch-coder.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING3. If not, - see . */ + see . */ #include #include #include "loongarch-private.h" diff --git a/libr/anal/arch/loongarch/gnu/loongarch-opc.c b/libr/anal/arch/loongarch/gnu/loongarch-opc.c index fb556ddbe4..b969d1bee9 100644 --- a/libr/anal/arch/loongarch/gnu/loongarch-opc.c +++ b/libr/anal/arch/loongarch/gnu/loongarch-opc.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING3. If not, - see . */ + see . */ #include #include "loongarch-private.h" diff --git a/libr/anal/arch/loongarch/gnu/loongarch-private.h b/libr/anal/arch/loongarch/gnu/loongarch-private.h index e3dc2a1539..b6559ca8a7 100644 --- a/libr/anal/arch/loongarch/gnu/loongarch-private.h +++ b/libr/anal/arch/loongarch/gnu/loongarch-private.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING3. If not, - see . */ + see . */ #ifndef _LOONGARCH_H_ #define _LOONGARCH_H_ diff --git a/libr/anal/dwarf_process.c b/libr/anal/dwarf_process.c index eaacad2cd8..c16f622511 100644 --- a/libr/anal/dwarf_process.c +++ b/libr/anal/dwarf_process.c @@ -383,7 +383,7 @@ static st32 parse_type(Context *ctx, const ut64 offset, RStrBuf *strbuf, ut64 *s /** * @brief Parses structured entry into *result RAnalStructMember - * http://www.dwarfstd.org/doc/DWARF4.pdf#page=102&zoom=100,0,0 + * https://www.dwarfstd.org/doc/DWARF4.pdf#page=102&zoom=100,0,0 * * @param ctx * @param idx index of the current entry @@ -425,7 +425,7 @@ static RAnalStructMember *parse_struct_member(Context *ctx, ut64 idx, RAnalStruc the beginning of containing entity. If containing entity has a bit offset, member has that bit offset aswell 2.: value is a location description - http://www.dwarfstd.org/doc/DWARF4.pdf#page=39&zoom=100,0,0 + https://www.dwarfstd.org/doc/DWARF4.pdf#page=39&zoom=100,0,0 */ offset = value->uconstant; break; @@ -464,7 +464,7 @@ cleanup: /** * @brief Parses enum entry into *result RAnalEnumCase - * http://www.dwarfstd.org/doc/DWARF4.pdf#page=110&zoom=100,0,0 + * https://www.dwarfstd.org/doc/DWARF4.pdf#page=110&zoom=100,0,0 * * @param ctx * @param idx index of the current entry @@ -512,7 +512,7 @@ cleanup: * @param ctx * @param idx index of the current entry */ -// http://www.dwarfstd.org/doc/DWARF4.pdf#page=102&zoom=100,0,0 +// https://www.dwarfstd.org/doc/DWARF4.pdf#page=102&zoom=100,0,0 static void parse_structure_type(Context *ctx, ut64 idx) { const RBinDwarfDie *die = &ctx->all_dies[idx]; @@ -649,7 +649,7 @@ cleanup: * @brief Parses a typedef entry into RAnalBaseType and saves it * using r_anal_save_base_type () * - * http://www.dwarfstd.org/doc/DWARF4.pdf#page=96&zoom=100,0,0 + * https://www.dwarfstd.org/doc/DWARF4.pdf#page=96&zoom=100,0,0 * * @param ctx * @param idx index of the current entry diff --git a/libr/anal/p/anal_avr.c b/libr/anal/p/anal_avr.c index 0fac2a060b..032034a65b 100644 --- a/libr/anal/p/anal_avr.c +++ b/libr/anal/p/anal_avr.c @@ -1944,8 +1944,8 @@ static bool set_reg_profile(RAnal *anal) { "=BP y\n" "=RS 8\n" - // explained in http://www.nongnu.org/avr-libc/user-manual/FAQ.html - // and http://www.avrfreaks.net/forum/function-calling-convention-gcc-generated-assembly-file + // explained in https://www.nongnu.org/avr-libc/user-manual/FAQ.html + // and https://www.avrfreaks.net/forum/function-calling-convention-gcc-generated-assembly-file "=A0 r25\n" "=A1 r24\n" "=A2 r23\n" diff --git a/libr/anal/p/anal_x86_cs.c b/libr/anal/p/anal_x86_cs.c index c9ab490fd6..d3756ac5e6 100644 --- a/libr/anal/p/anal_x86_cs.c +++ b/libr/anal/p/anal_x86_cs.c @@ -1831,7 +1831,7 @@ static void anop_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len, if (!arg2 && !arg1) { // TODO: IDIV rbx not implemented. this is just a workaround // - // http://www.tptp.cc/mirrors/siyobik.info/instruction/IDIV.html + // https://www.tptp.cc/mirrors/siyobik.info/instruction/IDIV.html // Divides (signed) the value in the AX, DX:AX, or EDX:EAX registers (dividend) by the source operand (divisor) and stores the result in the AX (AH:AL), DX:AX, or EDX:EAX registers. The source operand can be a general-purpose register or a memory location. The action of this instruction depends on the operand size (dividend/divisor), as shown in the following table: // IDIV RBX == RDX:RAX /= RBX