Compare commits

..

4 commits

Author SHA1 Message Date
df39c762be update keygen 2025-03-20 12:38:44 +01:00
f3cae4dfb0 rename keygen 2025-03-20 12:38:07 +01:00
c299250db6 Update README.md 2025-02-23 00:17:30 +00:00
0ebddb6884 Update README.md 2024-10-16 13:23:54 +00:00
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# ida-pro # IDA Pro 9
IDA Pro from: https://hex-rays.com/ida-pro
## Download
https://vaclive.party/software/ida-pro/releases

View file

@ -3,6 +3,7 @@ import hashlib
import os import os
# originally made by alula # originally made by alula
# v3 - auth.lol
license = { license = {
"header": {"version": 1}, "header": {"version": 1},
"payload": { "payload": {
@ -21,6 +22,7 @@ license = {
"issued_on": "2024-08-10 00:00:00", "issued_on": "2024-08-10 00:00:00",
"owner": "", "owner": "",
"product_id": "IDAPRO", "product_id": "IDAPRO",
"product_version": "9.1",
"add_ons": [ "add_ons": [
# { # {
# "id": "48-1337-DEAD-01", # "id": "48-1337-DEAD-01",
@ -224,4 +226,4 @@ generate_patched_dll("ida.dll")
generate_patched_dll("libida32.so") generate_patched_dll("libida32.so")
generate_patched_dll("libida.so") generate_patched_dll("libida.so")
generate_patched_dll("libida32.dylib") generate_patched_dll("libida32.dylib")
generate_patched_dll("libida.dylib") generate_patched_dll("libida.dylib")