Memory addresses mentioned in this tutorial are likely to be different on your system. Only the last couple of bytes should be the same. E.g. for address 00007FF6A403AE4A only check if 4A is the same.
You are now in winrar.exe region of the memory shown in the CPU tab. Right click somewhere in the CPU window and goto Search for -> Current module -> String references. Now you are in the References tab of x64dbg. Enter evaluation copy in the search box below.
Winrar Tutorial
How to download WinRAR on PC & Laptop? In this tutorial, I show you how to download, install, and use WinRAR on your Windows 10 computer. This means you can get WinRAR on your PC to open Zip compressed files & folders.
To get the most out of this tutorial, you should know the basics of working with files, using the with statement, handling file system paths with pathlib, and working with classes and object-oriented programming.
ZipFile.read() also accepts a second positional argument called pwd. This argument allows you to provide a password for reading encrypted files. To try this feature, you can rely on the sample_pwd.zip file that you downloaded with the material for this tutorial:
NBA2K.ORG is your source for NBA 2K series content. Here you will find the latest news and updates from 2K Sports, along with extensive collection of mods, rosters, tutorials, patches and other downloadable game content for the PC version. All trademarks, images and modified files referenced and featured here are property of their respective owners. This website is not associated with and/or endorsed by Visual Concepts or 2K Games.
ABOUT THIS TUTORIAL: One draw back of a QB64 compiled program is that it needs a bunch of .DLL'sin order to run. Wouldn't it be nice to have them all in just one file? A single EXE? Wellthis tutorial explains how to do just that, using WinRar to build a special archive EXE (SFX) that when startedwill silently unpack all needed files to a temp folder and run the QB64 program. All you have to do is distributethe one EXE file. A finished example is here: 3dballs.exe (1.20mb). It's a sample that comeswith QB64 which has been compiled + then packed using the method described here. Notice you can run it from anywhereon your computer.
To split a file into multiple files, simply use a compression program that allows separation of the data in volumes. In our tutorial, we will use the "7-Zip" program (free) and "WinRAR" (fee but well known).
An installation or installer allows developers to assist the user during installation, to push him to accept a license or to purchase the paid version of the program.And for that ... there are several tools allowing to create installers! But most of these tools are either paid or very difficult to use.And that's why I thought of making this tutorial to show you how to make an "installer" free of charge via WinRAR, IEXPRESS et InstallCreator.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-box-4','ezslot_3',123,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-box-4-0');Let's go!How to create an installerBefore you start ...Ccleaner, the victim of this tutorial!We will use in this tutorial 3 different methods to turn portable version of Ccleaner into installer for Ccleaner.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-banner-1','ezslot_4',124,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-banner-1-0');Note: I created the portable version of Ccleaner using this tutorial> -programme-portable-cameyo/ using Cameyo.The results of the 3 methods:Here is the result of the method InstallCreator :if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-large-leaderboard-2','ezslot_5',125,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-large-leaderboard-2-0');That of IEXPRESS :And here is the result of the method using WinRAR (SFX) :if(typeof ez_ad_units!='undefined')ez_ad_units.push([[336,280],'easytutoriel_com-leader-1','ezslot_6',126,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-leader-1-0');You can obviously change installer icons, I leave it for another tutorial Create your setup.exe with Install Creator:Download and install Install Creator:You can download the program InstallCreator via this link: (Click on the "Download" button next to Free / Standard Version (French))if(typeof ez_ad_units!='undefined')ez_ad_units.push([[336,280],'easytutoriel_com-large-mobile-banner-1','ezslot_8',127,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-large-mobile-banner-1-0');After downloading the software, double click on the executable file.Click on the button "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-large-mobile-banner-2','ezslot_9',128,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-large-mobile-banner-2-0');Click on the button "Next".Click on the button "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'easytutoriel_com-leader-4','ezslot_12',129,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-leader-4-0');Check that you agree to the above terms and conditions.Click on the button "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-leader-2','ezslot_10',130,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-leader-2-0');Choose an installation folder.Click on the button "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-mobile-leaderboard-2','ezslot_14',131,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-mobile-leaderboard-2-0');Wait for the files to load ...Click on the button "leave"to finish the installation.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-netboard-1','ezslot_17',132,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-netboard-1-0');Now let's move on to the practical part!How to create an installer with Install Creator:Start the program InstallCreator and click on the "New".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'easytutoriel_com-netboard-2','ezslot_18',133,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-netboard-2-0');In the new window, click on the "Next".Then choose the folder where the files of your future installer are located and click on the "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'easytutoriel_com-mobile-leaderboard-1','ezslot_13',134,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-mobile-leaderboard-1-0');Choose the language of your installation program, the name of the program and click on "Next".Note: You can view the changes using the "View" button.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'easytutoriel_com-leader-3','ezslot_11',135,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-leader-3-0');Then choose the format of the installer window and click on the "Next".if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'easytutoriel_com-narrow-sky-2','ezslot_16',136,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-narrow-sky-2-0');IF YOU WANT to change the style of your installer a bit, get the image files "ModernLeft.bmp"And"ModernTop.bmp" in the file "Temple"located in the folder where you installed Install Creator.And edit them using graphics software like Photo Filter (Free).if(typeof ez_ad_units!='undefined')ez_ad_units.push([[300,250],'easytutoriel_com-narrow-sky-1','ezslot_15',137,'0','0']);__ez_fad_position('div-gpt-ad-easytutoriel_com-narrow-sky-1-0');In my case, I used the free open-source software GIMP...I will not do a tutorial for this currently but in another time if there are a few days left in my life Here is a preview I did while creating the two images.Leave the template for the installation wizard "Default"and modify the paths to the two images if you created them.Otherwise, leave everything as it is and click on the "Next".Enter information about your program or product and click on the "Next".Then put the text of your License and click on the button "Next".Note: The license is in most cases only used by developers.Don't change anything in the code #Program Files #.You can change the name of the folder, however.Click on the button "Next"after adding the registry files et INI files if you have some...Choose the file for which you want to create an icon and put the name of the icon.Click on the button "Next".Note: You can create an icon from an executable file using the tool Extract Resources (link)If you have a PDF / TXT document you can prompt the user to read it at the end of the installation.A button will be added in the end page of the installation wizard.Enter the name of this document et the name of the file to launch at the end of the installation.Click on the button "Next".Check that the "Uninstaller"is checked then click on the"Next".And to finish click on the button "finish".Wait ... until the creation of the installation file is complete ...Note: You can share this tutorial with your friends in the meantime!Choose a folder to save your installation file.Here's the result Let's move on to the Bill Gates method!Carry out an installation program with IEXPRESS:Microsoft's method (Bill Gates company) is to use the tool IEXPRESS to create an installer with just a few clicks.Open the Run window (Win + R) and enter "IEXPRESS"then type"OK".Click on the button "Next".Check the second box "Extract files only".Click on the button "Next".Enter the title of the installation.Click on the button "Next".Check "Prompt user with"to display an exclamatory sentence at the beginning.Put a sentence like "Do you want to install easytutoriel.com ?" Click on the button "Next".If you have a TXT file for your license, import it via the "Display has license".Click on the button "Next".Click on the button "Add"several times to import the files from your installation.Click on the button "Next".Choose "Default"for the window display mode.Click on the button "Next".Check "Don't save"to not create a SED file.Click on the button "Next".Click on the button "Next".Wait for the creation of the installer.The result !Do you have Winrar? here's how create an installer with !Obtain an extractor with Winrar:If you do not yet have the Winrar on your PC, you can download it via this link: (Click on English (32 bit))Prepare for this tutorial a icône, for an logo BMP format and your installer files.Note: You can create an icon from an executable file using the tool Extract Resources (link)Install the Winrar on your computer, select the files you want to integrate into your installer and right click> "Add to archive".Check the box "Create an SFX archive"then open the tab"Advanced".Then click on the "SFX options ..."to change the settings in your SFX installation file.In the tab "General"put the name of the folder that will be created in"Program Files".In the tab "Setup"put the names of the files you want to launch at the end of the installation of the program.Note: Don't forget the extensions (.exe, .txt, ...)In the tab "Advanced" Click on the button "Add a shortcut ...".Choose a Destination for your shortcut, the source file name (executable), a Description, shortcut name and shortcut icon.Click on the button "OK".In the tab "Text and icon"put the title of the installer window and the text to display.You are free in the text you are going to put, it is better if it is a description of your product or a text tutorial showing how to use your product or your program.Then choose the logo and icon of the SFX file.Finally in the "Licence"put the license information to display ... (Optional)Click on the button "OK"twice to immediately create your SFX archive!Here is the result There you go !This was a tutorial on how to create an installer from A to Z using 3 methods If you found it difficult, I am the !Ask your questions !Soufiane Sabiri - Easytutoriel.comThose who liked this article also liked these:How to locate the sender of an anonymous emailIncrease the security of Windows with these settingsRestore Windows 10 from a restore pointCategories: Tips and tricksKeywords:creerIEXPRESSInstallCreatorinstallationinstallerProgramssetupWinRARLast update before 6 monthsThe author:Soufiane SabiriSoufiane is a computer scientist and knows a lot of things in the computer world. He holds a Specialized Master in Big Data and Cloud Computing. This enthusiast likes to help people innovate and learn more about the IT world...Already 4 comments! Add yours? Ulrichmax says:August 28 2012 to 1 25 h minHello, Very good tutorials. But too bad you didn't mention Inno Setup, which is a very professional free software.ReplyTheodore says:July 12 2012 to 7 01 h minHi Soufiane!I am not a developer, but this tutorial has a question that I was wondering. It satisfies my curiosity.Although at the end of my test windows say can't find the executable of the software I used. I'll try again another time.Thank you very much.Replyyassine says:July 11 2012 to 18 11 h minThank you Sofiane it's a good job and for other tutorialsGood luck ReplySoufiane Sabiri says:July 11 2012 to 18 57 h minHello Yassine,I also thank you for all your comments which serve me a lot in terms of motivation. Feel free to share this tutorial with all your friends to help them!Sincerely,SoufianeReplyPost a commentClick here to cancel reply.First nameComments
2ff7e9595c
Comments