ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Ida pro 7.3 (TIRA) + decompilers full crack


  • Please log in to reply
Ida pro 7.3 (TIRA) + decompilers full crack

#1301

two2222
two2222
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 1
Threads: 0
Joined: Nov 15, 2021
Credits: 0
Two years registered
#1301

thx


  • 0

#1302

paxcut
paxcut
    Offline
    1
    Rep
    256
    Likes

    Addicted

Posts: 183
Threads: 22
Joined: Dec 20, 2019
Credits: 0

Four years registered
#1302

Well the other post I tried didn't work so let me try this one because I want to learn this software

 

Edit: Link doesn't work either

OK, i uploaded file to Anonfiles and updated the link to download it. Please know that downloading from Anonfiles can be tricky.A correct download should open no new websites, only a prompt from your browser about how to deal with the file. always choose save. never choose run. If a new window or tab pops up, close it and click download button again. Repeat until correct download occurs.

Always check the name and file size and make sure they match what Anonfiles shows in download page.if anything  doesn't match exactly what Anonfiles shows don't download it and don't try to open it. Let me know and I will look into it. If you download some strange file and open it i won't be able to help you undo whatever damage the file creates. Please use common sense and never assume that files that come from nulled-to are safe.

Peace,
Paxcut

*Update
I've been able to use IDM to download from Anonfiles using debrid-link extension (use google to find info) What takes 2 hours normally downloads in under 3 minutes using IDM. I recommend both IDM and debrid-link


Edited by paxcut, 17 November 2021 - 02:00 AM.

  • 1

LEECHERS BEWARE! U COULD BE BANNED!


#1303

parsifall
parsifall
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 3
Threads: 0
Joined: Nov 17, 2021
Credits: 0
Two years registered
#1303
I’m searching for decompilers, great job in patching them, thanks!

  • 0

#1304

mamathieu
mamathieu
    Offline
    2
    Rep
    2
    Likes

    Member

Posts: 53
Threads: 1
Joined: Feb 21, 2015
Credits: 0
Eight years registered
#1304

thx a lot :o


  • 0

#1305

kalileid
kalileid
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 4
Threads: 0
Joined: Dec 08, 2018
Credits: 0
Five years registered
#1305

Thanks for your share


  • 0

#1306

Ziba032
Ziba032
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 20
Threads: 0
Joined: Sep 23, 2021
Credits: 0
Two years registered
#1306

is link live


  • 0

#1307

paxcut
paxcut
    Offline
    1
    Rep
    256
    Likes

    Addicted

Posts: 183
Threads: 22
Joined: Dec 20, 2019
Credits: 0

Four years registered
#1307

is link live

it should be. please let me know if you have any trouble.


  • 0

LEECHERS BEWARE! U COULD BE BANNED!


#1308

lightweight
lightweight
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 1
Threads: 0
Joined: May 15, 2019
Credits: 0
Four years registered
#1308

ty


  • 0

#1309

nofall
nofall
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 1
Threads: 0
Joined: Nov 25, 2021
Credits: 0
Two years registered
#1309

Hello,

A few weeks ago team-IRA released a crack for IDA pro 7.3 that didn't include
the decompilers. The read-me claims that the decompilers will be released
shortly, but AFAIK this hasn't happened yet and now they seem busy with the 7.4
release. If you are like me and don't mind using older decompilers for now then
this is for you.
A few years back there was a release by UNIS of three 7.0 decompilers
(arm, arm64 and x86) patched to work with the leaked IDA pro  7.2.
I have re-patched the three 7.0 decompilers and fully patched the 7.0 x64
decompiler so that they work with the 7.3 team-IRA release. The patched decompilers
use a different configuration file, named _hexrays.cfg, so that you can use any
one of the 7.3 decompilers if you have them without conflict.
This patch not only enables the decompilers but also allows plugins that use them
to work as if they were the 7.3 decompilers. To verify this, I am including a dsync
plugin that syncs dissasembly and decompiler views with each other. The plugin
requires Ida 7.2 but works fully using the patch (use google to look for the git
dsync page).
To my knowledge, this is the first 7.3 Ida pro with all 4 (7.0) decompilers release.
A link to a totalvirus scan on the unencrypted rar is also included but as always I recommend
running this in a secure environment (sandbox or virtual machine).

 

 

