- Nov 28, 2000
- 2,224
- 0
- 0
If I do this just for the sake of learning, is it illegal?
If its not, could someone give me some tips to learn?
Thanks
If its not, could someone give me some tips to learn?
Thanks
Originally posted by: n0cmonkey
It's possibly illegal in the US, thanks to the DMCA.
Originally posted by: ArmchairAthlete
Yea if you're using it on something that's not open source or that you didn't pay to get the code for... probably illegal. And decompiling something that's OS would be kinda dumb.
Originally posted by: n0cmonkey
Originally posted by: ArmchairAthlete
Yea if you're using it on something that's not open source or that you didn't pay to get the code for... probably illegal. And decompiling something that's OS would be kinda dumb.
I think it might be interresting to look at the differences between the code in original form and the decompiled form.
Originally posted by: Cogman
Originally posted by: n0cmonkey
Originally posted by: ArmchairAthlete
Yea if you're using it on something that's not open source or that you didn't pay to get the code for... probably illegal. And decompiling something that's OS would be kinda dumb.
I think it might be interresting to look at the differences between the code in original form and the decompiled form.
Decompilers (that I have seen) dont spit out statments like
if(cat != dog){
dog.eatcat(cat);
}
instead they mix in the Call 0x173924 EAX e2 ect.. statments. Much harder to read decompiled code then origional IMO.
