jsmith51208
Junior Member
- Sep 2, 2013
- 152
- 33
KayKayKay is writing of editing the binary of X-spinner using visual studio 2012 or 2013.
The first part of the path "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin>"is where the visual studio binary resides. Once at the path KayKayKay is calling the Visual studio binary "Editbin" with a the flag "/LARGEADDRESSAWARE" and telling the program to change the binary X-Spinner.exe to be aware of and utilize large addresses.
If you are really interested, Xspinner is just a wrapper around OpenNLP using IKVM to convert the Jave of OpenNLP to .NET.
Thanks for the explain. Just for making it more clear, X-Spinner is not just a wrapper around OpenNLP.
X-Spinner use OpenNLP for the spinning functions, but the OpenNLP is only like 1/10 of the whole spinning technology.