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 Quote 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 Quote 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! Quote Link to comment https://forums.phpfreaks.com/topic/69148-reverse-engineering-code/#findComment-347984 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.