Thank you,

Paxcut

 

 

I was missing the dsync plugin. I have updated the download to include it. Sorry for any inconvenience.

 

New edit: fixed password

and fixed it again

 

10/24/20

Good news and... great news!

First the great news.
Decompilers are finally appearing for Ida 7.3. First, member Winest posted in this thread a link to genuine x86 and arm32 7.3 decompiler plugins together with the 7.3 SDK (and so much more!). Second, and here the credit goes to member ByteTraveller, the x64 7.5 demo decompiler was adapted to work with Ida 7.0, 7.2 and 7.3.

The link provided requires credits for downloading and so far nobody has made a free link available. Member BRUHItsABunny states that a GitHub link exists that can be used to generate the x64 decompiler. As of now no actual link has been provided so we'll have to wait until some open (free) link is posted.

As for the good news, as some of you are aware, the patched 7.0 decompilers had a terrible flaw. Even though F5 and plugins that used hooks worked in IDA 7.3, plugins that used idaapi.decompile did not. I have tracked down the source of the error (argument incompatibility in the different versions of the hexrays decompiler library functions. For more info look at hexrays.hpp in the 7.3 and 7.0 SDK's) and patched them so that plugins using idaapi.decompile (compiled using the 7.3 SDK or idapython plugins) should work without a hitch.

What this means is, among many other improvements, that now you can double click a function in pseudocode without fear of crashing Ida (the crash was caused by Ida not being able to produce pseudocode via idaapi for the selected function). Many other interactions with pseudocode should work now as well. (if you come across some problem let me know and I'll look into it)

For now I am updating the rar file to include
1) The Ida 7.3 genuine x86 and arm32 decompilers (thank you Winest!)
2) The repatched x64 and arm64 with idaapi.decompile support (and of course F5 support as well.)
3) The Ida 7.3 SDK.

x64 decompiler from 7.5 demo will be added once an open link becomes available (thank you ByteTraveller!)

That's all for now.

 

10-25-20

Now with 7.5 demo patched to work on any Ida 7 version. As posted by ByteTraveller the folks at PEDIY
have managed to patch the decompiler that comes in the 7.5 demo version so that it works on Ida 7.0, 7.2
and 7.3. Thanks to the post by BruHitsABunny I was able to find the GitHub page which contained a diff
for patching. Once the checksum provided there was matched I tested F5 functionality and found no
problems. Note that until the 7.5 Hexrays SDK is made available, checking further functionality is
impossible (well, almost. All you need are 7.5 plugin versions to check) so I provide the 7.5 hexx64 
and the 7.0 hexx64 with full idaapi.decompile support.
Again, thanks you ByteTraveller and BruHitsABunny for giving us this wonderful tool.

 

10-31-20

More good news!

I finally got the x64 7.2 decompiler working with Ida 7.3. The apis are so close that this is practically a full fledged x64 7.3 decompiler. A lesser featured (no decompiler plugins) 7.5 decompiler from demo is also provided.For more information read a post I made earlier today in this thread or download the rar file and read the HowToInstall.txt file included.

 

12-2-20

Now with Lumen!

no, its not some weird food additive. Its an honest to god Lumina server clone that is available to anyone (that includes you too) free of charge. Find out more about it from Google or visit

Please Login or Register to see this Hidden Content

I have included detailed instructions to get it to work in the how_to_install.txt file included in the download. Please contribute only clean metadata so that we can all benefit from this great service. Thanks to member BRIHItsABunny  for letting us know about it.

Ty bro


  • 0

#1310

jokerbon
jokerbon
    Offline
    0
    Rep
    3
    Likes

    belive in the ng

Posts: 81
Threads: 13
Joined: May 06, 2019
Credits: 0
Four years registered
#1310

Many thanks!


  • 1

Best Ddos attack tool:
https://lkxstress.su/



 Users browsing this thread: and 2 guests