Bytecode and plugin (example.pl)

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

fChopin
Noob
Noob
Posts: 3
Joined: 02 Aug 2009, 12:56
Noob?: No

Bytecode and plugin (example.pl)

#1 Post by fChopin »

i just try to use Bytecode function with my plugin

and error occured that perl cant find the openkore's source file
and stuck at

use Plugins;
use bla bla bla

because thay cant locate Plugins.pm at @INC (include perl/lib , perl/site/lib)

anyone know how to fix this problem ?

thanks
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Bytecode and plugin (example.pl)

#2 Post by Technology »

Bytecode function
What Bytecode function?
Are you talking about obfuscating a plugin that you wrote or? :?
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
fChopin
Noob
Noob
Posts: 3
Joined: 02 Aug 2009, 12:56
Noob?: No

Re: Bytecode and plugin (example.pl)

#3 Post by fChopin »

im trying to encrypt my plugin -_-

but it fail (as my post)
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Bytecode and plugin (example.pl)

#4 Post by kLabMouse »

I think, that if you wanna play with "ByteCode" XS module, you better start learning Perl more deep. :lol: