6 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Level06
 | 
						|
 | 
						|
Using ghidra, we can decompile the code and see that it opens a shell if 2 values match, depending on a string (login that we can input).
 | 
						|
To reverse engineer the value we need to obtain, we slightly changed the copy of the source code to put a print of the value modified by the program.
 | 
						|
We then just have to input that same value in the program and that's it :D.
 |