import sys
import os
NOP = 0x90
offsets_and_values = {
0x000035FE: 0x01,
0x0000361D: 0x95,
0x0000361E: 0x9E,
0x0000361F: 0x57,- Download cert-template.conf
- Download make-cert.bat
- Buka folder "C:/xampp/apache/" lalu buat folder cert
- Copy 2 file yang sudah didownload pada folder cert
- Buka make-cert.bat dan ikuti instruksinya
- Buka file "C:/xampp/apache/conf/extra/httpd-vhosts.conf" dan lihat contoh berikut ini
Note
More information you can find on Microsoft documentation.
Tip
You can install all Visual C++ Redistributable Packages using only one command with winget! https://gist.github.com/ChuckMichael/d4221fd8681a7e962c8d37d623ff3145
- x64 8.0.61000 (EOL)
Microsoft.VCRedist.2005.x64
| LAPORAN DAFTAR PELUNASAN KOLETKOR | |
| AGEN PT. ARTIVISI INTERMEDIA | |
| ===================================================================================================================== | |
| KODE KOLEKTOR : 0001 | |
| NAMA KOLEKTOR : JOJO | |
| +------+--------------+---------------------------+---------+-------------+-------------+-------------+-------------+ |
Example inputs:
| Variable | Value |
|---|---|
| key | the shared secret key here |
| message | the message to hash here |
Reference outputs for example inputs above:
| Type | Hash |
Using MSYS2 with Visual Studio Code is extremely easy now thanks to the Shell Launcher extension by Tyriar.
First, install the extension and reload Visual Studio Code.
Then, open the settings.json to edit your settings.
Add the field shellLauncher.shells.windows. I recommend using autocompletion here so that all the default shells are added.
You should having something like this now:
Normally, it is sufficient to grab the Go MSI installer from the website in order to set up the toolchain. However, some packages that provide Go wrappers for C libraries rely on cgo tool, which in turn, needs the GCC toolchain in order to build the glue code. Also, 3rd-party dependencies are usually hosted on services like GitHub, thus Git is also needed. This mini-guide illustrates how to setup a convenient development environment on Windows using MSYS2.
Normally, it is sufficient to grab the Go MSI installer from the website in order to set up the toolchain. However, some packages that provide Go wrappers for C libraries rely on cgo tool, which in turn, needs the GCC toolchain in order to build the glue code. Also, 3rd-party dependencies are usually hosted on services like GitHub, thus Git is also needed. This mini-guide illustrates how to setup a convenient development environment on Windows using MSYS2.
| [client] | |
| # TCP/IP port number to use for connection | |
| port = 3306 | |
| [mysql] | |
| # This option is on by default, which enables database, table, and column name completion. | |
| no_auto_rehash | |
| # The maximum size of the buffer for client/server communication. The default is 16MB, the maximum is 1GB. | |
| max_allowed_packet = 16M | |
| # Set the prompt to the specified format |