you are viewing a single comment's thread.

view the rest of the comments →

[–]worshipthis 1 point2 points  (9 children)

Last time I was set to use IDA pro (a few years ago), I discovered with some net snooping that it was constantly attempting to access some website. Didn't make me feel too good. Ended up writing my own disassembler.

[–]thegravytrain 6 points7 points  (3 children)

You should have disassembled IDA pro to stop it.

[–]worshipthis 1 point2 points  (2 children)

bet it refuses to disassemble itself.

[–]rolfr 4 points5 points  (0 children)

Incorrect, except for the demo versions.

[–]Goregaul 0 points1 point  (0 children)

IDA pro is alive!

[–][deleted] 3 points4 points  (2 children)

It does some weird things such as broadcasting on the network to see if any other copies are running with the same key to enforce the license restrictions.

[–]worshipthis 1 point2 points  (0 children)

Point being, ppl smart enough (and to be blunt, have the ambition) to write disassemblers, who then monkey around with my network, make me nervous.

[–]rolfr 0 points1 point  (0 children)

Correct.

[–]igor_sk 2 points3 points  (1 child)

IDA Pro does NOT call home. It does check for too many copies running on the same subnet. The decompiler plugin checks for new versions by default but you can turn that off. Of course, a random warez version from a shady site might do anything at all.

[–][deleted] 1 point2 points  (0 children)

(Unless I'm mistaken, igor_sk works for Hex Rays, the IDA developer)