Skip to main content

Sigmaker is an IDA Pro 9.0+ cross-platform signature maker plugin that works on MacOS/Linux/Windows. It creates unique binary pattern signatures to identify specific functions or addresses within binaries, even after updates. It helps reverse engineers preserve their analysis work by generating resilient signatures that can quickly relocate important code locations in new binary versions.

Project description

Signature Maker Plugin for IDA Pro 9.0+

Magnifying glass with the word 'sigmaker' and a cross-hair over the 'A' in sigmaker ida-sigmaker tests

An IDA Pro 9.0+ zero-dependency cross-platform signature maker plugin with optional SIMD (e.g. AVX2/NEON/SSE2) speedups that works on MacOS/Linux/Windows. The primary goal of this plugin is to work with future versions of IDA without needing to compile against the IDA SDK as well as to allow for easier community contributions.

Installation

sigmaker's main value proposition is its cross-platform (Windows, macOS, Linux) Python 3 support. It uses zero third party dependencies, making the code both portable and easy to install.

Quick Install

  • Copy src/sigmaker/__init__.py into the /plugins/ folder to the plugin directory!
  • Rename it to sigmaker.py
  • OPTIONALLY, if you would like SIMD speedups, just pip install sigmaker
  • Restart IDA Pro.

From Releases

  • Download the latest conveniently renamed sigmaker.py release from the Releases page
  • Copy it to your IDA Pro plugins directory
  • OPTIONALLY, if you would like SIMD speedups, just pip install sigmaker
  • Restart IDA Pro

That's it!

Need to find your plugin directory?

From IDA's Python console run the following command to find its plugin directory:

import idaapi, os; print(os.path.join(idaapi.get_user_idadir(), "plugins"))

Where and what is my default user directory?

The user directory is a location where IDA stores some of the global settings and which can be used for some additional customization. Default location:

  • On Windows: %APPDATA%/Hex-Rays/IDA Pro
  • On Linux and Mac: $HOME/.idapro

SIMD Speedups

If you just followed the installation above and ran pip install sigmaker, then based on your system and architecture (i.e. Windows (x64), Linux (x64), Mac (x64), Mac (ARM/Silicon)), the plugin will install the appropriate wheel and will automatically use them if they're available. You do not have to do anything else. The plugin is designed to display the status of whether or not SIMD speedups are installed. They are shown in the top right menu bar of the plugin:

SIMD Enabled

No SIMD Speedups

Requirements

  • IDA Pro 9.0+
  • IDA Python
  • Python 3.10+

What is a "sigmaker"?

Sigmaker stands for "signature maker." It enables users to create unique binary pattern signatures that can identify specific addresses or routines within a binary, even after the binary has been updated.

In malware analysis or binary reverse engineering, a common challenge is pinpointing an important address, such as a function or global variable. However, when the binary is updated, all the effort spent identifying these locations can be lost if their addresses change.

To preserve this work, reverse engineers take advantage of the fact that most programs do not change drastically between updates. While some functions or data may be modified, much of the binary remains the same. Most often, previously identified addresses are simply relocated. This is where sigmaker comes in.

Sigmaker lets you create unique patterns to track important parts of a program, making your analysis more resilient to updates. By generating signatures for specific functions, data references, or other critical locations, you can quickly relocate these points in a new version of the binary, saving time and effort in future reverse engineering tasks.

Usage

In disassembly view, select a line you want to generate a signature for, and press CTRL+ALT+S:

OR Right-Click and select SigMaker:

The generated signature will be printed to the output console, as well as copied to the clipboard:


Signature type Example preview
IDA Signature E8 ? ? ? ? 45 33 F6 66 44 89 34 33
x64Dbg Signature E8 ?? ?? ?? ?? 45 33 F6 66 44 89 34 33
C Byte Array Signature + String mask \xE8\x00\x00\x00\x00\x45\x33\xF6\x66\x44\x89\x34\x33 x????xxxxxxxx
C Raw Bytes Signature + Bitmask 0xE8, 0x00, 0x00, 0x00, 0x00, 0x45, 0x33, 0xF6, 0x66, 0x44, 0x89, 0x34, 0x33 0b1111111100001

Finding XREFs

Generating code Signatures by data or code xrefs and finding the shortest ones is also supported:


Signature searching

Searching for Signatures works for supported formats:

It also supports wildcard nibble search support:

Just enter any string containing your Signature, it will automatically try to figure out what kind of Signature format is being used:

Currently, all output formats you can generate are supported.

Match(es) of your signature will be printed to console alongside the containing function name:

If the matched address is not a function name or has no function name, it falls back to just printing the address:

Signature Configuration

sigmaker also supports configurable wildcardable operands for unique signature creation:

There are also various options that be configured via the Other options button:

Acknowledgements

Thank you to to @A200K's IDA-Pro-SigMaker plugin which served as an inspiration and the initial port of this plugin.

Development & Releases

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

Contact

ping me on x @mahmoudimus or you may contact me from any one of the addresses on mahmoudimus.com.

MIT License

