Just getting my feet wet... Change-Id: Ia1db0c69fe7d5ea5cb5585853d0688ef97f2680a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4739 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # challenge 170
 | |
| 
 | |
| The following should work on most Linux distros, but it didn't for me on NixOS:
 | |
| 
 | |
| ```shell
 | |
| chmod u+x ./warm
 | |
| ./warm -h
 | |
| ```
 | |
| 
 | |
| So instead, just call `strings` on the exectuable to search for the help text,
 | |
| which contains the flag.
 |