Опубликовано Laurent Etiemble
Скачать совместимый APK на ПК
Скачать для Android | Разработчик | Рейтинг | Гол | Текущая версия | Рейтинг взрослых |
---|---|---|---|---|---|
↓ Скачать APK для ПК | Laurent Etiemble | 4.2.1 | 4+ |
Чтобы получить Receigen работать на вашем компьютере легко. Мы поможем вам скачать и установить Receigen на вашем компьютере в 4 простых шага ниже:
1. - Receigen features a fast and smart code generator; every time the code is generated, it is different in order to defeat binary pattern detection.
2. Receigen is a smart code generator for App Store receipt validation (both receipt and InApp purchase).
3. - Receigen can generate receipt validation code in Objective-C and Swift languages.
4. The generated code is ready-to-integrate, pure C, fully debuggable and integrates various protection mechanisms to harden the reverse engineering.
5. - Receigen can generate receipt validation code for OS X and iOS platforms.
6. - The binary code produced is obfuscated by integrating various mechanisms like string and constant obfuscation, non-predictable branching, non-explicit function calls, dead-code, etc.
7. - The generated code allows to access all the receipt properties.
8. - Receigen can also be invoked on the command line so it integrates inside a Xcode build process.
9. - The generated code is compatible with ARC (Automatic Reference Counting).
10. Check out the Receigen website for documentation, tutorial and support.
11. It also nicely integrates with Xcode for a streamlined build process.
Если вам нравится Receigen, вам понравятся Developer Tools такие приложения, как; Evlop app builder; Ullr Rest Client; UIKit; AdRevenue : Admob revenue; Lua IDE Fresh Edition; Sleeping-live chat apps; WiFi Speed Test & Tester; Hex Fiend; View Source Premier; Database Pro; V2rayHub; PingTools Network Utilities; iSize Icons Pro; ShottyBlur; Icon Set Creator; AppTranslator; Rest Client; EasyQuoted; DropDMG; Base64Anywhere;
Just saved me many hours of trouble
Works as advetised & highly recommended. Their QuickLook plugin for App Store receipts is also very useful (see the guides on the website).
Great tool!
Great tool! Easy and very useful.
Приложение хорошо выполняет поставленную задачу…
…А именно — генерацию «уникального» (в кавычках потому как некий шаблон всё же имеет место быть) кода проверки Receipt файлов в программах, публикуемых в AppStore. Даже имея в руках дизассемблерный листинг кода вашего приложения, взломщику, пожалуй, сложно будет понять в нём что-либо, так как Receigen неплохо шифрует все находящиеся в банарном файле строки и тщательно скрывает вызовы функций проверок. Однако, есть и небольшое ведёрко дегтя: какой бы продуманной не была защита, она будет более или менее шаблонной, а это значит, что если взломщик сумеет разобраться в алгоритме проверки (например, имея в руках сам Receigen), то все использующие данный алогоритм приложения могут быть взломаны им по уже известной схеме. Поэтому разработчикам следует «на Receigen надеяться, да самим не плошать», а именно: вносить модификации в сгенерированный код, делая его уникальным, хотя бы в деталях.