Skip to content

Commit

Permalink
Fix #19823 - Changed http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Omvpatil committed Feb 14, 2024
1 parent 9893067 commit 446ce5f
Show file tree
Hide file tree
Showing 28 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions dist/windows/README.md
@@ -1,6 +1,6 @@
# radare2-installer
Windows installer scripts for radare2

[![Build Status](http://ci.rada.re/buildStatus/icon?job=radare2-win-installer)](http://ci.rada.re/job/radare2-win-installer/)
[![Build Status](https://ci.rada.re/buildStatus/icon?job=radare2-win-installer)](https://ci.rada.re/job/radare2-win-installer/)

[Radare.exe](http://bin.rada.re/radare2.exe)
[Radare.exe](https://bin.rada.re/radare2.exe)
4 changes: 2 additions & 2 deletions doc/iphone.md
Expand Up @@ -26,8 +26,8 @@ Setup SDK for ARMv6

2) Download missing packages from lolcathost:

wget http://lolcathost.org/b/libgcc_4.2-20080410-1-6_iphoneos-arm.deb
wget http://lolcathost.org/b/libSystem.dylib
wget https://lolcathost.org/b/libgcc_4.2-20080410-1-6_iphoneos-arm.deb
wget https://lolcathost.org/b/libSystem.dylib

3) Install them

Expand Down
2 changes: 1 addition & 1 deletion doc/pdb/pdb_usage.md
Expand Up @@ -49,7 +49,7 @@ f pdb.__imp__printf = 0x192c8 # 0 .idata
f pdb.__imp__system = 0x192c0 # 0 .idata
f pdb._test_func__YAHHH_Z = 0x113e0 # 2 .text
...
Check out this post for more information about pf: http://radare.today/types/
Check out this post for more information about pf: https://radareorg.github.io/blog/posts/types/
````

- To download PDB file for some binary (.exe, .dll):
Expand Down
1 change: 0 additions & 1 deletion libr/arch/include/elf/common.h
Expand Up @@ -638,7 +638,6 @@
#define DTF_1_PARINIT 0x00000001
/* From
http://docs.sun.com:80/ab2/coll.45.13/LLM/@Ab2PageView/21165?Ab2Lang=C&Ab2Enc=iso-8859-1
DTF_1_CONFEXP is the same as DTF_1_PARINIT. It is a typo. The value
defined here is the same as the one in <sys/link.h> on Solaris 8. */
Expand Down
2 changes: 1 addition & 1 deletion libr/arch/include/opcode/lanai.h
Expand Up @@ -30,7 +30,7 @@
* noted when applicable. *
* *
* Myricom, Inc. Email: info@myri.com *
* 325 N. Santa Anita Ave. World Wide Web: http://www.myri.com/ *
* 325 N. Santa Anita Ave. World Wide Web: https://www.myri.com/ *
* Arcadia, CA 91024 *
*************************************************************************/
/* initial version released 5/95 */
Expand Down
8 changes: 4 additions & 4 deletions libr/arch/p/6502/plugin.c
@@ -1,14 +1,14 @@
/* radare - LGPL - Copyright 2019-2022 - condret, riq, pancake */

/* 6502 info taken from http://unusedino.de/ec64/technical/aay/c64/bchrt651.htm
/* 6502 info taken from https://unusedino.de/ec64/technical/aay/c64/bchrt651.htm
*
* Mnemonics logic based on:
* http://homepage.ntlworld.com/cyborgsystems/CS_Main/6502/6502.htm
* https://homepage.ntlworld.com/cyborgsystems/CS_Main/6502/6502.htm
* (archive)
* 1 https://web.archive.org/web/20160406122905/http://homepage.ntlworld.com/cyborgsystems/CS_Main/6502/6502.htm
* 1 https://web.archive.org/web/20160406122905/https://homepage.ntlworld.com/cyborgsystems/CS_Main/6502/6502.htm
* 2 https://github.com/csBlueChip/6502_Programming_Guide
* and:
* http://vice-emu.sourceforge.net/
* https://vice-emu.sourceforge.net/
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion libr/magic/ascmagic.c
Expand Up @@ -785,7 +785,7 @@ static int looks_ucs16(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ule
* The following EBCDIC-to-ASCII table may relate more closely to reality,
* or at least to modern reality. It comes from
*
* http://ftp.s390.ibm.com/products/oe/bpxqp9.html
* https://ftp.s390.ibm.com/products/oe/bpxqp9.html
*
* and maps the characters of EBCDIC code page 1047 (the code used for
* Unix-derived software on IBM's 390 systems) to the corresponding
Expand Down
4 changes: 2 additions & 2 deletions libr/magic/d/default/archive
Expand Up @@ -169,7 +169,7 @@
# >>>>62 string math Math document
#
# # OpenDocument formats (for OpenOffice 2.x / StarOffice >= 8)
# # http://lists.oasis-open.org/archives/office/200505/msg00006.html
# # https://lists.oasis-open.org/archives/office/200505/msg00006.html
# >>>50 string vnd.oasis.opendocument. OpenDocument
# >>>>73 string text
# >>>>>77 byte !0x2d Text
Expand Down Expand Up @@ -241,7 +241,7 @@
>6 belong x (%d byte(s))

# From: Dirk Jagdmann <doj@cubic.org>
# xar archive format: http://code.google.com/p/xar/
# xar archive format: https://code.google.com/p/xar/
0 string xar! xar archive
>6 beshort x - version %d

Expand Down
4 changes: 2 additions & 2 deletions libr/magic/d/default/compressed
Expand Up @@ -17,7 +17,7 @@
0 string \211LZO\000\015\012\032\012 LZO compressed data

# 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
# http://www.7-zip.org or DOC/7zFormat.txt
# https://www.7-zip.org or DOC/7zFormat.txt
#
0 string 7z\274\257\047\034 7-zip archive data,
>6 byte <0 invalid
Expand All @@ -31,7 +31,7 @@
# Implemented in the compress binwalk plugin.
#0 string \x1f\x9d\x90 compress'd data, 16 bits

# http://tukaani.org/xz/xz-file-format.txt
# https://tukaani.org/xz/xz-file-format.txt
0 string \xFD\x37\x7a\x58\x5a\x00 xz compressed data

# gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
Expand Down
2 changes: 1 addition & 1 deletion libr/magic/d/default/database
Expand Up @@ -235,7 +235,7 @@
>>7 byte x \b-%d

# Type: Advanced Data Format (ADF) database
# URL: http://www.grc.nasa.gov/WWW/cgns/adf/
# URL: https://www.grc.nasa.gov/WWW/cgns/adf/
# From: Nicolas Chauvat <nicolas.chauvat@logilab.fr>
#0 string @(#)ADF\ Database CGNS Advanced Data Format

Expand Down
60 changes: 30 additions & 30 deletions libr/magic/d/default/filesystems
Expand Up @@ -28,7 +28,7 @@
## Is there a boot block written 1 sector in?
#>512 belong&077777777 0600407 \b, boot block present
## Joerg Jenderek: Smart Boot Manager backup file is 41 byte header + first sectors of disc
## (http://btmgr.sourceforge.net/docs/user-guide-3.html)
## (https://btmgr.sourceforge.net/docs/user-guide-3.html)
#0 string SBMBAKUP_ Smart Boot Manager backup file
#>9 string x \b, version %-5.5s
#>>14 string =_
Expand Down Expand Up @@ -91,7 +91,7 @@
>139 string Invalid\ partition\ table\0
>>163 string Error\ loading\ operating\ system\0
>>>194 string Missing\ operating\ system\0 \b, Microsoft Windows XP mbr
# http://www.heise.de/ct/05/09/006/ page 184
# https://www.heise.de/ct/05/09/006/ page 184
#HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\DosDevices\?:=Serial4Bytes+8Bytes
>>>>0x1B8 ulelong >0 \b,Serial 0x%-.4x
>300 string Invalid\ partition\ table\0
Expand All @@ -110,13 +110,13 @@
>>96 string read\ error\ while\ reading\ drive \b, FREE-DOS Beta 0.9 MBR
>271 string Operating\ system\ loading
>>296 string error\r \b, SYSLINUX MBR (2.10)
# http://www.acronis.de/
# https://www.acronis.de/
>362 string MBR\ Error\ \0\r
>>376 string ress\ any\ key\ to\
>>>392 string boot\ from\ floppy...\0 \b, Acronis MBR
# added by Joerg Jenderek
# http://www.visopsys.org/
# http://partitionlogic.org.uk/
# https://www.visopsys.org/
# https://partitionlogic.org.uk/
>309 string No\ bootable\ partition\ found\r
>>339 string I/O\ Error\ reading\ boot\ sector\r \b, Visopsys MBR
>349 string No\ bootable\ partition\ found\r
Expand All @@ -134,7 +134,7 @@
>>172 string LILO \b, version 22.5.8 Debian
# updated by Joerg Jenderek
# variables according to grub-0.97/stage1/stage1.S or
# http://www.gnu.org/software/grub/manual/grub.html#Embedded-data
# https://www.gnu.org/software/grub/manual/grub.html#Embedded-data
# usual values are marked with comments to get only informations of strange GRUB loaders
>0 ulelong 0x009048EB
>>0x41 ubyte <2
Expand Down Expand Up @@ -168,14 +168,14 @@
>>>>321 string Loading\ stage1.5 \b, GRUB version x.y
>>>380 string Geom\0Hard\ Disk\0Read\0\ Error\0
>>>>374 string GRUB\ \0 \b, GRUB version n.m
# http://syslinux.zytor.com/
# https://syslinux.zytor.com/
>478 string Boot\ failed\r
>>495 string LDLINUX\ SYS \b, SYSLINUX bootloader (1.62)
>480 string Boot\ failed\r
>>495 string LDLINUX\ SYS \b, SYSLINUX bootloader (2.06 or 2.11)
>484 string Boot\ error\r \b, SYSLINUX bootloader (3.11)
>395 string chksum\0\ ERROR!\0 \b, Gujin bootloader
# http://www.bcdwb.de/bcdw/index_e.htm
# https://www.bcdwb.de/bcdw/index_e.htm
>3 string BCDL
>>498 string BCDL\ \ \ \ BIN \b, Bootable CD Loader (1.50Z)
# mbr partition table entries
Expand Down Expand Up @@ -234,7 +234,7 @@
>>>>>>>>>>>>502 ulelong x \b, startsector %u
>>>>>>>>>>>>506 ulelong x \b, %u sectors
# mbr partition table entries end
# http://www.acronis.de/
# https://www.acronis.de/
#FAT label=ACRONIS\ SZ
#OEM-ID=BOOTWIZ0
>442 string Non-system\ disk,\
Expand Down Expand Up @@ -624,14 +624,14 @@
>>>>505 ubyte&0xDF >0
>>>>>505 string x \b.%-.3s
# added by Joerg Jenderek
# http://www.visopsys.org/
# http://partitionlogic.org.uk/
# https://www.visopsys.org/
# https://partitionlogic.org.uk/
# OEM-ID=Visopsys
>478 ulelong 0
>>(1.b+326) string I/O\ Error\ reading\
>>>(1.b+344) string Visopsys\ loader\r
>>>>(1.b+361) string Press\ any\ key\ to\ continue.\r \b, Visopsys loader
# http://alexfru.chat.ru/epm.html#bootprog
# https://alexfru.chat.ru/epm.html#bootprog
>494 ubyte >0x4D
>>495 string >E
>>>495 string <S
Expand Down Expand Up @@ -669,7 +669,7 @@
#it also hangs with another message ("NF").
>>>>>492 string RENF \b, FAT (12 bit)
>>>>>495 string RENF \b, FAT (16 bit)
# http://alexfru.chat.ru/epm.html#bootprog
# https://alexfru.chat.ru/epm.html#bootprog
>494 ubyte >0x4D
>>495 string >E
>>>495 string <S
Expand Down Expand Up @@ -708,9 +708,9 @@
>>>>>492 string RENF \b, FAT (12 bit)
>>>>>495 string RENF \b, FAT (16 bit)
# added by Joerg Jenderek
# http://syslinux.zytor.com/iso.php
# https://syslinux.zytor.com/iso.php
0 ulelong 0x7c40eafa isolinux Loader
# http://syslinux.zytor.com/pxe.php
# https://syslinux.zytor.com/pxe.php
0 ulelong 0x007c05ea pxelinux Loader
0 ulelong 0x60669c66 pxelinux Loader
# loader end
Expand All @@ -729,7 +729,7 @@
>>>>>>>466 ubyte 0x0F \b, extended partition table (LBA)
>>>>>>>466 ubyte 0x0 \b, extended partition table (last)
# JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
# http://mirror.href.com/thestarman/asm/2bytejumps.htmm#FWD
# https://mirror.href.com/thestarman/asm/2bytejumps.htmm#FWD
# older drives may use Near JuMP instruction E9 xx xx
>0 lelong&0x009000EB 0x009000EB
>0 lelong&0x000000E9 0x000000E9
Expand All @@ -742,7 +742,7 @@
>>>11 uleshort <32769
>>>>11 uleshort >31
>>>>>3 string >\0 \b, OEM-ID "%8.8s"
#http://mirror.href.com/thestarman/asm/debug/debug2.htm#IHC
#https://mirror.href.com/thestarman/asm/debug/debug2.htm#IHC
>>>>>>8 string IHC \b cached by Windows 9M
>>>>>11 uleshort >512 \b, Bytes/sector %u
#>>>>>11 uleshort =512 \b, Bytes/sector %u=512 (usual)
Expand Down Expand Up @@ -849,7 +849,7 @@
# added by Joerg Jenderek
# In the second sector (+0x200) are variables according to grub-0.97/stage2/asm.S or
# grub-1.94/kern/i386/pc/startup.S
# http://www.gnu.org/software/grub/manual/grub.html#Embedded-data
# https://www.gnu.org/software/grub/manual/grub.html#Embedded-data
# usual values are marked with comments to get only informations of strange GRUB loaders
0x200 uleshort 0x70EA
# found only version 3.{1,2}
Expand Down Expand Up @@ -1123,8 +1123,8 @@
# 10 SS, 8 SPT
# 11 DS, 8 SPT
#
# 11111001 Double density 3� floppy disk, high density 5�
# 11110000 High density 3� floppy disk
# 11111001 Double density 3� floppy disk, high density 5�
# 11110000 High density 3� floppy disk
# 11111000 Hard disk any format
#

Expand Down Expand Up @@ -1320,7 +1320,7 @@
>984 string x volume label is '%-12.12s'

# From: Thomas Klausner <wiz@NetBSD.org>
# http://filext.com/file-extension/DAA
# https://filext.com/file-extension/DAA
# describes the daa file format. The magic would be:
0 string DAA\x0\x0\x0\x0\x0 PowerISO Direct-Access-Archive

Expand All @@ -1333,7 +1333,7 @@
# DOS x86 sector updated and separated from "DOS/MBR boot sector" by Joerg Jenderek at May 2011
# JuMP short bootcodeoffset NOP assembler instructions will usually be EB xx 90
# over BIOS parameter block (BPB)
# http://thestarman.pcministry.com/asm/2bytejumps.htm#FWD
# https://thestarman.pcministry.com/asm/2bytejumps.htm#FWD
# older drives may use Near JuMP instruction E9 xx xx
# minimal short forward jump found 0x29 for bootloaders or 0x0
# maximal short forward jump is 0x7f
Expand All @@ -1354,7 +1354,7 @@
>>>>>0 ubyte 0xE9
>>>>>>1 uleshort x \b, code offset 0x%x+3
>>>>>3 string >\0 \b, OEM-ID "%-.8s"
#http://mirror.href.com/thestarman/asm/debug/debug2.htm#IHC
#https://mirror.href.com/thestarman/asm/debug/debug2.htm#IHC
>>>>>>8 string IHC \b cached by Windows 9M
>>>>>11 uleshort >512 \b, Bytes/sector %u
#>>>>>11 uleshort =512 \b, Bytes/sector %u=512 (usual)
Expand Down Expand Up @@ -1388,7 +1388,7 @@
>>>>>26 ubyte =1 \b, heads %u
# valid only for sector sizes with more then 32 Bytes
>>>>>11 uleshort >32
# http://en.wikipedia.org/wiki/Design_of_the_FAT_file_system#Extended_BIOS_Parameter_Block
# https://en.wikipedia.org/wiki/Design_of_the_FAT_file_system#Extended_BIOS_Parameter_Block
# skip for values 2,2Ah,70h,73h,DFh
# and continue for extended boot signature values 0,28h,29h,80h
>>>>>>38 ubyte&0x56 =0
Expand Down Expand Up @@ -1419,7 +1419,7 @@
# Normally the number of clusters is calculated by the values of BPP.
# if it is small enough FAT is 12 bit, if it is too big enough FAT is 32 bit,
# otherwise FAT is 16 bit.
# http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
# https://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
>>>>>82 string/c !fat32
>>>>>>54 string FAT12 \b, FAT (12 bit)
>>>>>>54 string FAT16 \b, FAT (16 bit)
Expand Down Expand Up @@ -1450,7 +1450,7 @@
# FAT32 bit specific
>>>>>82 string/c fat32 \b, FAT (32 bit)
>>>>>>36 ulelong x \b, sectors/FAT %u
# http://technet.microsoft.com/en-us/library/cc977221.aspx
# https://technet.microsoft.com/en-us/library/cc977221.aspx
>>>>>>40 uleshort >0 \b, extension flags 0x%x
#>>>>>>40 uleshort =0 \b, extension flags %hu
>>>>>>42 uleshort >0 \b, fsVersion %u
Expand All @@ -1467,7 +1467,7 @@
#>>>>>>50 uleshort =6 \b, Backup boot sector %u (usual)
>>>>>>50 default x
>>>>>>>50 uleshort x \b, Backup boot sector %u
# corrected by Joerg Jenderek at Feb 2011 according to http://thestarman.pcministry.com/asm/mbr/MSWIN41.htm#FSINFO
# corrected by Joerg Jenderek at Feb 2011 according to https://thestarman.pcministry.com/asm/mbr/MSWIN41.htm#FSINFO
>>>>>>52 ulelong >0 \b, reserved1 0x%x
>>>>>>56 ulelong >0 \b, reserved2 0x%x
>>>>>>60 ulelong >0 \b, reserved3 0x%x
Expand All @@ -1493,8 +1493,8 @@
>>>>>>>(11.s) ulelong&0x00ffffF0 0x00ffffF0 \b, followed by FAT
# floppy image
!:mime application/x-ima
# NTFS specific added by Joerg Jenderek at Mar 2011 according to http://thestarman.pcministry.com/asm/mbr/NTFSBR.htm
# and http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/bios-parameter-block.html
# NTFS specific added by Joerg Jenderek at Mar 2011 according to https://thestarman.pcministry.com/asm/mbr/NTFSBR.htm
# and https://homepage.ntlworld.com/jonathan.deboynepollard/FGA/bios-parameter-block.html
# 0 FATs
>>>>>16 ubyte =0
# 0 root entries
Expand Down Expand Up @@ -1527,7 +1527,7 @@
>>>>>>>>>0x258 ulelong&0x00009090 =0x00009090
#>>>>>>>>>>&-92 indirect x \b; contains
# For 2nd NTFS sector added by Joerg Jenderek at Jan 2013
# http://thestarman.pcministry.com/asm/mbr/NTFSbrHexEd.htm
# https://thestarman.pcministry.com/asm/mbr/NTFSbrHexEd.htm
# unused assembler instructions JMP y2;NOP;NOP
0x056 ulelong&0xFFFF0FFF 0x909002EB
# unicode loadername terminated by CTRL-D
Expand Down
2 changes: 1 addition & 1 deletion libr/magic/d/default/flash
Expand Up @@ -5,7 +5,7 @@
#
# See
#
# http://www.macromedia.com/software/flash/open/
# https://www.macromedia.com/software/flash/open/
#
0 string FWS
>3 byte <11
Expand Down
2 changes: 1 addition & 1 deletion libr/magic/d/default/images
Expand Up @@ -169,7 +169,7 @@

# Simon Walton <simonw@matteworld.com>
# Kodak Cineon format for scanned negatives
# http://www.kodak.com/US/en/motion/support/dlad/
# https://www.kodak.com/US/en/motion/support/dlad/
# 0 lelong 0xd75f2a80 Cineon image data
# >200 belong >0 \b, %ld x
# >204 belong >0 %ld
Expand Down
4 changes: 2 additions & 2 deletions libr/magic/d/default/java
Expand Up @@ -15,7 +15,7 @@
# 0 belong 0xcececece Java JCE KeyStore
# !:mime application/x-java-jce-keystore

# Android .dex format. http://retrodev.com/android/dexformat.html
# Android .dex format. https://retrodev.com/android/dexformat.html
# https://source.android.com/devices/tech/dalvik/dex-format.html
# From <mkf@google.com> "Mike Fleming"
0 string dex\n
Expand All @@ -32,7 +32,7 @@

# Android .vdex format.
# https://android.googlesource.com/platform/art/+/master/runtime/vdex_file.h#114
# http://romainthomas.fr/post/android-vdex/
# https://romainthomas.fr/post/android-vdex/
# https://github.com/anestisb/vdexExtractor/blob/master/src/vdex/vdex_common.h#L30
0 string vdex
>0 regex vdex[0-9][0-9][0-9]\0 Android VDEX file
Expand Down

0 comments on commit 446ce5f

Please sign in to comment.