latvaustin Posted September 13, 2007 Share Posted September 13, 2007 Hi, hopefully someone has some insight or experience with this. the problem: I have a bunch of code that calls 4 or 5 function libraries that perform various tasks (data processing, DB querying, etc). Anyone know about a tool that can read through the code and produce some kind of documentation or (preferably) a diagram with dependencies, DB calls or the like?? There might not be a magic bullet for this but any suggestion will be greatly appreciated. Thanks, Luis Link to comment https://forums.phpfreaks.com/topic/69148-reverse-engineering-code/ Share on other sites More sharing options...
btherl Posted September 13, 2007 Share Posted September 13, 2007 You can get a call tree from an actual run of your script using apd. But I take it you want something that works from the source? If you find one, I would be very interested Link to comment https://forums.phpfreaks.com/topic/69148-reverse-engineering-code/#findComment-347567 Share on other sites More sharing options...
latvaustin Posted September 13, 2007 Author Share Posted September 13, 2007 Thanks I'll give that a try... and get back with results, hopefully good ones! Link to comment https://forums.phpfreaks.com/topic/69148-reverse-engineering-code/#findComment-347984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.