Themida Help

Total Page:16

File Type:pdf, Size:1020Kb

Themida Help Contents I Table of Contents Part I Themida 1 1 Why use Themida? ........................................................................................................................ 1 Scenarios for using Themida ................................................................................................................................ 1 Comparing Themida with other protectors/licensing systems ........................................................................... 2 2 User Interface ................................................................................................................................. 3 Themida GUI overview ........................................................................................................................................... 3 3 Protecting an application .............................................................................................................. 5 Application Information ......................................................................................................................................... 5 Protection Options ................................................................................................................................................. 7 Protection Macros ................................................................................................................................................ 10 Virtual Machine .................................................................................................................................................... 13 Customized Dialogs ............................................................................................................................................. 16 XBundler ............................................................................................................................................................... 19 Plugins .................................................................................................................................................................. 23 SecureEngineInitialize .................................................................................................................................... 25 SecureEngineFinalize .................................................................................................................................... 25 SecureEngineShowCustomMessage ............................................................................................................. 25 SecureEngineGetEncryptionKey .................................................................................................................... 27 Extra Options ....................................................................................................................................................... 28 Advanced Options ................................................................................................................................................ 30 Protect Now .......................................................................................................................................................... 32 Protecting through the command line ................................................................................................................ 32 4 SecureEngine® Macros .............................................................................................................. 35 Using macros in your programming language .................................................................................................. 36 VM macro .............................................................................................................................................................. 39 Mutate macro ........................................................................................................................................................ 41 StrEncrypt macro ................................................................................................................................................. 42 Unprotected macro .............................................................................................................................................. 43 CheckProtection macro ....................................................................................................................................... 44 CheckCodeIntegrity macro .................................................................................................................................. 46 CheckVirtualPC macro ......................................................................................................................................... 49 CheckDebugger macro ........................................................................................................................................ 50 Which Macros should I use? ............................................................................................................................... 52 5 FAQ ............................................................................................................................................... 52 General ................................................................................................................................................................. 53 I want to protect several applications concurrently via the command line, because I'm creating a specific protected application for each customer. Is it possible? ................................................................................. 54 I want to include relative paths in the "Input Filename" and "Output FileName" in the User Interface in Themida. How can I do that? ......................................................................................................................... 54 Is Themida compatible with Delphi 2009? ...................................................................................................... 54 Is Themida compatible with Windows 8? ....................................................................................................... 54 I'm using SetupBuilder to build and protect my application from the command line. The application is protected correctly but I don't see any log in the command line. .................................................................... 54 In my program I use the "JCLDebug" routines to get exception information (line, routine, etc) when an exception occurs. The problem is that once the application is protected, I get limited debug information. ...... 55 What's the difference between Themida and WinLicense? If I buy WinLicense, can I use it without adding license control to my software? .......................................................................................................... 55 Are there localized versions of your products to support other languages? .................................................... 55 I bought a Themida license to protect my applications. My friend needs to protect his application. Can I protect his software with Themida? ................................................................................................................ 55 © 2020 Oreans Technologies I II Themida Help I have a suggestion about a new protection feature and features for your software. Will you implement it? ................................................................................................................................................................... 55 What programming languages are supported by your products? ................................................................... 55 If I protect my app with the demo version and it is stable, do I have a good level of confidence that the purchased version will work also? .................................................................................................................. 55 What is your support policy? Do you have a minimum response and/or problem-solving time? What types of support do you offer? ........................................................................................................................ 56 How compatible is your software with various win O/S? (e.g. Vista in different languages, 2003 server, 64bit etc.) ....................................................................................................................................................... 56 I don't use Windows Vista right now, but depending on our customers I will need Themida (and also the protected application as well) to be able to run on Windows Vista. Do you also support 64-bit operating systems such as Windows 2003 x64 and Vista x64? ..................................................................................... 56 I have problems protecting my installer. What can I do? ................................................................................ 56 Protection Options ............................................................................................................................................... 57 Can I use Themida from a computer with no internet connection or better under a VirtualBox/VMWare environment? I was wondering if internet is required for Themida to work. ..................................................... 60 Do I need to ship SecureEngine.dll with my protected application? ................................................................ 60 I use Themida with Visual Studio
Recommended publications
  • An ECMA-55 Minimal BASIC Compiler for X86-64 Linux®
    Computers 2014, 3, 69-116; doi:10.3390/computers3030069 OPEN ACCESS computers ISSN 2073-431X www.mdpi.com/journal/computers Article An ECMA-55 Minimal BASIC Compiler for x86-64 Linux® John Gatewood Ham Burapha University, Faculty of Informatics, 169 Bangsaen Road, Tambon Saensuk, Amphur Muang, Changwat Chonburi 20131, Thailand; E-mail: [email protected] Received: 24 July 2014; in revised form: 17 September 2014 / Accepted: 1 October 2014 / Published: 1 October 2014 Abstract: This paper describes a new non-optimizing compiler for the ECMA-55 Minimal BASIC language that generates x86-64 assembler code for use on the x86-64 Linux® [1] 3.x platform. The compiler was implemented in C99 and the generated assembly language is in the AT&T style and is for the GNU assembler. The generated code is stand-alone and does not require any shared libraries to run, since it makes system calls to the Linux® kernel directly. The floating point math uses the Single Instruction Multiple Data (SIMD) instructions and the compiler fully implements all of the floating point exception handling required by the ECMA-55 standard. This compiler is designed to be small, simple, and easy to understand for people who want to study a compiler that actually implements full error checking on floating point on x86-64 CPUs even if those people have little programming experience. The generated assembly code is also designed to be simple to read. Keywords: BASIC; compiler; AMD64; INTEL64; EM64T; x86-64; assembly 1. Introduction The Beginner’s All-purpose Symbolic Instruction Code (BASIC) language was invented by John G.
    [Show full text]
  • Spiderbasic Reference Manual 2.31
    SpiderBasic Reference Manual 2.31 http://www.spiderbasic.com/ May 18, 2020 Contents I General4 1 Introduction 5 2 Terms And Conditions6 3 System requirements7 4 Installation 8 5 Order 9 6 Contact 11 7 Acknowledgements 12 II The SpiderBasic Editor 13 8 Getting Started 14 9 Working with source files 16 10 Editing features 18 11 Managing projects 24 12 Compiling your programs 29 13 Using the built-in Tools 35 14 Using external tools 43 15 Getting Help 48 16 Customizing the IDE 50 17 Command-line options for the IDE 65 III Language Reference 67 18 Working with different number bases 68 19 Break : Continue 72 20 Using the command line compiler 73 21 Compiler Directives 75 22 Compiler Functions 79 23 Data 84 1 24 Debugger keywords in SpiderBasic 86 25 Define 88 26 Dim 90 27 Enumerations 92 28 For : Next 94 29 ForEach : Next 96 30 General Rules 98 31 Global 101 32 Handles and Numbers 103 33 If : Else : EndIf 105 34 Import : EndImport 106 35 Includes Functions 107 36 Inline Javascript 109 37 Interfaces 111 38 Licenses for the SpiderBasic applications (without using 3D engine) 113 39 Macros 125 40 Pointers and memory access 128 41 Module 131 42 NewList 134 43 NewMap 136 44 Others Commands 138 45 Procedures 140 46 Protected 143 47 Prototypes 145 48 Repeat : Until 146 49 Residents 147 50 Runtime 148 51 Select : EndSelect 150 52 Using several SpiderBasic versions on Windows 152 53 Shared 153 54 SpiderBasic objects 154 55 Static 157 2 56 Structures 159 57 Subsystems 162 58 Variables and Types 163 59 While : Wend 172 60 With : EndWith 173 3 Part I General 4 Chapter 1 Introduction SpiderBasic is an ”high-level” programming language based on established ”BASIC” rules.
    [Show full text]
  • Ada User Journal
    ADA Volume 27 USER Number 4 December 2006 JOURNAL Contents Page Editorial Policy for Ada User Journal 194 Editorial 195 News 197 Conference Calendar 232 Forthcoming Events 239 Articles J-C Mahieux, B Maudry, A Foster “Using CORBA to Bring New Life to Legacy Ada Software: an Experience Report” 244 J Klein, D Sotirovski “The Publisher Framework” 248 Ada-Europe 2006 Sponsors 256 Ada-Europe Associate Members (National Ada Organizations) Inside Back Cover Ada User Journal Volume 27, Number 4, December 2006 194 Editorial Policy for Ada User Journal Publication Original Papers Commentaries Ada User Journal – The Journal for the Manuscripts should be submitted in We publish commentaries on Ada and international Ada Community – is accordance with the submission software engineering topics. These published by Ada-Europe. It appears guidelines (below). may represent the views either of four times a year, on the last days of individuals or of organisations. Such March, June, September and All original technical contributions are articles can be of any length – December. Copy date is the first of the submitted to refereeing by at least two inclusion is at the discretion of the month of publication. people. Names of referees will be kept Editor. confidential, but their comments will Opinions expressed within the Ada Aims be relayed to the authors at the discretion of the Editor. User Journal do not necessarily Ada User Journal aims to inform represent the views of the Editor, Ada- readers of developments in the Ada The first named author will receive a Europe or its directors. programming language and its use, complimentary copy of the issue of the general Ada-related software Journal in which their paper appears.
    [Show full text]
  • Sqlite 1 Sqlite
    SQLite 1 SQLite SQLite Developer(s) D. Richard Hipp Initial release August 2000 [1] Latest stable 3.8.4.2 (March 26, 2014) [±] Written in C Operating system Cross-platform Size 658 KiB Type RDBMS (embedded) License Public domain [2] Website sqlite.org SQLite (/ˌɛskjuːɛlˈlaɪt/ or /ˈsiːkwəl.laɪt/) is a relational database management system contained in a C programming library. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. SQLite is a popular choice as embedded database for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others. SQLite has many bindings to programming languages. The source code for SQLite is in the public domain. Design Unlike client–server database management systems, the SQLite engine has no standalone processes with which the application program communicates. Instead, the SQLite library is linked in and thus becomes an integral part of the application program. (In this, SQLite follows the precedent of Informix SE of c. 1984 [3]) The library can also be called dynamically. The application program uses SQLite's functionality through simple function calls, which reduce latency in database access: function calls within a single process are more efficient than inter-process communication.
    [Show full text]
  • Spiderbasic Reference Manual 2.31
    SpiderBasic Reference Manual 2.31 http://www.spiderbasic.com/ May 18, 2020 Contents I General 17 1 Introduction 18 2 Terms And Conditions 19 3 System requirements 20 4 Installation 21 5 Order 22 6 Contact 24 7 Acknowledgements 25 II The SpiderBasic Editor 26 8 Getting Started 27 9 Working with source files 29 10 Editing features 31 11 Managing projects 37 12 Compiling your programs 42 13 Using the built-in Tools 48 14 Using external tools 56 15 Getting Help 61 16 Customizing the IDE 63 17 Command-line options for the IDE 78 III Language Reference 80 18 Working with different number bases 81 19 Break : Continue 85 20 Using the command line compiler 86 21 Compiler Directives 88 22 Compiler Functions 92 23 Data 97 1 24 Debugger keywords in SpiderBasic 99 25 Define 101 26 Dim 103 27 Enumerations 105 28 For : Next 107 29 ForEach : Next 109 30 General Rules 111 31 Global 114 32 Handles and Numbers 116 33 If : Else : EndIf 118 34 Import : EndImport 119 35 Includes Functions 120 36 Inline Javascript 122 37 Interfaces 124 38 Licenses for the SpiderBasic applications (without using 3D engine) 126 39 Macros 138 40 Pointers and memory access 141 41 Module 144 42 NewList 147 43 NewMap 149 44 Others Commands 151 45 Procedures 153 46 Protected 156 47 Prototypes 158 48 Repeat : Until 159 49 Residents 160 50 Runtime 161 51 Select : EndSelect 163 52 Using several SpiderBasic versions on Windows 165 53 Shared 166 54 SpiderBasic objects 167 55 Static 170 2 56 Structures 172 57 Subsystems 175 58 Variables and Types 176 59 While : Wend 185 60 With : EndWith 186
    [Show full text]
  • Volume 28 Number 1 March 2007
    ADA Volume 28 USER Number 1 March 2007 JOURNAL Contents Page Editorial Policy for Ada User Journal 2 Editorial 3 News 5 Conference Calendar 38 Forthcoming Events 45 Articles C. Comar, R. Berrendonner “ERB : A Ravenscar Benchmarking Framework” 53 Ada-Europe 2006 Sponsors 64 Ada-Europe Associate Members (National Ada Organizations) Inside Back Cover Ada User Journal Volume 28, Number 1, March 2007 2 Editorial Policy for Ada User Journal Publication Original Papers Commentaries Ada User Journal – The Journal for the Manuscripts should be submitted in We publish commentaries on Ada and international Ada Community – is accordance with the submission software engineering topics. These published by Ada-Europe. It appears guidelines (below). may represent the views either of four times a year, on the last days of individuals or of organisations. Such March, June, September and All original technical contributions are articles can be of any length – December. Copy date is the first of the submitted to refereeing by at least two inclusion is at the discretion of the month of publication. people. Names of referees will be kept Editor. confidential, but their comments will Opinions expressed within the Ada Aims be relayed to the authors at the discretion of the Editor. User Journal do not necessarily Ada User Journal aims to inform represent the views of the Editor, Ada- readers of developments in the Ada The first named author will receive a Europe or its directors. programming language and its use, complimentary copy of the issue of the general Ada-related software Journal in which their paper appears. Announcements and Reports engineering issues and Ada-related We are happy to publicise and report activities in Europe and other parts of By submitting a manuscript, authors grant Ada-Europe an unlimited license on events that may be of interest to our the world.
    [Show full text]
  • IDOL Connector Framework Server 12.0 Administration Guide
    Connector Framework Server Software Version 12.0 Administration Guide Document Release Date: June 2018 Software Release Date: June 2018 Administration Guide Legal notices Copyright notice © Copyright 2018 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Trademark notices Adobe™ is a trademark of Adobe Systems Incorporated. Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation. UNIX® is a registered trademark of The Open Group. Documentation updates The title page of this document contains the following identifying information: l Software Version number, which indicates the software version. l Document Release Date, which changes each time the document is updated. l Software Release Date, which indicates the release date of this version of the software. To verify you are using the most recent edition of a document, go to https://softwaresupport.softwaregrp.com/group/softwaresupport/search-result?doctype=online help. You will also receive new or updated editions of documentation if you subscribe to the appropriate product support service. Contact your Micro Focus sales representative for details. To check for new versions of software, go to https://www.hpe.com/software/entitlements. To check for recent software patches, go to https://softwaresupport.softwaregrp.com/patches. The sites listed in this section require you to sign in with a Software Passport.
    [Show full text]
  • Purebasic Reference Manual 5.73
    PureBasic Reference Manual 5.73 http://www.purebasic.com/ November 23, 2020 Contents I General5 1 Introduction 6 2 Terms And Conditions9 3 System requirements 10 4 Installation 11 5 Order 12 6 Contact 14 7 Acknowledgements 15 II The PureBasic Editor 17 8 Getting Started 18 9 Working with source files 19 10 Editing features 21 11 Managing projects 27 12 Compiling your programs 32 13 Using the debugger 40 14 Included debugging tools 47 15 Using the built-in Tools 54 16 Using external tools 61 17 Getting Help 66 18 Customizing the IDE 68 19 Command-line options for the IDE 83 III Language Reference 85 20 Working with different number bases 86 21 Break : Continue 90 22 Using the command line compiler 92 23 Compiler Directives 95 1 24 Compiler Functions 99 25 Data 106 26 Debugger keywords in PureBasic 110 27 Define 112 28 Dim 114 29 Building a DLL 116 30 Enumerations 118 31 For : Next 121 32 ForEach : Next 123 33 General Syntax Rules 125 34 Global 129 35 Gosub : Return 132 36 Handles and Numbers 134 37 If : Else : EndIf 136 38 Import : EndImport 138 39 Includes Functions 140 40 Inline x86 ASM 142 41 Interfaces 145 42 Licenses for the PureBasic applications (without using 3D engine) 147 43 Licenses for the 3D engine integrated with PureBasic 159 44 Macros 186 45 Pointers and memory access 189 46 Migration guide 193 47 Migration from PureBasic 5.20 LTS to 5.40 LTS 194 48 Migration from PureBasic 5.30 to 5.40 197 49 Migration from PureBasic 5.40 to 5.50 200 50 Migration from PureBasic 5.50 to 5.60 201 51 Migration from PureBasic 5.60 to 5.72 LTS
    [Show full text]
  • Online Appendices to WFH Productivity in Open-Source Projects
    Online Appendices ”WFH Productivity in Open-Source Projects” Lucas Shen (March 2021) Figure A1: Largest countries in sample Notes. Sample size by country, in descending order. Panel (a) sorts countries by number of commits per user-repository. Panel (b) sorts countries by number of user-repository. 1 Figure A2: US states (by Commits) Notes. US sample size by states, in descending order. States sorted by number of commits per user-repository. Figure A3: US states (by Users & Repositories) Notes. US sample size by states, in descending order. States sorted by number user-repository. 2 (a) Staggered Timing in County-level Business Closures (b) County-level Variation in Sample Sizes Figure A4: Geographical Variation in US sample Notes—Panel (a) plots the county-level variation in business closures from the US-state level records and crowdsourced county-level records. Blue indicates earlier closures, while red indicates later closures. South Dakota is (still) the sole state without closure at the time of writing. Panel (b) plots the geographic variation of commits from geocoded U.S. users—larger markers indicate larger activity in the sample period. 3 (a) Early response (by 15 Feb) (b) Intermediate response (by 17 Mar) (c) Late response (by 30 Apr) Figure A5: Country variation in WFH enforcement Notes. Figure plots the variation in government-enforced WFH levels during the COVID-19 pandemic. WFH indicators come from the OxCGRT (?). 4 (a) Early response (by 15 Feb) (b) Intermediate response (by 17 Mar) (c) Late response (by 30 Apr) Figure A6: U.S. states variation in WFH enforcement Notes. Figure plots the U.S.
    [Show full text]
  • Purebasic Vs Freepascal
    Purebasic vs freepascal click here to download Most mentioned BASIC dialects are not as multi platform as Lazarus or even Freepascal except Purebasic and Realbasic. Logged. Today I downloaded and installed Lazarus (based on Free Pascal) just to . Most of these extra libs for PureBasic are created in C/C++ or are Read DirectUIHWND class window and. But, if you want write native applications, not requiring a third-party dlls and platforms, or native and cross- platform applications, you can't use. I downloaded both Lazarus & PureBasic and tried both and they look OK. I can not decide I love the Laz IDE, it's much faster than www.doorway.ru and. If I could just install a file (like a mdb, or maybe a Firebird DB file), thats use this for its awesome platform support - have a look at PureBasic. There is a language out there called pure basic, which is actually the . just like I can see why people liked Delphi or FreePascal; it's a nicer. Today I'm writing about PureBasic, a portable programming language, that works on Compared to Lazarus which uses freepascal this is small. just use out of the box, e.g. Threading, DLL creation (or sharedobjects), XML, JSON, Sqlite. The following tables list notable software packages that are nominal IDEs; standalone tools . PureBasic · Fantaisie Software · Proprietary, Yes, Yes, Yes, AmigaOS .. Free Pascal IDE, Volunteers, / February 15, , Yes, Yes, Yes . PyQt · GPLv3 "or later", Yes, until version and since version , Yes, since. In my honest opinion, there is not any language which is the easiest to start with, you could start with C++ or with PureBasic, or with C.
    [Show full text]
  • In Der Hilfe Zu at HTML Editor 32.3 !
    Willkommen in der Hilfe zu AT HTML Editor 32.3 ! Dieses kleine Tool ist die 32-bit-Umsetzung der 16-Bit-Version von AT HTML Editor. Die 16-Bit-Version wurde entwickelt, um auch auf leistungsschwächeren bzw. älteren Windows-Systemen mit etwas mehr Komfort wie das Windows-Notepad es bietet, HTML-Seiten zu erstellen. Diese Version hatte und hat immer noch einen hohen Beliebtheitsgrad, was nicht zuletzt auch die immer noch steigenden Downloadraten zeigen. So war die logische Folge, diese nun schon die im 3. Update vorliegende 32- bit-Version nachzuschieben. Was ist neu? In dieser vorliegenden 3. Version hat sich enorm vieles getan. So sind fast alle Benutzerwünsche berücksichtigt worden (z.B. Standardsyntax einstellen, zuletzt geöffnetes Projekt und Dateien wieder laden, Anbindung der Möglichkeit, JSP- und ASP- Seiten zu entwickeln und per Vorschau anzeigen zu lassen uvm.) Auch sind weitestgehend die Fehler der vorherigen Version beseitigt worden. Aber es ist auch eine Menge Neues enthalten. Zu erwähnen sind da vor allem die neue und erweiterte Anbindung von Programmen, die Plugin-Schnittstelle für DLL-Plugins und der Sitzungs-Manager. Auch viele kleine Änderungen, die nicht auf den ersten Blick sichtbar, aber wirklich praktikabel sind, machen das Codierer-Leben leichter - z.B. der Code-Browser, die erweiterte Navigation zwischen den Code-Editoren oder die Möglichkeit der einfachen Anordnung der Code-Editoren. Und es gibt auch etwas für die ganz Mutigen: den Makrorecorder für Code-Makros. Auch wurde er den Bedürfnissen im unternehmensinternen Einsatz weiter angepaßt. Aber nach wie vor sind auch die Schmankerl geblieben, die die Arbeit oft entscheidend erleichtern: u.a.
    [Show full text]
  • Basic Programming Software for Mac
    Basic programming software for mac Chipmunk Basic is an interpreter for the BASIC Programming Language. It runs on multiple Chipmunk Basic for Mac OS X - (Version , Apr01). Learning to program your Mac is a great idea, and there are plenty of great (and mostly free) resources out there to help you learn coding. other BASIC compiler you may have used, whether for the Amiga, PC or Mac. PureBasic is a portable programming language which currently works Linux. KBasic is a powerful programming language, which is simply intuitive and easy to learn. It is a new programming language, a further BASIC dialect and is related. Objective-Basic is a powerful BASIC programming language for Mac, which is simply intuitive and fast easy to learn. It is related to Visual Basic. Swift is a new programming language created by Apple for building iOS and Mac apps. It's powerful and easy to use, even for beginners. QB64 isn't exactly pretty, but it's a dialect of QBasic, with mac, windows, a structured basic with limited variable scoping (subroutine or program-wide), I have compiled old QBasic code unmodified provided it didn't do file. BASIC for Linux(R), Mac(R) OS X and Windows(R). KBasic is a powerful programming language, which is simply intuitive and easy to learn. It is a new. the idea to make software available for everybody: a programming language Objective-Basic requires Mac OS X Lion ( or higher) and Xcode 4 ( or. BASIC is an easy to use version of BASIC designed to teach There is hope for kids to learn an amazing programming language.
    [Show full text]