View previous topic :: View next topic |
Author |
Message |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Mon Jun 18, 2012 5:02 am Post subject: |
|
|
dbzTHEdinosauer wrote: | one of the functions of an IT auditor is to insure that the code is provable:
that means, you can read/understand the source code and recreate the run unit (recompile/relink....)
if you have a production module for which you have no source,
you have no audit trail. | That's one way of looking at it but there are times when one use some Third-party Tool and make a CALL to it via a COBOL program. And you, for a fact know that the Third-party Tool is indeed written in COBOL - would you like to generate the source for it.
Just making a statement, not questioning. _________________ Regards,
Anuj |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Mon Jun 18, 2012 5:06 am Post subject: |
|
|
papadi wrote: | One reason to generate source from executable is because there is sloppy (or no) configuration management / source control and the source was lost or destroyed.
Another is to steal code. . . | My first reaction was, what I quote in bold from your reply.
For the former, I believe, any decent shop will have a good enough version control tool which will keep some of the recent versions of the program/s in archive unless there is a disaster.
So I still strive to find more on this. _________________ Regards,
Anuj |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Mon Jun 18, 2012 10:49 am Post subject: |
|
|
Hi Anuj,
If a system is running proprietary "third-party Tools", it is illegal to regenerate the source from the executable. The source is protected as it is an asset of the company that sells/leases the product. _________________ All the best,
di |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Tue Jun 19, 2012 6:04 am Post subject: |
|
|
Exactly the point di and that's why I did not participate in that discussion... _________________ Regards,
Anuj |
|
Back to top |
|
|
|
|