Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Distributing Indicators - 32 and 64 bit?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Latest beta contain RemoteSoft support?

    Does the latest beta contain RemoteSoft support?

    Thanks!

    Comment


      #32
      We believe it should work better in B11. Please try it out and let us know. Thank you.
      Josh P.NinjaTrader Customer Service

      Comment


        #33
        What is the real advantage to running a protector like RemoteSoft?

        I mean, if I export an indicator as a compiled assembly, it's still a DLL right? and the only info that can be gleaned is the method calls right? Or am I wrong about that?

        I've been able to look at function names that are RemoteSoft protected in the past, so maybe I'm missing something?

        What are they really trying to protect that a normal compiled assembly wont?

        Thanks

        Matt

        Comment


          #34
          I suggest getting yourself educated on the subject of "hacking and decompiling" .NET assemblies. Please try googling on this subject and related to experience that RemoteSoft Protector is a effective means to just prevent exactly that.

          Comment


            #35
            Interesting subject.... My C/C++ background of compiling gave me a different perspective on .DLL files where a protector of this sort wouldn't be needed (although other protection mechanisms would, as with any software.)

            When C# "compiles", it isn't really compiling down to the machine level ... An IL file is still required, which still has all the information needed to reverse engineer into the original code.

            I tested the concept out, and can see that my entire indicators, even when compiled into an assembly, are fully visible, but even the RemoteSoft protected code doesn't protect the function names, which can still be a huge tip-off into how your algorithm works.

            Interestingly, there are software products out there that claim to easily backdoor through RemoteSoft protected code... I've not tried them, but they seem confident.

            Comment


              #36
              I would like to see the Remotesoft Protector first obfuscate and then protect, on the fly during the compile process. Unfortunately the obfuscator does not come with the NT discounted version.
              eDanny
              NinjaTrader Ecosystem Vendor - Integrity Traders

              Comment


                #37
                Bummer that the obfuscator doesn't come with it....

                Maybe NinjaTrader could get us a bundled deal for both ?? Would really like to see the native compilation that RemoteSoft has too...

                The other option might be to utilize one of the other obfuscators (many for free) and then apply the protection after the fact.... not sure if remotesoft is comptable with other obfuscators, but I'd suspect so.

                Comment


                  #38
                  ?

                  Dierk,

                  Are we good to go with RemoteSoft? I hate to spend the money if you are still working this out with NT7.

                  Thanks!

                  Comment


                    #39
                    moflaherty, in the latest release notes, this line can be found:
                    Status - Fixed
                    Issue # - 3590
                    Category - General
                    Comments - Integrated RemoteSoft Protector V3.1

                    So it would appear as if this has been worked out.
                    AustinNinjaTrader Customer Service

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by PaulMohn, Today, 03:49 AM
                    0 responses
                    7 views
                    0 likes
                    Last Post PaulMohn  
                    Started by inanazsocial, Today, 01:15 AM
                    1 response
                    9 views
                    0 likes
                    Last Post NinjaTrader_Jason  
                    Started by rocketman7, Today, 02:12 AM
                    0 responses
                    10 views
                    0 likes
                    Last Post rocketman7  
                    Started by dustydbayer, Today, 01:59 AM
                    0 responses
                    4 views
                    0 likes
                    Last Post dustydbayer  
                    Started by trilliantrader, 04-18-2024, 08:16 AM
                    5 responses
                    23 views
                    0 likes
                    Last Post trilliantrader  
                    Working...
                    X