Code Virtualizer

Everything else that doesn't fall into one of the other PB categories.
mrniceguy1971
User
User
Posts: 56
Joined: Tue May 16, 2006 3:52 pm

Code Virtualizer

Post by mrniceguy1971 »

I have the demo version of Code Virtualizer and want to test it. However Code Virtualizer gives the message "NO FUNCTIONS FOUND TO VIRTUALIZE!!!".

Any idea what could be wrong?

Thanks.

Code: Select all


XIncludeFile "d:\VirtualizerSDK.pbi"
 
Procedure ShowMessage()
!VIRTUALIZER_START

 MessageRequester("Virtualizer Macro", "Hello, I'm a VIRTUALIZER macro!", 0)

!VIRTUALIZER_END 
EndProcedure


ShowMessage()
End
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Hi, I used this code to test my own copy of code virtualizer:

Code: Select all

;-Code Virtualizer demo using macros

macro VIRTUALIZER_START
!db $EB, $10, $43, $56, $20, $20, $0C, $00, $00, $00, $00, $00, $00, $00, $43, $56, $20, $20
endMacro

macro VIRTUALIZER_END
!db $EB, $10, $43, $56, $20, $20, $0D, $00, $00, $00, $00, $00, $00, $00, $43, $56, $20, $20
endMacro


;-run
VIRTUALIZER_START
messageRequester("Protected", "This part is protected")
VIRTUALIZER_END

messageRequester("Unprotected", "This part is unprotected")

end
mrniceguy1971
User
User
Posts: 56
Joined: Tue May 16, 2006 3:52 pm

Post by mrniceguy1971 »

Thanks! Works perfect. :D
User avatar
Kukulkan
Addict
Addict
Posts: 1423
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Hi mrniceguy1971,

Any comments about Code Virtualizer? Is it working good? Any problems? I'm very interested in this product, too, and some customer review may be helpfull.

I need to protect a DLL...

Kukulkan
mrniceguy1971
User
User
Posts: 56
Joined: Tue May 16, 2006 3:52 pm

Post by mrniceguy1971 »

Hi Kukulkan,

I use the Code Virtualizer demo for testing an Purebasic app. When I have time I will test a dll with it.

Utopiomania has more experience with it.

Mrniceguy1971
mrniceguy1971
User
User
Posts: 56
Joined: Tue May 16, 2006 3:52 pm

Post by mrniceguy1971 »

I have tested a Purebasic app which uses a Delphi dll. Both were processed with Code Virtualizer and they worked fine.
So I certainly recommend it.
User avatar
Kukulkan
Addict
Addict
Posts: 1423
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Thank you!
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Kukulkan wrote:Hi mrniceguy1971,

Any comments about Code Virtualizer? Is it working good? Any problems? I'm very interested in this product, too, and some customer review may be helpfull.

I need to protect a DLL...

Kukulkan
I have used it for more than a year with very good results, i recommend it strongly.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

The Demo doesn't run on my Vista64?
On XP32 it works
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply