digitalmars.D.learn - Getting Source code from complied code.
- vino.B (7/7) Jun 28 2018 Hi All,
- Basile B. (2/10) Jun 28 2018 You cant. You can disasm that's all (with Hopper or IDA Free 7).
- vino.B (6/19) Jun 28 2018 Hi Basile,
- Steven Schveighoffer (8/13) Jun 28 2018 I was going to suggest, next time use a backup, but you already have.
- Timoses (3/11) Jun 28 2018 Use a versioning system and push important changes as soon as
Hi All, Request your help on how to get the source code, i wrote a program named clean.d, complied it and by mistake deleted the source code(clean.d), so can we get back the source using the complied program(clean), if yes, can you any one help on the same. From, Vino.B
Jun 28 2018
On Thursday, 28 June 2018 at 08:01:42 UTC, vino.B wrote:Hi All, Request your help on how to get the source code, i wrote a program named clean.d, complied it and by mistake deleted the source code(clean.d), so can we get back the source using the complied program(clean), if yes, can you any one help on the same. From, Vino.BYou cant. You can disasm that's all (with Hopper or IDA Free 7).
Jun 28 2018
On Thursday, 28 June 2018 at 08:21:20 UTC, Basile B. wrote:On Thursday, 28 June 2018 at 08:01:42 UTC, vino.B wrote:Hi Basile, Thank you very much, luckily the file was backed up by the backup scheduler, so was able to restore the same. From, Vino.BHi All, Request your help on how to get the source code, i wrote a program named clean.d, complied it and by mistake deleted the source code(clean.d), so can we get back the source using the complied program(clean), if yes, can you any one help on the same. From, Vino.BYou cant. You can disasm that's all (with Hopper or IDA Free 7).
Jun 28 2018
On 6/28/18 4:33 AM, vino.B wrote:Hi Basile, Thank you very much, luckily the file was backed up by the backup scheduler, so was able to restore the same.I was going to suggest, next time use a backup, but you already have. Amazing how nice it is when you realize that has happened :) I once had 2 weeks worth of work gone to a hard drive crash, because there was no backup. My company actually paid to have the drive restored because it was cheaper than recreating the project. Definitely learned my lesson then. -Steve
Jun 28 2018
On Thursday, 28 June 2018 at 08:01:42 UTC, vino.B wrote:Hi All, Request your help on how to get the source code, i wrote a program named clean.d, complied it and by mistake deleted the source code(clean.d), so can we get back the source using the complied program(clean), if yes, can you any one help on the same. From, Vino.BUse a versioning system and push important changes as soon as you're done with smth to a remote location ; ). E.g. Git
Jun 28 2018