Click here to Skip to main content
15,891,033 members

Articles by Marcello Cantelmo (Articles: 3, Tip/Trick: 1)

Articles: 3, Tip/Trick: 1

RSS Feed

Average article rating: 2.74

Programming Languages
ASM
8 Sep 2004   Updated: 8 Sep 2004   Rating: 2.69/5    Votes: 8   Popularity: 2.43
Licence: CPOL    Views: 80,448     Bookmarked: 25   Downloaded: 0
Please Sign up or sign in to vote.
Simple check for break-points on eXecution of a system debugger!
Visual Basic
12 Jul 2004   Updated: 12 Jul 2004   Rating: 2.17/5    Votes: 6   Popularity: 1.69
Licence: CPOL    Views: 46,783     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
Hide (crypt) string with a Polymorphic Dynamic Code ("game" with the Stack!).
11 Jul 2004   Updated: 11 Jul 2004   Rating: 3.37/5    Votes: 11   Popularity: 3.51
Licence: CPOL    Views: 62,992     Bookmarked: 22   Downloaded: 0
Please Sign up or sign in to vote.
Hide (crypt) string with a polymorphic dynamic code ("game" with the class Stack!).

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.33

Visual Basic 10
6 May 2010   Updated: 6 May 2010   Rating: 3.33/5    Votes: 3   Popularity: 1.59
Licence: CPOL    Views: 10,710     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Function Sqrt(ByVal value As BigInteger) As BigInteger Dim a As BigInteger = BigInteger.One Dim b As BigInteger = (value >> 5) + 8 While (b.CompareTo(a) >= 0) Dim m As BigInteger = BigInteger.Add(a, b) >> 1 If (BigInteger.Multiply(m,...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
President Cantelmo Software
Italy Italy
President of "Cantelmo Software" (micro-ISV situated in Lizzanello (Lecce) - Italy): Development Software and Professional Component for .NET Platform. Author of Goliath .NET Obfuscator