Compare commits
3 commits
9.0.202412
...
master
Author | SHA1 | Date | |
---|---|---|---|
df39c762be | |||
f3cae4dfb0 | |||
c299250db6 |
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
# IDA Pro 9
|
# IDA Pro 9
|
||||||
|
|
||||||
from: https://hex-rays.com/ida-pro
|
from: https://hex-rays.com/ida-pro
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
https://vaclive.party/software/ida-pro/releases
|
|
@ -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")
|
Loading…
Add table
Add a link
Reference in a new issue