ballhogjoni Posted April 18, 2007 Share Posted April 18, 2007 Is it possible to reverse engineer obfuscated php code with out having the original php code? Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/ Share on other sites More sharing options...
monk.e.boy Posted April 18, 2007 Share Posted April 18, 2007 yes. It may take some time though. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232269 Share on other sites More sharing options...
per1os Posted April 18, 2007 Share Posted April 18, 2007 Ask the Chinese, they seem to have the reverse engineering of encrypted code down pretty tight. Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232275 Share on other sites More sharing options...
ballhogjoni Posted April 18, 2007 Author Share Posted April 18, 2007 can sombody give me an example? and frost110 what chinese people, or is that a joke? Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232287 Share on other sites More sharing options...
per1os Posted April 18, 2007 Share Posted April 18, 2007 No joke, it costs you like $1,000 to decrypt some code. I think, as far as I know, they are the only "succesful" ones to do it, although it is not perfect at all. Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232293 Share on other sites More sharing options...
trq Posted April 18, 2007 Share Posted April 18, 2007 By defininition, reverse engineering is done by seeing what something does and working backwards to cretae a working version. So no, you don't need the code. Thats not reverse engineering. can sombody give me an example? Not really, there is no standard technique. Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232307 Share on other sites More sharing options...
monk.e.boy Posted April 19, 2007 Share Posted April 19, 2007 Is it possible to reverse engineer obfuscated php code with out having the original php code? You do know what obfuscated means, it's not encrypted and you don't need to 'reverse engineer' anything, mostly obfuscation does is rename variables and move the code around so it makes little sense. All you need to do is rename variables and stuff to fix it. Just takes time. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-232988 Share on other sites More sharing options...
ballhogjoni Posted April 19, 2007 Author Share Posted April 19, 2007 thanks i'll do my best Link to comment https://forums.phpfreaks.com/topic/47580-is-it-possible-to-do-this/#findComment-233634 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.