[Lazarus] Detecting when decompiler is running

2015-12-04 Thread Richard Mace
Hi All, I was wondering if there was a way where an application, written in Lazarus, could detect when a compiler is running, perhaps by it's mutex? My idea was, in my application, I could periodically check to see if a decompiler was running and then my app could perform an operation, such as

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Sven Barth
Am 04.12.2015 10:29 schrieb "Michael Schnell" : > > On 12/04/2015 09:29 AM, Richard Mace wrote: >> >> >> My idea was, in my application, I could periodically check to see if a decompiler was running and then my app could perform an operation, such as maybe closing. > > > Why

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Richard Mace
Because this particular application of mine, is not open source. Richard On 4 Dec 2015 09:29, "Michael Schnell" wrote: > On 12/04/2015 09:29 AM, Richard Mace wrote: > > > My idea was, in my application, I could periodically check to see if a > decompiler was running and then

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Sven Barth
Am 04.12.2015 09:29 schrieb "Richard Mace" : > > Hi All, > I was wondering if there was a way where an application, written in Lazarus, could detect when a compiler is running, perhaps by it's mutex? > My idea was, in my application, I could periodically check to see if a

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Gabriele Cappelletto
Even my project is not open source and if I see him I would be willing to make a small donation to the project FreePascal / lazarus Gabriele Il 04/12/2015 10:28, Michael Schnell ha scritto: On 12/04/2015 09:29 AM, Richard Mace

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Michael Schnell
On 12/04/2015 10:44 AM, Sven Barth wrote: Why do you assume that every software written in Lazarus/Free Pascal is automatically an open source one? I don't assume "is" but I assume "should be", as I consider closed source projects as a fraud against the highly valuated fpc and lazarus team

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Michael Schnell
On 12/04/2015 09:29 AM, Richard Mace wrote: My idea was, in my application, I could periodically check to see if a decompiler was running and then my app could perform an operation, such as maybe closing. Why should open source software need a decompiler ? -Michael --

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 12/04/2015 10:44 AM, Sven Barth wrote: Why do you assume that every software written in Lazarus/Free Pascal is automatically an open source one? I don't assume "is" but I assume "should be", as I consider closed source projects as a fraud against the highly

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Richard Mace
On 4 Dec 2015 09:48, "Sven Barth" wrote: > Do you want to protect your whole application or only a specific part? (e.g. a specific algorithm you don't want to disclose or the license validation code) > > Regards, > Sven > Hi Sven, I guess just the license checking

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Marc Santhoff
On Fr, 2015-12-04 at 14:20 +, Mark Morgan Lloyd wrote: > Marc Santhoff wrote: > > On Fr, 2015-12-04 at 08:29 +, Richard Mace wrote: > >> Hi All, > >> I was wondering if there was a way where an application, written in > >> Lazarus, could detect when a compiler is running, perhaps by it's

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Marc Santhoff
On Fr, 2015-12-04 at 08:29 +, Richard Mace wrote: > Hi All, > I was wondering if there was a way where an application, written in > Lazarus, could detect when a compiler is running, perhaps by it's mutex? > My idea was, in my application, I could periodically check to see if a > decompiler was

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Michael Schnell
On 12/04/2015 02:09 PM, Marc Santhoff wrote: 1. Protect your program using checksums Don't connect the computer that holds the sources to the Internet. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Mark Morgan Lloyd
Marc Santhoff wrote: On Fr, 2015-12-04 at 08:29 +, Richard Mace wrote: Hi All, I was wondering if there was a way where an application, written in Lazarus, could detect when a compiler is running, perhaps by it's mutex? My idea was, in my application, I could periodically check to see if a

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 12/04/2015 02:09 PM, Marc Santhoff wrote: 1. Protect your program using checksums Don't connect the computer that holds the sources to the Internet. In principle, it should be possible for a binary to be signed in such a way that it can't be rebuilt, even from

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Richard Mace
On 4 December 2015 at 11:01, Gabriele Cappelletto < cappellettogabri...@yahoo.it> wrote: > Even my project is not open source and if I see him I would be willing to > make a small donation to the project FreePascal / lazarus > > Gabriele > > ​I intend to make a contribution to FreePascal /

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Sven Barth
Am 04.12.2015 13:02 schrieb "Richard Mace" : > > > On 4 Dec 2015 09:48, "Sven Barth" wrote: > > > Do you want to protect your whole application or only a specific part? (e.g. a specific algorithm you don't want to disclose or the license

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Sven Barth
Am 04.12.2015 11:34 schrieb "Michael Schnell" : > > On 12/04/2015 10:44 AM, Sven Barth wrote: >> >> >> Why do you assume that every software written in Lazarus/Free Pascal is automatically an open source one? >> > I don't assume "is" but I assume "should be", as I consider

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Martin Frb
On 04/12/2015 08:29, Richard Mace wrote: Hi All, I was wondering if there was a way where an application, written in Lazarus, could detect when a compiler is running, perhaps by it's mutex? My idea was, in my application, I could periodically check to see if a decompiler was running and then

Re: [Lazarus] Detecting when decompiler is running

2015-12-04 Thread Chavoux Luyt
Hi On 4 December 2015 at 18:14, wrote: > > > I'd like to hear from others about their anti hacking tools ... ;) > In addition to some good points already made, I would refer you to an old and still good article at: