Git Product home page Git Product logo

pinfinder's Introduction

iOS Screen Time & Restrictions Passcode Finder

Build Status Download Count

Pinfinder is a small program for Mac, Windows and Linux which attempts to to find the screen time and/or restrictions passcode for an iOS device (iPhone, iPad or iPod Touch) from a normal backup of the device made by iTunes on your computer.

See https://pinfinder.net/ for quick instructions on how to download and use it. It works with devices running iOS 8 though iOS 12.4.4 - It does not support iOS 13 and later, as the passcode is no longer stored in the iTunes backup - See https://pinfinder.net/faq.html#ios13

NOTE: This program will not help you unlock a locked device - It can only help recover the restrictions passcode as found in Settings -> General -> Restrictions. More information about Restrictions can be found at Apple's web site.

Compiling this program

(Most people don't need to do any of this; just go to https://pinfinder.net/ instead, unless you're technically inclined to read on ;-) )

If you are running on a platform other than Mac, Windows or Linux you will need to compile the program yourself:

First Download and install Go.

Once Go is installed, you can clone the pinfinder repo and build it. Pinfinder uses the new module system found in Go 1.11 and later to track its dependencies.

cd ~
git clone https://github.com/gwatts/pinfinder.git
cd pinfinder
GO111MODULE=on go build .
./pinfinder

Other resources

Inspired with thanks by information found here:

https://nbalkota.wordpress.com/2014/04/05/recover-your-forgotten-ios-7-restrictions-pin-code/

Other Notes

Last tested with iOS 8 through 12.2 on OS X 10.10, 10.11, 10.12, 10.12, 10.13 Windows XP and Windows 8 with iTunes 12.7

NOTE: Recovery of an iOS 12 passcode requires an encrypted iTunes backup.

Pinfinder is not compatible with iOS 13 and later - See https://pinfinder.net/faq.html#ios13

pinfinder's People

Contributors

gwatts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pinfinder's Issues

Found pin but still doesnt work

I've used the pin finder and ios7hash with my latest backup (tonight at 9:52pm) and got the pin: 2580 for both. But when i put it into my phone, it doesn't work?!?? please help

Y0!

What about iOS 11?

-bash: pinfider: command not found

Trying to run pinfinder on OSX 10.11, iOS 9.1. Unencripted backup on iTunes.

I'm fairly Unix savvy. Can't figure out why the pinfinder executable does not want to run:

CSC-Incs-MacBook-Pro:Downloads CSCInc$ pinfinder /Users/CSCInc/Library/Application\ Support/MobileSync/Backup/7e3b6154b109c0fe7572f6bf061d540ea2f29ee2
-bash: pinfider: command not found

I can run pinfinder as follows:

CSC-Incs-MacBook-Pro:Downloads CSCInc$ ./pinfinder
PIN Finder 1.2.0
Directory not found: /Users/CSCInc/Library/Application Support/MobileSync/Backup/.DS_Store
Usage: pinfinder [flags] []
-nopause
Set to true to prevent the program pausing for input on completion
Press Enter to exit

...so I know that pinfinder can be executed in the current directory.

Then I try:

CSC-Incs-MacBook-Pro:Downloads CSCInc$ ./pinfider /Users/CSCInc/Library/Application\ Support/MobileSync/Backup/7e3b6154b109c0fe7572f6bf061d540ea2f29ee2
-bash: ./pinfider: No such file or directory

My path looks ok:

CSC-Incs-MacBook-Pro:Downloads CSCInc$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin

Error?

Hi, I am getting the following error:

PIN Finder 1.4.0
http://github.com/gwatts/pinfinder
Sync Directory: C:\Users\bencarvell\AppData\Roaming\Apple Computer\MobileSync\Ba
ckup

IOS DEVICE BACKUP TIME RESTRICTION
S PASSCODE
Ben's iPhone Aug 16, 2016 10:51 PM BST plist: type
mismatch: tried to decode string into value of type struct { Key []uint8 "plist
:"RestrictionsPasswordKey""; Salt []uint8 "plist:"RestrictionsPasswordSalt""
}

Press Enter to exit

I have done two unencrypted back ups now, and tried earlier versions of Pinfinder. There is definitely still a restrictions passcode!

Thanks,

Doesn't output passcode

