Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
192 views

Reverse Engineering poorly documented Java from source

I'm a systems engineer, recent college grad, and I've just been given a project that is exceptionally daunting. We have a legacy system, we legally own the entire code and all rights to it. The ...
1
vote
0answers
178 views

Software Requirement Specification for UML Tool

I'm searching for a software requirement specification for an UML Tool / Software (which supports software (re)engineering). I didn't find any SRS for any UML tool. Thanks in advance.
1
vote
7answers
4k views

What is the difference between re-engineering and reverse engineering?

What is the difference between re-engineering and reverse engineering? Simple example is much appreciated if provided.
0
votes
3answers
68 views

The Who's Paying for that Development Model [closed]

I have worked with a couple of small development companies and one thing that they seem to have in common (and from what I hear on the grapevine it seems common in small software companies) is that ...
0
votes
0answers
18 views

What could the negative effects be of attaching to a process as a debugger?

Background A client of mine has a major problem. They have a CRM system, which was created by a single person over a period of 9 years. Unfortunatelly, a few weeks ago, this person died. I believe ...
0
votes
1answer
373 views

Android reengineering : extract and protect APK's resources (technical questions)

I'm interested in the technical details of APK files. I know already that the APKTOOL is able to extract all those layout files and so on of an APK file (including the smali sources), but I would like ...
0
votes
4answers
171 views

How to fundamentally re-architect a system whilst preserving functional behaviour?

I have inherited an ASP.NET application that is a disaster architecturally, however it works and it is in live production use. In order to enhance the application in the future I need to totally ...