https://ipa.rocks/
unzip myApp.ipa
otool -l foobar | grep -i LC_ENCRYPTION -B1 -A4
Load command 12
cmd LC_ENCRYPTION_INFO
| // ==UserScript== | |
| // @name YouTube Disable Normalization | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Allows true 100% volume on youtube videos. | |
| // @author Wouter Gerarts | |
| // @match https://www.youtube.com/* | |
| // @match https://youtube.com/* | |
| // @grant none | |
| // ==/UserScript== |
| <LanguageInjectionConfiguration> | |
| <injection language="SQL" injector-id="php"> | |
| <display-name>"SQL select/delete/insert/update/create" Excluding Doctrine DQL</display-name> | |
| <place><![CDATA[and(not(phpLiteralMatchesBrics(".*:.*")), phpLiteralMatchesBrics(" *(((SELECT|DELETE) .*FROM)|((INSERT|REPLACE) .*INTO)|(UPDATE .* SET)|((CREATE|DROP|ALTER) +((TEMPORARY )?TABLE|(UNIQUE )?INDEX))) .*"))]]></place> | |
| </injection> | |
| </LanguageInjectionConfiguration> |
| background: linear-gradient(234deg, #c4aab2, #5d5f92); | |
| background-size: 400% 400%; | |
| -webkit-animation: AnimationName 30s ease infinite; | |
| -moz-animation: AnimationName 30s ease infinite; | |
| -o-animation: AnimationName 30s ease infinite; | |
| animation: AnimationName 30s ease infinite; | |
| @-webkit-keyframes AnimationName { | |
| 0%{background-position:0% 91%} | |
| 50%{background-position:100% 10%} | |
| 100%{background-position:0% 91%} |