I accidentally forgot the restrictions password for my iPad (running 11.4.1, dunno if that isn't working) so I downloaded this and gave it a try.

For some reason, it doesn't output anything, even if run as "Sudo /Path/To/Pinfinder/pinfinder -diag"
or "sudo /path/to/pinfinder/pinfinder /path/to/backup\ folder/" or "sudo path/pinfinder /path/to/backup\ folder/ipadbackup" it doesn't work

It just outputs

output.txt
sysinfo.txt

or

"Invalid backup directory" for the latter two

How do I solve this?

"no passcode stored" windows 10

I've been trying to figure out my restrictions passcode, all I'm getting is "no passcode stored", and the backup date. I'm on windows 10

Tested wih iOS 10

Trying to use against a backup of iOS 10 on a Win 10 machine. App finds the backup, but says "No passcode stored". Is this due to any changes in iOS 10? Any plans on correcting for this?

image

iPod 5 restrictions

hi there my names amy
I just got to this website and I wanna get rid of my iPod 5 restrictions but I don't want to lose all my photos data apps etc
how would I do this?

'go get' fails

$ go get github.com/gwatts/pinfinder
# github.com/gwatts/pinfinder
go/src/github.com/gwatts/pinfinder/decrypt.go:22:30: not enough arguments in call to backup.Open
	have (string)
	want (string, string)
go/src/github.com/gwatts/pinfinder/decrypt.go:35:14: encbw.RecordById undefined (type *backup.MobileBackup has no field or method RecordById)
$ go version
go version go1.10 darwin/amd64

Here is my error

Last login: Fri Dec 1 16:30:20 on ttys000
/Users/sixtosuazo/Library/Application\ Support/MobileSync/Backup/c9f0486977bd73e358978bf51ab98eb4a6d57014/pinfinder ; exit;
Sixtos-MacBook-Pro-2:~ sixtosuazo$ /Users/sixtosuazo/Library/Application\ Support/MobileSync/Backup/c9f0486977bd73e358978bf51ab98eb4a6d57014/pinfinder ; exit;
failed MSpanList_Insert 0x404000 0x5ba48779f7fc 0x0 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x1af8d0, 0x10)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x7ffeefbff540 sp=0x7ffeefbff528
runtime.(*mSpanList).insert(0x26dea8, 0x404000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:933 +0x293 fp=0x7ffeefbff570 sp=0x7ffeefbff540
runtime.(*mheap).freeSpanLocked(0x26d6a0, 0x404000, 0x100, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:809 +0x4be fp=0x7ffeefbff5d8 sp=0x7ffeefbff570
runtime.(*mheap).grow(0x26d6a0, 0x8, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:675 +0x2a0 fp=0x7ffeefbff630 sp=0x7ffeefbff5d8
runtime.(*mheap).allocSpanLocked(0x26d6a0, 0x1, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:553 +0x4e3 fp=0x7ffeefbff688 sp=0x7ffeefbff630
runtime.(*mheap).alloc_m(0x26d6a0, 0x1, 0x15, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:437 +0x119 fp=0x7ffeefbff6b8 sp=0x7ffeefbff688
runtime.(*mheap).alloc.func1()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:502 +0x41 fp=0x7ffeefbff6e8 sp=0x7ffeefbff6b8
runtime.systemstack(0x7ffeefbff708)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:307 +0xab fp=0x7ffeefbff6f0 sp=0x7ffeefbff6e8
runtime.(*mheap).alloc(0x26d6a0, 0x1, 0x10000000015, 0x1708f)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:503 +0x63 fp=0x7ffeefbff738 sp=0x7ffeefbff6f0
runtime.(*mcentral).grow(0x26f2a0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:209 +0x93 fp=0x7ffeefbff7a0 sp=0x7ffeefbff738
runtime.(*mcentral).cacheSpan(0x26f2a0, 0x26a308)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:89 +0x47d fp=0x7ffeefbff7e0 sp=0x7ffeefbff7a0
runtime.(*mcache).refill(0x400000, 0x15, 0x7ffeefbff848)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcache.go:119 +0xcc fp=0x7ffeefbff818 sp=0x7ffeefbff7e0
runtime.mallocgc.func2()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:642 +0x2b fp=0x7ffeefbff838 sp=0x7ffeefbff818
runtime.systemstack(0x7ffeefbff8d8)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:307 +0xab fp=0x7ffeefbff840 sp=0x7ffeefbff838
runtime.mallocgc(0x180, 0x18dd20, 0x0, 0x800000000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:643 +0x869 fp=0x7ffeefbff918 sp=0x7ffeefbff840
runtime.newobject(0x18dd20, 0x26a570)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:781 +0x42 fp=0x7ffeefbff940 sp=0x7ffeefbff918
runtime.malg(0x8000, 0x26a7e0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2634 +0x27 fp=0x7ffeefbff978 sp=0x7ffeefbff940
runtime.mpreinit(0x26ab20)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/os1_darwin.go:140 +0x1f fp=0x7ffeefbff990 sp=0x7ffeefbff978
runtime.mcommoninit(0x26ab20)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:494 +0x105 fp=0x7ffeefbff9d8 sp=0x7ffeefbff990
runtime.schedinit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:434 +0x79 fp=0x7ffeefbffa20 sp=0x7ffeefbff9d8
runtime.rt0_go(0x7ffeefbffa50, 0x1, 0x7ffeefbffa50, 0x0, 0x1, 0x7ffeefbffbc0, 0x0, 0x7ffeefbffc33, 0x7ffeefbffc4f, 0x7ffeefbffc5f, ...)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:138 +0x132 fp=0x7ffeefbffa28 sp=0x7ffeefbffa20
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

Installation-instructions lacking

I get an error trying to follow the installation-instructions from the readme-file to build/install pinfinder-1.5.0:

# ls -l
total 3691
-rw-rw-r--  1 mi  wheel     1499 Sep 24 14:22 LICENSE
-rw-rw-r--  1 mi  wheel     3439 Sep 24 14:22 LICENSE-go-plist
-rw-rw-r--  1 mi  wheel     5929 Sep 24 14:22 README.md
drwxrwxr-x  2 mi  wheel        5 Sep 24 14:22 docs
-rw-rw-r--  1 mi  wheel    32881 Sep 24 14:22 licenses.go
-rw-rw-r--  1 mi  wheel    10197 Sep 24 14:22 pinfinder.go
-rw-rw-r--  1 mi  wheel     6398 Sep 24 14:22 pinfinder_test.go
# go install github.com/gwatts/pinfinder
can't load package: package github.com/gwatts/pinfinder: cannot find package "github.com/gwatts/pinfinder" in any of:
        /opt/go/src/github.com/gwatts/pinfinder (from $GOROOT)
        ($GOPATH not set)
# go version
go version go1.7.4 freebsd/amd64

Please, advise. Thank you!

failed MSpanList_Insert......error

I am getting the following error and data print out when trying to run your program, please advise...

Last login: Mon Mar 27 12:36:52 on ttys001
Sonjas-iMac:~ sonjaphillips$ /Applications/Utilities/pinfinder\ 2 ; exit;
PIN Finder 1.5.0
http://github.com/gwatts/pinfinder
Sync Directory: /Users/sonjaphillips/Library/Application Support/MobileSync/Backup

IOS DEVICE BACKUP TIME RESTRICTIONS PASSCODE
iPad Analeigh Mar 27, 2017 02:03 PM EDT failed MSpanList_Insert 0x4c9260 0x377d71271477 0x0 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x1af8d0, 0x10)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90
runtime.(*mSpanList).insert(0x26dea8, 0x4c9260)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:933 +0x293
runtime.(*mheap).freeSpanLocked(0x26d6a0, 0x4c9260, 0x100, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:809 +0x4be
runtime.(*mheap).grow(0x26d6a0, 0x8, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:675 +0x2a0
runtime.(*mheap).allocSpanLocked(0x26d6a0, 0x1, 0xc820001200)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:553 +0x4e3
runtime.(*mheap).alloc_m(0x26d6a0, 0x1, 0x7, 0xc82045e600)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:437 +0x119
runtime.(*mheap).alloc.func1()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:502 +0x41
runtime.systemstack(0x700009c0bd40)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:307 +0xab
runtime.(*mheap).alloc(0x26d6a0, 0x1, 0x10000000007, 0x1708f)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:503 +0x63
runtime.(*mcentral).grow(0x26ec80, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:209 +0x93
runtime.(*mcentral).cacheSpan(0x26ec80, 0x4c90f8)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:89 +0x47d
runtime.(*mcache).refill(0x4004b0, 0x7, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcache.go:119 +0xcc
runtime.mallocgc.func2()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:642 +0x2b
runtime.systemstack(0xc820016000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:291 +0x79
runtime.mstart()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1048

goroutine 10 [running]:
runtime.systemstack_switch()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:245 fp=0xc820be9b78 sp=0xc820be9b70
runtime.mallocgc(0x60, 0x12cd40, 0x1, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:643 +0x869 fp=0xc820be9c50 sp=0xc820be9b78
runtime.newarray(0x12cd40, 0x54, 0xc820d4ae70)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:798 +0xc9 fp=0xc820be9c90 sp=0xc820be9c50
runtime.makeslice(0x124860, 0x54, 0x54, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/slice.go:32 +0x165 fp=0xc820be9ce0 sp=0xc820be9c90
crypto/hmac.New(0x1d8c58, 0xc820ce99b0, 0x4, 0x8, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/hmac/hmac.go:84 +0x159 fp=0xc820be9d70 sp=0xc820be9ce0
golang.org/x/crypto/pbkdf2.Key(0xc820ce99b0, 0x4, 0x8, 0xc820b9a590, 0x4, 0x6, 0x3e8, 0x14, 0x1d8c58, 0x0, ...)
/Users/gareth/projects/pinfinder/src/src/golang.org/x/crypto/pbkdf2/pbkdf2.go:43 +0x71 fp=0xc820be9e60 sp=0xc820be9d70
main.findPIN.func1(0xc820b9a590, 0x4, 0x6, 0xc820b933a0, 0x14, 0x15, 0xc820b985a0, 0xc820b9a6a0, 0x9c4, 0x1388)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:257 +0x1d8 fp=0xc820be9f60 sp=0xc820be9e60
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820be9f68 sp=0xc820be9f60
created by main.findPIN
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:264 +0x197

goroutine 1 [select]:
main.findPIN(0xc820b933a0, 0x14, 0x15, 0xc820b9a590, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:269 +0x3dd
main.main()
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:366 +0xb48

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1

goroutine 9 [runnable]:
crypto/hmac.(*hmac).tmpPad(0xc820d4cae0, 0xc820d3ad5c)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/hmac/hmac.go:44
crypto/hmac.(*hmac).Sum(0xc820d4cae0, 0xc820d3ada0, 0x14, 0x14, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/hmac/hmac.go:56 +0xd0
golang.org/x/crypto/pbkdf2.Key(0xc820d386d8, 0x4, 0x8, 0xc820b9a590, 0x4, 0x6, 0x3e8, 0x14, 0x1d8c58, 0x0, ...)
/Users/gareth/projects/pinfinder/src/src/golang.org/x/crypto/pbkdf2/pbkdf2.go:70 +0x3f0
main.findPIN.func1(0xc820b9a590, 0x4, 0x6, 0xc820b933a0, 0x14, 0x15, 0xc820b985a0, 0xc820b9a6a0, 0x0, 0x9c4)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:257 +0x1d8
created by main.findPIN
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:264 +0x197

goroutine 11 [runnable]:
crypto/sha1.(*digest).Sum(0xc820d47500, 0xc820d21ba0, 0x0, 0x14, 0x54, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/sha1/sha1.go:84
crypto/hmac.(*hmac).Sum(0xc820d45680, 0xc820d21ba0, 0x14, 0x14, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/hmac/hmac.go:60 +0x2a2
golang.org/x/crypto/pbkdf2.Key(0xc820cf78f8, 0x4, 0x8, 0xc820b9a590, 0x4, 0x6, 0x3e8, 0x14, 0x1d8c58, 0x0, ...)
/Users/gareth/projects/pinfinder/src/src/golang.org/x/crypto/pbkdf2/pbkdf2.go:70 +0x3f0
main.findPIN.func1(0xc820b9a590, 0x4, 0x6, 0xc820b933a0, 0x14, 0x15, 0xc820b985a0, 0xc820b9a6a0, 0x1388, 0x1d4c)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:257 +0x1d8
created by main.findPIN
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:264 +0x197

goroutine 12 [runnable]:
crypto/sha1.(*digest).Sum(0xc820d4eb60, 0xc820d1be60, 0x0, 0x14, 0x54, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/sha1/sha1.go:84
crypto/hmac.(*hmac).Sum(0xc820d43d40, 0xc820d1be60, 0x14, 0x14, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/crypto/hmac/hmac.go:60 +0x2a2
golang.org/x/crypto/pbkdf2.Key(0xc820d18f38, 0x4, 0x8, 0xc820b9a590, 0x4, 0x6, 0x3e8, 0x14, 0x1d8c58, 0x0, ...)
/Users/gareth/projects/pinfinder/src/src/golang.org/x/crypto/pbkdf2/pbkdf2.go:70 +0x3f0
main.findPIN.func1(0xc820b9a590, 0x4, 0x6, 0xc820b933a0, 0x14, 0x15, 0xc820b985a0, 0xc820b9a6a0, 0x1d4c, 0x2710)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:257 +0x1d8
created by main.findPIN
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:264 +0x197

goroutine 13 [semacquire]:
sync.runtime_Semacquire(0xc820b9a6ac)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc820b9a6a0)
/usr/local/Cellar/go/1.6.1/libexec/src/sync/waitgroup.go:127 +0xb4
main.(*swg).WaitChan.func1(0xc820b9a6a0, 0xc820b98600)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:232 +0x28
created by main.(*swg).WaitChan
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:234 +0x5d
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

Returns 3-digit passcode (iOS 12.1)

screen shot 2018-11-24 at 8 21 47 pm

Not too sure what's going on here, but I went to recover my pin from an iOS 12.1 backup and it shows a 3-digit code -- but the passcode is definitely 4-digits. I tried entering 0444 but that didn't work either. Does this have something to do with iOS 12.1?

Backup does not exist

Hi im using windows 7 and the pinfinder.exe can not find the backup file for my iphone 5s running iOS 10. I've backed up my phone with itunes and checked off backup encryption. The command prompt brings up this message: directory Apple Computer\MobileSync\Backup does not exist. I do have the backup in C:\Users\user-PC\AppData\Roaming\Apple Computer\MobileSync\Backup\f9151008a475b8a6ce537c238f72af4ba13fd53b
capture

unexpected signal during runtime execution

RESTRICTIONS PASSCODE
iPhone Oct 4, 2016 10:32 PM IST fatal error: unexpected signal during runtime execution

fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0x2be3f4b0 pc=0xbd5f5]

Won't Find the File

I dragged the zip file into the command prompt as specified, and it told me the system could not find the file. I'm running Windows XP

ran pinfinder- "no passcode"

Hello, ran pinfinder. It seemed to work, but shows

"Street Jun 14, 2017 05:23 PM EDT no passcode stored"

But there is a restriction passcode on. I have failed 6 attempts.
I am also sure this is the correct backup. ran it yesterday.
Any ideas?
By the way, I am not a computer tech guy. It's a miracle, I've gotten this far.
Great software.

Thanks,

Brian

downloading

i really need this program but when i try and download it it says safari can;t make a secure connection to your server?? how do i overcome this?
a

failed MSpanList_Insert

Last login: Thu Oct 12 13:27:02 on ttys000
iMac:~ JC$ /Users/JC/Downloads/pinfinder ; exit;
failed MSpanList_Insert 0x504000 0x1bb8d4da8ddfa 0x0 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x1af8d0, 0x10)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x7ffeefbff690 sp=0x7ffeefbff678
runtime.(*mSpanList).insert(0x26dea8, 0x504000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:933 +0x293 fp=0x7ffeefbff6c0 sp=0x7ffeefbff690
runtime.(*mheap).freeSpanLocked(0x26d6a0, 0x504000, 0x100, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:809 +0x4be fp=0x7ffeefbff728 sp=0x7ffeefbff6c0
runtime.(*mheap).grow(0x26d6a0, 0x8, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:675 +0x2a0 fp=0x7ffeefbff780 sp=0x7ffeefbff728
runtime.(*mheap).allocSpanLocked(0x26d6a0, 0x1, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:553 +0x4e3 fp=0x7ffeefbff7d8 sp=0x7ffeefbff780
runtime.(*mheap).alloc_m(0x26d6a0, 0x1, 0x15, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:437 +0x119 fp=0x7ffeefbff808 sp=0x7ffeefbff7d8
runtime.(*mheap).alloc.func1()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:502 +0x41 fp=0x7ffeefbff838 sp=0x7ffeefbff808
runtime.systemstack(0x7ffeefbff858)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:307 +0xab fp=0x7ffeefbff840 sp=0x7ffeefbff838
runtime.(*mheap).alloc(0x26d6a0, 0x1, 0x10000000015, 0x1708f)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mheap.go:503 +0x63 fp=0x7ffeefbff888 sp=0x7ffeefbff840
runtime.(*mcentral).grow(0x26f2a0, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:209 +0x93 fp=0x7ffeefbff8f0 sp=0x7ffeefbff888
runtime.(*mcentral).cacheSpan(0x26f2a0, 0x26a308)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcentral.go:89 +0x47d fp=0x7ffeefbff930 sp=0x7ffeefbff8f0
runtime.(*mcache).refill(0x500000, 0x15, 0x7ffeefbff998)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mcache.go:119 +0xcc fp=0x7ffeefbff968 sp=0x7ffeefbff930
runtime.mallocgc.func2()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:642 +0x2b fp=0x7ffeefbff988 sp=0x7ffeefbff968
runtime.systemstack(0x7ffeefbffa28)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:307 +0xab fp=0x7ffeefbff990 sp=0x7ffeefbff988
runtime.mallocgc(0x180, 0x18dd20, 0x0, 0x800000000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:643 +0x869 fp=0x7ffeefbffa68 sp=0x7ffeefbff990
runtime.newobject(0x18dd20, 0x26a570)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:781 +0x42 fp=0x7ffeefbffa90 sp=0x7ffeefbffa68
runtime.malg(0x8000, 0x26a7e0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2634 +0x27 fp=0x7ffeefbffac8 sp=0x7ffeefbffa90
runtime.mpreinit(0x26ab20)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/os1_darwin.go:140 +0x1f fp=0x7ffeefbffae0 sp=0x7ffeefbffac8
runtime.mcommoninit(0x26ab20)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:494 +0x105 fp=0x7ffeefbffb28 sp=0x7ffeefbffae0
runtime.schedinit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:434 +0x79 fp=0x7ffeefbffb70 sp=0x7ffeefbffb28
runtime.rt0_go(0x7ffeefbffba8, 0x1, 0x7ffeefbffba8, 0x0, 0x0, 0x1, 0x7ffeefbffcc0, 0x0, 0x7ffeefbffcde, 0x7ffeefbffcfa, ...)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:138 +0x132 fp=0x7ffeefbffb78 sp=0x7ffeefbffb70
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

No Passcode Found

I've tried this several times and it says NO PASSCODE FOUND for my device. I made several different backups and none of them have seemed to work. Can someone please help me?

Ios11 backup - not supported?

Get this when running - any solution?

Last login: Mon Nov 20 06:49:45 on console
You have new mail.
/Users/Thane/Downloads/pinfinder ; exit;
FMCServer:~ Thane$ /Users/Thane/Downloads/pinfinder ; exit;
PIN Finder 1.5.0
http://github.com/gwatts/pinfinder
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x70000feaebe0 sp=0x70000feaebc8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x70000feaec30 sp=0x70000feaebe0
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x70000feaec38 sp=0x70000feaec30
runtime.lfstackpop(0x26a688, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x70000feaec70 sp=0x70000feaec38
runtime.getempty(0x65, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x70000feaeca0 sp=0x70000feaec70
runtime.(*gcWork).init(0x70000feaed40)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:97 +0x20 fp=0x70000feaecb8 sp=0x70000feaeca0
runtime.(*gcWork).get(0x70000feaed40, 0x700000000001)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x70000feaece8 sp=0x70000feaecb8
runtime.gcDrain(0x70000feaed40, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x70000feaed20 sp=0x70000feaece8
runtime.gchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1802 +0x7e fp=0x70000feaed70 sp=0x70000feaed20
runtime.stopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1538 +0x13f fp=0x70000feaed90 sp=0x70000feaed70
runtime.findrunnable(0xc82001b500, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1973 +0x739 fp=0x70000feaee10 sp=0x70000feaed90
runtime.schedule()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2072 +0x24f fp=0x70000feaee48 sp=0x70000feaee10
runtime.park_m(0xc820060c00)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2137 +0x18b fp=0x70000feaee70 sp=0x70000feaee48
runtime.mcall(0x2b9000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:233 +0x5b fp=0x70000feaee80 sp=0x70000feaee70

goroutine 1 [runnable]:
runtime.newobject(0x1666e0, 0xc820480000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/malloc.go:776 fp=0xc8200d9ee8 sp=0xc8200d9ee0
github.com/DHowett/go-plist.(*xmlPlistParser).parseXMLElement(0xc820072420, 0x0, 0x0, 0xc820071e70, 0x4, 0x284aa8, 0x0, 0x0, 0xc820416740)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:252 +0x431 fp=0xc8200da378 sp=0xc8200d9ee8
github.com/DHowett/go-plist.(*xmlPlistParser).parseXMLElement(0xc820072420, 0x0, 0x0, 0xc820071df4, 0x4, 0x284aa8, 0x0, 0x0, 0xc820416500)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:279 +0x1129 fp=0xc8200da808 sp=0xc8200da378
github.com/DHowett/go-plist.(*xmlPlistParser).parseXMLElement(0xc820072420, 0x0, 0x0, 0xc820070408, 0x4, 0x284aa8, 0x0, 0x0, 0x1d7edd)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:279 +0x1129 fp=0xc8200dac98 sp=0xc8200da808
github.com/DHowett/go-plist.(*xmlPlistParser).parseXMLElement(0xc820072420, 0x0, 0x0, 0xc8200703fc, 0x4, 0x284aa8, 0x0, 0x0, 0x1d7edd)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:279 +0x1129 fp=0xc8200db128 sp=0xc8200dac98
github.com/DHowett/go-plist.(*xmlPlistParser).parseXMLElement(0xc820072420, 0x0, 0x0, 0xc8200703e9, 0x5, 0xc8200d2000, 0x1, 0x4, 0xc82004b678)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:181 +0x1d7d fp=0xc8200db5b8 sp=0xc8200db128
github.com/DHowett/go-plist.(*xmlPlistParser).parseDocument(0xc820072420, 0x0, 0x0, 0x0)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/xml.go:151 +0x1ec fp=0xc8200db6f0 sp=0xc8200db5b8
github.com/DHowett/go-plist.(*Decoder).Decode(0xc8200db848, 0x1216e0, 0xc8200752e0, 0x0, 0x0)
/Users/gareth/projects/pinfinder/src/src/github.com/DHowett/go-plist/decode.go:52 +0x44a fp=0xc8200db7e8 sp=0xc8200db6f0
main.parsePlist(0xc82006a5b0, 0x6e, 0x1216e0, 0xc8200752e0, 0x0, 0x0)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:124 +0x106 fp=0xc8200db870 sp=0xc8200db7e8
main.loadBackup(0xc82006a4d0, 0x63, 0x2)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:197 +0x140 fp=0xc8200db9c8 sp=0xc8200db870
main.loadBackups(0xc82006c280, 0x3a, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:186 +0x8a2 fp=0xc8200dbb98 sp=0xc8200db9c8
main.main()
/Users/gareth/projects/pinfinder/src/src/github.com/gwatts/pinfinder/pinfinder.go:337 +0x416 fp=0xc8200dbf40 sp=0xc8200dbb98
runtime.main()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:188 +0x2b0 fp=0xc8200dbf90 sp=0xc8200dbf40
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200dbf98 sp=0xc8200dbf90

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc82003afb8 sp=0xc82003afb0

goroutine 2 [force gc (idle)]:
runtime.gopark(0x1d8ff0, 0x26a2e0, 0x1994b0, 0xf, 0x14, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820026758 sp=0xc820026730
runtime.goparkunlock(0x26a2e0, 0x1994b0, 0xf, 0xc820000114, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:268 +0x54 fp=0xc820026790 sp=0xc820026758
runtime.forcegchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:229 +0xb8 fp=0xc8200267c0 sp=0xc820026790
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200267c8 sp=0xc8200267c0
created by runtime.init.4
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:218 +0x2b

goroutine 18 [GC sweep wait]:
runtime.gopark(0x1d8ff0, 0x26a3e0, 0x196e40, 0xd, 0x26614, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820022748 sp=0xc820022720
runtime.goparkunlock(0x26a3e0, 0x196e40, 0xd, 0x14, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:268 +0x54 fp=0xc820022780 sp=0xc820022748
runtime.bgsweep(0xc82006a000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcsweep.go:63 +0xb1 fp=0xc8200227b8 sp=0xc820022780
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200227c0 sp=0xc8200227b8
created by runtime.gcenable
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:191 +0x53

goroutine 19 [finalizer wait]:
runtime.gopark(0x1d8ff0, 0x2849d0, 0x199150, 0xe, 0x14, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820022f18 sp=0xc820022ef0
runtime.goparkunlock(0x2849d0, 0x199150, 0xe, 0x14, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:268 +0x54 fp=0xc820022f50 sp=0xc820022f18
runtime.runfinq()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mfinal.go:158 +0xaa fp=0xc820022fc0 sp=0xc820022f50
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820022fc8 sp=0xc820022fc0
created by runtime.createfing
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mfinal.go:139 +0x60

goroutine 20 [GC worker (idle)]:
runtime.gopark(0xc82000a068, 0xc8200237a0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820023740 sp=0xc820023718
runtime.gcBgMarkWorker(0xc820016000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc8200237b8 sp=0xc820023740
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200237c0 sp=0xc8200237b8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 21 [GC worker (idle)]:
runtime.gopark(0xc820071eb8, 0xc820023fa0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820023f40 sp=0xc820023f18
runtime.gcBgMarkWorker(0xc820017500)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc820023fb8 sp=0xc820023f40
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820023fc0 sp=0xc820023fb8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 22 [garbage collection]:
runtime.systemstack_switch()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:245 fp=0xc820024510 sp=0xc820024508
runtime.gcMarkTermination()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1181 +0x136 fp=0xc820024720 sp=0xc820024510
runtime.gcMarkDone()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1145 +0x29e fp=0xc820024740 sp=0xc820024720
runtime.gcBgMarkWorker(0xc820018a00)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1479 +0x488 fp=0xc8200247b8 sp=0xc820024740
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200247c0 sp=0xc8200247b8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 23 [GC worker (idle)]:
runtime.gopark(0xc820466000, 0xc820024fa0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820024f40 sp=0xc820024f18
runtime.gcBgMarkWorker(0xc82001a000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc820024fb8 sp=0xc820024f40
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820024fc0 sp=0xc820024fb8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 24 [GC worker (idle)]:
runtime.gopark(0xc820472000, 0xc8200257a0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820025740 sp=0xc820025718
runtime.gcBgMarkWorker(0xc82001b500)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc8200257b8 sp=0xc820025740
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8200257c0 sp=0xc8200257b8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 25 [GC worker (idle)]:
runtime.gopark(0xc820071ea0, 0xc820025fa0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820025f40 sp=0xc820025f18
runtime.gcBgMarkWorker(0xc82001ca00)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc820025fb8 sp=0xc820025f40
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820025fc0 sp=0xc820025fb8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 26 [GC worker (idle)]:
runtime.gopark(0xc820071ea8, 0xc8204587a0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820458740 sp=0xc820458718
runtime.gcBgMarkWorker(0xc82001e000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc8204587b8 sp=0xc820458740
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8204587c0 sp=0xc8204587b8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92

goroutine 27 [GC worker (idle)]:
runtime.gopark(0xc820071eb0, 0xc820458fa0, 0x1af770, 0x10, 0x14, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:262 +0x163 fp=0xc820458f40 sp=0xc820458f18
runtime.gcBgMarkWorker(0xc82001f500)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1402 +0xda fp=0xc820458fb8 sp=0xc820458f40
runtime.goexit()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820458fc0 sp=0xc820458fb8
created by runtime.gcBgMarkStartWorkers
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1329 +0x92
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x70000fda8be0 sp=0x70000fda8bc8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x70000fda8c30 sp=0x70000fda8be0
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x70000fda8c38 sp=0x70000fda8c30
runtime.lfstackpop(0x26a688, 0x5e2ab)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x70000fda8c70 sp=0x70000fda8c38
runtime.getempty(0x65, 0x1103)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x70000fda8ca0 sp=0x70000fda8c70
runtime.(*gcWork).init(0x70000fda8d40)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:97 +0x20 fp=0x70000fda8cb8 sp=0x70000fda8ca0
runtime.(*gcWork).get(0x70000fda8d40, 0x70000fda8d14)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x70000fda8ce8 sp=0x70000fda8cb8
runtime.gcDrain(0x70000fda8d40, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x70000fda8d20 sp=0x70000fda8ce8
runtime.gchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1802 +0x7e fp=0x70000fda8d70 sp=0x70000fda8d20
runtime.stopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1538 +0x13f fp=0x70000fda8d90 sp=0x70000fda8d70
runtime.findrunnable(0xc82001a000, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1973 +0x739 fp=0x70000fda8e10 sp=0x70000fda8d90
runtime.schedule()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2072 +0x24f fp=0x70000fda8e48 sp=0x70000fda8e10
runtime.park_m(0xc820060a80)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2137 +0x18b fp=0x70000fda8e70 sp=0x70000fda8e48
runtime.mcall(0x2b9000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:233 +0x5b fp=0x70000fda8e80 sp=0x70000fda8e70
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x70000fd25be0 sp=0x70000fd25bc8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x70000fd25c30 sp=0x70000fd25be0
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x70000fd25c38 sp=0x70000fd25c30
runtime.lfstackpop(0x26a688, 0xc820022b20)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x70000fd25c70 sp=0x70000fd25c38
runtime.getempty(0x65, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x70000fd25ca0 sp=0x70000fd25c70
runtime.(*gcWork).init(0x70000fd25d40)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:97 +0x20 fp=0x70000fd25cb8 sp=0x70000fd25ca0
runtime.(*gcWork).get(0x70000fd25d40, 0x700000000001)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x70000fd25ce8 sp=0x70000fd25cb8
runtime.gcDrain(0x70000fd25d40, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x70000fd25d20 sp=0x70000fd25ce8
runtime.gchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1802 +0x7e fp=0x70000fd25d70 sp=0x70000fd25d20
runtime.stopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1538 +0x13f fp=0x70000fd25d90 sp=0x70000fd25d70
runtime.findrunnable(0xc820016000, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1973 +0x739 fp=0x70000fd25e10 sp=0x70000fd25d90
runtime.schedule()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2072 +0x24f fp=0x70000fd25e48 sp=0x70000fd25e10
runtime.park_m(0xc820060600)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2137 +0x18b fp=0x70000fd25e70 sp=0x70000fd25e48
runtime.mcall(0x2b9000)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:233 +0x5b fp=0x70000fd25e80 sp=0x70000fd25e70
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x7fff5fbff7c0 sp=0x7fff5fbff7a8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x7fff5fbff810 sp=0x7fff5fbff7c0
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x7fff5fbff818 sp=0x7fff5fbff810
runtime.lfstackpop(0x26a688, 0x19a21)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x7fff5fbff850 sp=0x7fff5fbff818
runtime.getempty(0x65, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x7fff5fbff880 sp=0x7fff5fbff850
runtime.(*gcWork).init(0x7fff5fbff920)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:97 +0x20 fp=0x7fff5fbff898 sp=0x7fff5fbff880
runtime.(*gcWork).get(0x7fff5fbff920, 0x7fff00000001)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x7fff5fbff8c8 sp=0x7fff5fbff898
runtime.gcDrain(0x7fff5fbff920, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x7fff5fbff900 sp=0x7fff5fbff8c8
runtime.gchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1802 +0x7e fp=0x7fff5fbff950 sp=0x7fff5fbff900
runtime.stopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1538 +0x13f fp=0x7fff5fbff970 sp=0x7fff5fbff950
runtime.gcstopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1739 +0x128 fp=0x7fff5fbff9a0 sp=0x7fff5fbff970
runtime.schedule()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2036 +0x9c fp=0x7fff5fbff9d8 sp=0x7fff5fbff9a0
runtime.goschedImpl(0xc820000180)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2152 +0x134 fp=0x7fff5fbff9f0 sp=0x7fff5fbff9d8
runtime.gopreempt_m(0xc820000180)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2167 +0x32 fp=0x7fff5fbffa00 sp=0x7fff5fbff9f0
runtime.newstack()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/stack.go:932 +0xa8c fp=0x7fff5fbffb70 sp=0x7fff5fbffa00
runtime.morestack()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:359 +0x7f fp=0x7fff5fbffb78 sp=0x7fff5fbffb70
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x70000ff31c10 sp=0x70000ff31bf8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x70000ff31c60 sp=0x70000ff31c10
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x70000ff31c68 sp=0x70000ff31c60
runtime.lfstackpop(0x26a688, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x70000ff31ca0 sp=0x70000ff31c68
runtime.getempty(0x65, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x70000ff31cd0 sp=0x70000ff31ca0
runtime.(*gcWork).init(0x70000ff31d70)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:97 +0x20 fp=0x70000ff31ce8 sp=0x70000ff31cd0
runtime.(*gcWork).get(0x70000ff31d70, 0x700000000001)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x70000ff31d18 sp=0x70000ff31ce8
runtime.gcDrain(0x70000ff31d70, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x70000ff31d50 sp=0x70000ff31d18
runtime.gchelper()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1802 +0x7e fp=0x70000ff31da0 sp=0x70000ff31d50
runtime.stopm()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1538 +0x13f fp=0x70000ff31dc0 sp=0x70000ff31da0
runtime.findrunnable(0xc82001ca00, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1973 +0x739 fp=0x70000ff31e40 sp=0x70000ff31dc0
runtime.schedule()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:2072 +0x24f fp=0x70000ff31e78 sp=0x70000ff31e40
runtime.mstart1()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1105 +0x118 fp=0x70000ff31e98 sp=0x70000ff31e78
runtime.mstart()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1065 +0x72 fp=0x70000ff31ea8 sp=0x70000ff31e98
[signal 0xb code=0x1 addr=0x59665cb8 pc=0xbd5f5]

runtime stack:
runtime.throw(0x1c8b60, 0x2a)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0x70000fe2bcc0 sp=0x70000fe2bca8
runtime.sigpanic()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/sigpanic_unix.go:12 +0x5a fp=0x70000fe2bd10 sp=0x70000fe2bcc0
runtime/internal/atomic.Load64(0x59665cb8, 0x59665cbe15b0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/internal/atomic/atomic_amd64x.go:26 +0x5 fp=0x70000fe2bd18 sp=0x70000fe2bd10
runtime.lfstackpop(0x26a688, 0x28273)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/lfstack.go:38 +0x6d fp=0x70000fe2bd50 sp=0x70000fe2bd18
runtime.getempty(0x67, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:341 +0x3b fp=0x70000fe2bd80 sp=0x70000fe2bd50
runtime.(*gcWork).init(0x70000fe2be38)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:100 +0x53 fp=0x70000fe2bd98 sp=0x70000fe2bd80
runtime.(*gcWork).get(0x70000fe2be38, 0x1)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcwork.go:172 +0x38 fp=0x70000fe2bdc8 sp=0x70000fe2bd98
runtime.gcDrain(0x70000fe2be38, 0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgcmark.go:831 +0x122 fp=0x70000fe2be00 sp=0x70000fe2bdc8
runtime.gcMark(0x0)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1559 +0xf9 fp=0x70000fe2be60 sp=0x70000fe2be00
runtime.gcMarkTermination.func1()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/mgc.go:1173 +0x23 fp=0x70000fe2be70 sp=0x70000fe2be60
runtime.systemstack(0xc820018a00)
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:291 +0x79 fp=0x70000fe2be78 sp=0x70000fe2be70
runtime.mstart()
/usr/local/Cellar/go/1.6.1/libexec/src/runtime/proc.go:1048 fp=0x70000fe2be80 sp=0x70000fe2be78
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...10 completed.

[Process completed]

Can't open the programme

Hi

I have to unzip, but then I just get this in a text page:

œ˙Ì˛�������Ä��������h
��Ö�����������H���__PAGEZERO����������������������������������������������������������∏���__TEXT�������������������S��������������S���������������������__text����������__TEXT����������p(������ï;/�����p(�����������������Ä������������__stubs���������__TEXT�����������d/�����|��������d/����������������Ä������������__stub_helper���__TEXT����������Ñf/�����4�������Ñf/����������������Ä������������__rodata��������__TEXT����������¿j/�������
�����¿j/�����������������������������__typelink������__TEXT����������¿l<�����Ä�������¿l<�����������������������������__itablink������__TEXT����������@å<�����–�������@å<�����������������������������__gosymtab������__TEXT�����������ë<��������������ë<�����������������������������__gopclntab�����__TEXT���������� ë<�����*&������ ë<�����������������������������__cstring�������__TEXT����������P∑R�����C_������P∑R�����������������������������__const���������__TEXT����������†�S�����p>������†�S�����������������������������__unwind_info���__TEXT�����������US�����ÿ
�������US�������������������������������������__DATA�����������S�������������S������P�������������� �������__got�����������__DATA�����������S��������������S�����������������j�����������__nl_symbol_ptr�__DATA�����������S��������������S�����������������m�����������__la_symbol_ptr�__DATA����������(S�����P�������(S�����������������o�����������__const���������__DATA����������ÄcS������$������ÄcS�����������������������������__noptrdata�����__DATA����������†áS����� J������†áS�����������������������������__data����������__DATA����������¿—T�����®⁄������¿—T�����������������������������__bss�����������__DATA����������ĨU�����®Á��������������������������������������__noptrbss������__DATA����������@îW�����8(��������������������������������������__common��������__DATA����������xºW�������������������������������������������������H���__LINKEDIT�������¿W������ �������‡~�����D�����������������������"��Ä0������������‡~�¿�����������¿·~���� Í~�H�����������(/���ì��\dà�Ëï������P�������Pë��Pë��Q���°í��|���������������������������¯à�Ÿ����������������������� ��� ���/usr/lib/dyld���������������ƒ≤–U#B7ܺۉ§�«ßQ$�������� �� �*���������������(��Ä����‡d�������������� ���8������������<÷�����/usr/lib/libSystem.B.dylib������&�������h���@*��)�������®-��Ä�������®���__DWARF��������������������������∞U�����á$)���������������������__zdebug_line���__DWARF����������¿]������€�������∞U�����������������������������__zdebug_pubname__DWARF����������õf������k�������ã^�����������������������������__zdebug_pubtype__DWARF�����������h�����˜�������ˆ_�����������������������������__zdebug_loc����__DWARF����������gh������—�������W`�����������������������������__zdebug_ranges�__DWARF����������8p�����‹<�������(h�����������������������������__zdebug_aranges__DWARF���������¯tr������o������¯dj�����������������������������__zdebug_info���__DWARF���������w‰r�����gI �����w‘j�����������������������������__zdebug_frame��__DWARF���������fi-������bÚ������fi�w�����������������������������__zdebug_abbrev�__DWARF���������@ Ä�����≤�������@�x�����������������������������__zdebug_str����__DWARF���������Ú$Ä������…������Ú�x�����������������������������__zapple_names��__DWARF���������ÛÌÅ�����†�������Û›y�����������������������������__apple_namespac__DWARF���������ìˇÖ�����$�������ìÔ}�����������������������������__zapple_types��__DWARF���������∑ˇÖ�����¨‰������∑Ô}�����������������������������__apple_objc����__DWARF���������c‰Ü�����$�������c‘~�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˇ Go build ID: "6ASxzZzMGTTuR_Wm4G3F/11Dw2NftAb5zETco_Yra/aILSy72qSXOi0IEhtb39/JnrJ16VYCTNyACJc-xUa"

etc, etc.

Can you assist?

Thanks

Doesn't see backup

Pinfinder doesn't see backup of iPhone 7 iOS 11.4.1. For iPhone 5s iOS 11.4.1 it works. Can you please help me to fix this problem?

was unable to retreive my pin.

Failed to open directory. I did give Full Disk Permissions to Pinfinder.

Any help would be appreciated.

/Users/jesstrev/Desktop/pinfinder ; exit;
jesstrev:~ jesstrev$ /Users/jesstrev/Desktop/pinfinder ; exit;
PIN Finder 1.7.0
iOS Restrictions Passcode Finder
https://pinfinder.net

Sync Directories: [/Users/jesstrev/Library/Application Support/MobileSync/Backup]
Scanning backups...
failed to open directory "/Users/jesstrev/Library/Application Support/MobileSync/Backup": open /Users/jesstrev/Library/Application Support/MobileSync/Backup: operation not permitted
Usage: pinfinder [flags] []
-diag
Generate a diagnostic pinfinder-debug.zip file
-license
Display license information
-nopause
Set to true to prevent the program pausing for input on completion
Press Enter to exit

screen not wide enough for me to read my restrictions passcode

Hey - I downloaded pinfinder for Windows (64 bit), ran the program, entered my iphone encryption password, the screen filled with information, but the screen itself wasn't wide enough for me to read all of the information - tried using my curser to extend the screen widthwise, but the screen wouldn't extend. Help!
Printscreen2.docx

New release to support iOS 11?

Hi, when might we expect an update from Pinfinder 1.5 to support iOS devices running iOS 11? Thanks in advance for any help you can provide.

Mismatch error

Hi! Hope you can help! I got a mismatch error when I ran pinfinder. Running the 64 bit version for Windows and an unencrypted backup.

image

Any thoughts?

Pinfinder won't read file because of binary.

Hi,

I am unsure how to get the pinfinder to be able to read the binary file that the pin is in.

Here is the text from the terminal:

Last login: Wed Oct 28 12:05:06 on ttys000
Jordan-Speegles-MacBook-Pro:~ jordanspeegle$ /Users/jordanspeegle/Downloads/pinfinder\ 2 ; exit;
-bash: /Users/jordanspeegle/Downloads/pinfinder 2: cannot execute binary file
logout

[Process completed]

Invalid backup directory

Hi

By running pinfinder manually (as backup directory was not found automatically), Pinfinder tells: Invalid backup directory as following:

C:\Users\Jonas Schnidrig>"C:\Users\Jonas Schnidrig\Apple\MobileSync\Backup\pinfinder.exe" "C:\Users\Jonas Schnidrig\Apple\MobileSync\Backup\b4af48e750735c2d2c13545a97305832cb9b6aa1"
PIN Finder 1.6.0
iOS Restrictions Passcode Finder
https://pinfinder.net

Invalid backup directory
Usage: C:\Users\Jonas Schnidrig\Apple\MobileSync\Backup\pinfinder.exe [flags] []
-diag
Generate a diagnostic pinfinder-debug.zip file
-license
Display license information
-nopause
Set to true to prevent the program pausing for input on completion
Press Enter to exit

What am I doing wrong?
Please help! :)

Backup not found

Hi,

Just downloaded this and followed instructions to no avail.

When i open the pinfinder.exe it says:

directory C:\Users\jinsu\Appdata\Roaming\Apple Computer\MobileSync\Backup does not exist
Usage: C:\Users\jinsu\Desktop\pinfinder.exe [flags] []
-diag
Generate a diagnostic pinfinder-debug.zip file
-lincense

-nopause
     Set to true to prevent the program pausing for input on completion

Press Enter to exit

Please help..

Mismatch Error

I created an unencrypted backup of my iphone6 which has a restrictions passcode I cant recall. I ran pinfinder on my iMac running OS X El Capitan 10.11.6. Below is the result I get:

IOS DEVICE BACKUP TIME RESTRICTIONS PASSCODE
AAA iPhone 6 Jul 21, 2017 01:39 AM CDT plist: type mismatch: tried to decode string into value of type struct { Key []uint8 "plist:"RestrictionsPasswordKey""; Salt []uint8 "plist:"RestrictionsPasswordSalt"" }

I dont see a 4 digit code here. Can you please help?
Thank you in advance.
Tropheus

No passcode

Hi,
Its very interesting that pinfinder shows - no restrictions
But the phone requires this bloody passcode!
0000 - tried, not working.. Actually, tried all possible combinations.
Any idea how it can be solved please?...

Received Notification Saying Pinfinder cannot execute binary file

Hello,

I am trying to recover my pin using Linux Pin finder and I received the following note when I tried running the pinfinder:

Last login: Thu Mar 29 17:00:41 on ttys000
Manuels-MacBook-Pro:~ mdmontes$ /Users/mdmontes/Desktop/pinfinder ; exit;
-bash: /Users/mdmontes/Desktop/pinfinder: cannot execute binary file
logout

[Process completed]
cannot locate pin

need encryption password

Pinfinder replies: "need encryption password" but I did give in the correct encryption password.
If I enter a wrong encryption password it replies: "incorrect encryption password".
If I enter no encryption password ('press return to skip') it replies: "backup is encrypted".

Perhaps a silly question but if it says 'press return to skip' does this also mean I should not press the return key after entering the encryption password? Or should I (as usual) hit the return key after giving in the encryption password?

need-encryption-password

No Passcode Stored

I'm getting "No Passcode Stored" yet I am getting failed attempts when trying to use the restrictions passcode on my phone, specifically from "Change Screen Time Passcode" or "Turn Off Screen Time Passcode."

iPhone 7
iOS 12.0.1
Windows 10

Thanks in advance for your help!

capture

Reporting a bug issue

After running pinfinder it asked me to please file a bug report because it failed to find a pin for backup.
product name Iphone 6s
product type iphone 8.1
product version 10.0.2
not sure how much information you need to resolve this problem? Info is in the cmd screen.
I don't know how to copy to clipboard to capture the cmd screen with all the information> Please advise. Thank you.

High Sierra Beta

I'm having an issue with the High Sierra beta. This app does not seem to be functioning like it should. Is there a fix in the works?
screen shot 2017-09-07 at 3 53 31 pm

ios 12.1 compatibility

Does it still work with ios12.1? all i have is none but my screen time is still asking for a passcode

image

any suggestion?

passcode is cut off

i cant screenshot but like when i open the pin finder thing the passcode section of it is cut off i can read up to the backup date then it cuts off, can u fix this asap? thanks!!

Thank you

You've saved me and countless other's a lot of heartache, thank you for building this brilliant application @gwatts!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.