CreepNT

Results 3 issues of CreepNT

**Is your feature request related to a problem? Please describe.** In optimized code for ARMv7 in Thumb mode, bitwise test conditionals (e.g. `if (a & 0x10)`) can be turned into...

Feature: Decompiler
Feature: Processor/ARM
Status: Triage

Now uses a *modern* CMakeList.txt allowing to customize LiveArea. LiveArea bubble is customized with a VitaLinux theming. Checks for : - ``ux0:linux/zImage`` - ``ux0:linux/vita.dtb`` - ``ux0:linux/payload.bin`` (baremetal payload) - ``ux0:linux/baremetal-loader.skprx``...

According to [PSDevWiki](https://www.psdevwiki.com/ps3/Program_Authority_ID#SDK_compiled_fSELFs), the Authority ID of SDK compiled fSELFs can be `0x2F00000000000001`*(SDK compiled programs)* or `0x2F00000000000002`*(SDK compiled software using custom make_self.exe argument)*. [As seen here](https://github.com/TheOfficialFloW/VitaShell/blob/c5fbca0870c811ff710fc014f5e3c105b92f1970/package_installer.c#L377) and [here](https://github.com/TheOfficialFloW/VitaShell/blob/a4829945ccca2894fbac1e23aa8301411485f09e/archive.c#L495), VitaShell only...