Copyright (c) 2024 Mahmoud Abdelkader (@mahmoudimus)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigmaker-1.6.0.tar.gz (204.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sigmaker-1.6.0-cp313-cp313-win_amd64.whl (285.0 kB view details)

Uploaded CPython 3.13Windows x86-64

sigmaker-1.6.0-cp313-cp313-win32.whl (270.5 kB view details)

Uploaded CPython 3.13Windows x86

sigmaker-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (782.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sigmaker-1.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (782.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sigmaker-1.6.0-cp313-cp313-macosx_11_0_arm64.whl (294.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sigmaker-1.6.0-cp313-cp313-macosx_10_13_x86_64.whl (293.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sigmaker-1.6.0-cp312-cp312-win_amd64.whl (285.2 kB view details)

Uploaded CPython 3.12Windows x86-64

sigmaker-1.6.0-cp312-cp312-win32.whl (270.7 kB view details)

Uploaded CPython 3.12Windows x86

sigmaker-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (784.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sigmaker-1.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (783.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sigmaker-1.6.0-cp312-cp312-macosx_11_0_arm64.whl (295.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sigmaker-1.6.0-cp312-cp312-macosx_10_13_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sigmaker-1.6.0-cp311-cp311-win_amd64.whl (284.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sigmaker-1.6.0-cp311-cp311-win32.whl (271.0 kB view details)

Uploaded CPython 3.11Windows x86

sigmaker-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (782.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sigmaker-1.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (778.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sigmaker-1.6.0-cp311-cp311-macosx_11_0_arm64.whl (295.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sigmaker-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl (293.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sigmaker-1.6.0-cp310-cp310-win_amd64.whl (284.1 kB view details)

Uploaded CPython 3.10Windows x86-64

sigmaker-1.6.0-cp310-cp310-win32.whl (271.4 kB view details)

Uploaded CPython 3.10Windows x86

sigmaker-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (750.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sigmaker-1.6.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (747.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sigmaker-1.6.0-cp310-cp310-macosx_11_0_arm64.whl (295.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sigmaker-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl (292.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file sigmaker-1.6.0.tar.gz.

File metadata

  • Download URL: sigmaker-1.6.0.tar.gz
  • Upload date:
  • Size: 204.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0.tar.gz
Algorithm Hash digest
SHA256 f6c4681f09c12d44564ec1142ea937c026b58c365a00b1c0c6274fc6e58cb68d
MD5 b636e6b5eea5e961d11e15b5c244cd95
BLAKE2b-256 4231f53f713ba0ede3d6230bf21644a2bb10f46eac0cef2349a94ea379c9ccab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0.tar.gz:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 285.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9664d758a98ad1130800163e706c99e7381d83792f8151c431b739a814ba91fc
MD5 183163470fdebb16b271eb8506a60031
BLAKE2b-256 fbfb9a45e23f106774fbd577436b87d15619f15bcf6acbc2680b169dafd23230

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-win_amd64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 270.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 71a5fe17277ce293224a93e472dc0879d3b7efa588a4217e94c2b900d40ec943
MD5 ba515b33633fa40f87d8c7cf895d215b
BLAKE2b-256 5700a025c7fbd3805dd1f71b694101bcdbddc4a5221d6d605b6aae3186118dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-win32.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6983bd48fe59866131b5c5b931943185e897430a6583cdff0716fc74629997f3
MD5 e227c21e8451b37c914951d1609fdb64
BLAKE2b-256 ecfbe1d3c8a97e942800851e13bf004940c3b2f059961dca3444aa44583939a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0d37c7a9f14e061ae6a3088f6bc4e53f8967893c7dfa60f464806af712312d9
MD5 6070ce173c591412f2ea9293b0d5a87b
BLAKE2b-256 1d51664d17803c9cb91d6d40a5b93eafd13121446729e03b7e6ba5249969dc58

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a13b98aa3caaa91edd34504e436d72eab47551a2b6cf5fa622ba6aa13f547c9
MD5 fd98121819e09bd0c67c824aca574eb8
BLAKE2b-256 377bed64cfcebfd9dbbbda5143e82b7ac7766bfaaafb6fce76b8f7daa097db65

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bed09bdec823d29372eedfee2971411c91d5cac3428ed3e3b500ce74ed9c42f1
MD5 d86766b34df0eef38587a7b42280789d
BLAKE2b-256 254192ac7ec8890974481339a1ec1e5da95e88acae3bc3ac4500e2418c6c12f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 285.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a3d786a55417cc9e3db9e203bcdf361a6722c1eca7d09438d4d9f0452da41eb
MD5 6cd400b89981065ae2106a30afcb5282
BLAKE2b-256 a471c7b322413efd3e21cfa8393a6b361f7730fbe51e8549a636dda937da61a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-win_amd64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 270.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a9f8b28a46acc5a6f2722d4d522549aa64cb9c99b6bef7473a3a022046a17215
MD5 8c11f0cc5fe4d8dce6d732f1077425f0
BLAKE2b-256 0441995790fc3c78ecde6f31bed0fb26014608ef5f4e703c68d8f673bc4fb5ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-win32.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce83578e1d6135399bec59af498a230747badd4d830f9b908f8d749c347beb5b
MD5 c39c2644317f35e35a1513dfac5b7912
BLAKE2b-256 192c3e40d130ec139bb9ebb8a24fc27dad5411d79ae5bfc88c3b1907c80325b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdf7f8bc7ba321ce6ebb13a44f2fbe22f4e8fb078aec95cf7b624d60cab61c9c
MD5 456c8ae4946c3a201a4e111b7de2ea54
BLAKE2b-256 8d173cd85af16a10d29d9661f1c04b9742b444c833254a5fc41d6443467bfdd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4babb56d82e6df3e6326c2390e76fb4c6d9de8d6145db9d40ece656f701419b
MD5 bf24f147c2d985f1180bd43d10605388
BLAKE2b-256 8de0b940f508aa950c07559d2df7b8db17568ffc03eb11ca6c1062322a6714a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fbbb794de46198891a6410c9e94905ac5beaa4277e6825c73808f5b8a82de2b0
MD5 52895466d915e7a1424ebe2d930b6b1c
BLAKE2b-256 0b35b7b2863ff15c9fddf7f15a838b000022a901f047e8ad007afda193b1104d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 284.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 314c52f53eb04f081ec92a4ba461e5a6762e5429a392e330930fb5cd5203285f
MD5 38feb0cf62c1eb4d88c20bc765b2f552
BLAKE2b-256 70482d763a641f780b628055a1b180c239ade82098873f871acc4db0c6184069

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-win_amd64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 271.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 46016d440bc8ef586c4aa9feb1d6663dc5e5753d76955dbabc956492faf2a1d1
MD5 737bcf46b71e8a25ce320015debd2429
BLAKE2b-256 7cea583d8f1edb65696f0e76a1300cb8eb384d8efbdf80bb3bbdfe13babb3e1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-win32.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e12a0dd945d2db9a6b7f43bbe8b677852891e6a808d2e54ad64f42082ddf105b
MD5 6233888d492a0949d7d78febfcb79d3e
BLAKE2b-256 c4e11c477d8bf81f2bb8cd58c20643ec941202e29f7afec19534a2b3ace8db14

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 381f63df40409b3b70aec659ad6ac5b69e5428ed38033f5b5b03fd280a30e9cf
MD5 cbbb9e5aca626fc24483c2b209baba57
BLAKE2b-256 b75216b821b1353a1295e0486711c266022c5488a37a807d49826ffe96f85bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 450c83cde5d2a906c7192f6dd4b54c9a875b075f68595920ecbfff98d216f082
MD5 5a8a5effbbed5c8d564900a63352cb44
BLAKE2b-256 e8ebdd9bc665fd18777c5f63f427d23749a9d59d51b79cb462e880568316cc7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 694d489f7e9ad8e95988c6f7eb12e593fdc95c602e4d422d014bf3147e582fdb
MD5 65299e7ef90faf29fdaf2b54238aaf43
BLAKE2b-256 89d8450e04d837d2040af8051ad3e1565346a05c69cec538aadf383eca584fb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 284.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9af9fd56bfdb302e6dded05fe1ce5b7efc4082c82065beb60749b44b77476f51
MD5 c85e3f19c3df52a7c03ec1ade2a2ae65
BLAKE2b-256 8d8e7c0fec92f14dcf9c573d905b50db40105fbf7d6892aa9454477893280622

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-win_amd64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: sigmaker-1.6.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 271.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a82bb72b5ec81d84a01a6e66b28abe2e48079970bbc2c8e8b3ef02a9da8e301f
MD5 7917c7a6b14d9c1e2ece021a3340e6bc
BLAKE2b-256 5a2528fab3bb65f1481be2568deb0a67633d6e4653c4b874b1c5a21d02de46b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-win32.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 958dcfc1a71f1a94de54b7f518a16e9472fd8f1cf180f97bc89c7c76a7922913
MD5 1b7e955e5d034ef027ae9737a804ef29
BLAKE2b-256 1fab58a95c31165bc2edcd8a4ff77508a46e1d85c7b02d27f90dccddd1138d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c274a8b62f9f43b346df044b7249e32111d0107dc791050da6eca552cd7416b
MD5 8d084579676e22f4152f496dda7a7ec6
BLAKE2b-256 01af069e69622bede4392296465e8e4b366a1bac4dfdff05b7df2f4351b2781a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6be3ecbf8901772a3b6d047dd6e3c0bc6c018b2b4ca5a044ef3ce99f2b740837
MD5 7001e57c59f883feea60b6a454c305a8
BLAKE2b-256 44e89d51b77d28d5e485a01fcea9a677ea0d547541726cfc61188302cf69d44e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigmaker-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sigmaker-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad168d1a7bc570077c5c70a040edb430bcee49d58086f1cf6b71c25bed15904d
MD5 a0c770a167dab8762744109cd4a39306
BLAKE2b-256 953c579668ff0c797cbdce515aad7cfe1fe8e145f5231f5573e56c2593600cd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigmaker-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: deploy.yml on mahmoudimus/ida-sigmaker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page