Ashtoreth 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 1,278 
	Threads: 6 
	Joined: Apr 2013
	
 Reputation: 
129
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
			
			
 
			
				
(This post was last modified: 05-24-2015, 03:50 AM by Ashtoreth.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 03:49 AM  | 
	
		
	 | 
 
 
	
		
		Paddy™ 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 1,351 
	Threads: 43 
	Joined: Feb 2012
	
 Reputation: 
224
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				Haha sorry for stealing your thunder, especially since you're the one who showed me the vids first! XD   
EDIT: damn, ninjas all over the place!    Ashtoreth, Sashkakuhta and I should all jump into a jacuzzi together.
			  
			
			
 
			
				
(This post was last modified: 05-24-2015, 04:00 AM by Paddy™.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 03:53 AM  | 
	
		
	 | 
 
 
	
		
		GhylTarvoke 
 
 
		
			Member 
			
			
			
 
			
	Posts: 236 
	Threads: 14 
	Joined: May 2015
	
 Reputation: 
9
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				I'm guessing song.vid is a clip from Depth.
			 
			
			
			
		 |  
	 
 | 
 
	| 05-24-2015, 08:46 AM  | 
	
		
	 | 
 
 
	
		
		Plazmater 
 
 
		
			Member 
			
			
			
 
			
	Posts: 122 
	Threads: 24 
	Joined: Aug 2013
	
 Reputation: 
1
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				How do I get back from wau directory ? D:
			 
			
			
			
		 |  
	 
 | 
 
	| 05-24-2015, 09:00 AM  | 
	
		
	 | 
 
 
	
		
		Paddy™ 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 1,351 
	Threads: 43 
	Joined: Feb 2012
	
 Reputation: 
224
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				 (05-24-2015, 09:00 AM)Plazmater Wrote:  How do I get back from wau directory ? D: 
Type  cd.. (with two dots), this will back you out of whatever directory you're currently in.
			  
			
			
 
			
		 |  
	 
 | 
 
	| 05-24-2015, 09:03 AM  | 
	
		
	 | 
 
 
	
		
		Plazmater 
 
 
		
			Member 
			
			
			
 
			
	Posts: 122 
	Threads: 24 
	Joined: Aug 2013
	
 Reputation: 
1
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				Never mind. Found it.
			 
			
			
			
				
(This post was last modified: 05-24-2015, 09:11 AM by Plazmater.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 09:11 AM  | 
	
		
	 | 
 
 
	
		
		Crypter 
 
 
		
			Member 
			
			
			
 
			
	Posts: 61 
	Threads: 0 
	Joined: May 2015
	
 Reputation: 
0
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				 (05-23-2015, 09:30 PM)Apjjm Wrote:  The ones i got: 
 
Edit: Any joy with pk0/qWxx.txt yet? 
It most likely represents a number in hexadecimal, since the only letters in it are a,b,c,d,e, and f. Maybe it's an image broken down into numbers?
 
EDIT: Someone on 4Chan apparently translated it into x86 assembly. 
 http://pastebin.com/QA4WLDrS
I don't want to read it line by line and find out what it does, so can anyone assemble it, run it and find out if it does anything useful?
			  
			
			
			
				
(This post was last modified: 05-24-2015, 10:01 AM by Crypter.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 09:17 AM  | 
	
		
	 | 
 
 
	
		
		Sashkakuhta 
 
 
		
			Junior Member 
			
			
			
 
			
	Posts: 18 
	Threads: 0 
	Joined: May 2015
	
 Reputation: 
0
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				 (05-24-2015, 09:17 AM)Crypter Wrote:  EDIT: Someone on 4Chan apparently translated it into x86 assembly.  
http://pastebin.com/QA4WLDrS 
I don't want to read it line by line and find out what it does, so can anyone assemble it, run it and find out if it does anything useful? 
Don't looks like a working assembly code, i sure that compiler are not going to like JMPs leading to the middle of another instruction parameters.
			  
			
			
			
		 |  
	 
 | 
 
	| 05-24-2015, 10:27 AM  | 
	
		
	 | 
 
 
	
		
		Crypter 
 
 
		
			Member 
			
			
			
 
			
	Posts: 61 
	Threads: 0 
	Joined: May 2015
	
 Reputation: 
0
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				 (05-24-2015, 10:27 AM)Sashkakuhta Wrote:   (05-24-2015, 09:17 AM)Crypter Wrote:  EDIT: Someone on 4Chan apparently translated it into x86 assembly.  
http://pastebin.com/QA4WLDrS 
I don't want to read it line by line and find out what it does, so can anyone assemble it, run it and find out if it does anything useful?  
Don't looks like a working assembly code, i sure that compiler are not going to like JMPs leading to the middle of another instruction parameters. 
Yes, it sure doesn't seem like something that was meant to work. That jump just leads to an unknown area, which is probably pre-occupied with stuff from the previous program that used the segment. Maybe try to convert the number into an image?
			  
			
			
			
				
(This post was last modified: 05-24-2015, 10:32 AM by Crypter.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 10:30 AM  | 
	
		
	 | 
 
 
	
		
		Chrysler 
 
 
		
			Member 
			
			
			
 
			
	Posts: 220 
	Threads: 2 
	Joined: May 2010
	
 Reputation: 
16
		
	 | 
	
		
			
RE: The Ultimate SOMA Discussion Thread 
			 
			
				It's not assembly code or an image or anything similar. It also isn't to be interpreted as a single number because it wouldn't start with a null byte then. It appears completely random, so it's either a cryptographic key or encrypted or compressed data. I guess we'll have to wait for more clues, the ARG isn't over yet.
			 
			
			
			
				
(This post was last modified: 05-24-2015, 10:48 AM by Chrysler.)
 
				
			 
		 |  
	 
 | 
 
	| 05-24-2015, 10:47 AM  | 
	
		
	 | 
 
 
	 
 |