The packer tag has no wiki summary.
0
votes
1answer
23 views
How to encode the javascript in an efficient manner?
I tried a packer(javascriptcompressor.com) to encode the javascript(.js) but the packer is not that much efficient.Can anyone suggest an efficient javascript(.js) encoder? or is there any other way to ...
0
votes
2answers
151 views
Perl Install PAR:Packer Problems
My perl version is 5.16.2 on my Windows 7 64bit, I failed to install PAR:Packer. I tried active perl and strawberry perl , both got the same error. Can you please give me some suggestion. Below is my ...
0
votes
1answer
65 views
Is it possible to make a custom File Packer/Unpacker/Modifier?
I'm currently developing a game and I was wondering if it's possible to make a custom file packer/unpacker/modifier in C#
Where it can pack all files in a whole directory including sub-directories in ...
1
vote
0answers
116 views
Runtime decryption (PE file packer)
I've been writing my own PE file packer and I'm stuck at decrypting the code section. So far I've managed to add a new section, crypt the code section, change the entry point so that it runs first my ...
0
votes
1answer
93 views
Using Perl PAR:Packer exe -s command line inputs
I frequently use the perl -s option for command line inputs to my scripts. Now, I want to convert some of these to exe files using PAR::packer. Is there a way I can use this style of command line ...
0
votes
2answers
656 views
Issue installing PAR::Packer with strawberry perl
I'm struggling for two days now to get the PAR::Packer module installed. I'm new to CPAN, and this is the first module I want to install, so I first thought it is me. But I reinstalled strawberry Perl ...
0
votes
2answers
299 views
How to control PE segment order in Visual C++
I am trying to write a packer/self extracting exe type program but I am having problems with the segment order created by Visual C++'s linker.
Basically I have a stub program (the loader) that has a ...
4
votes
1answer
447 views
What tools exist that offer apk protection for android (against reversing and repackaging)?
Seems that one of my company's successful apps has been repackaged as a torjan and distributed on 3rd parties markets (outside of google play). I'm looking for a robust solution that will protect our ...
1
vote
1answer
1k views
How to scale images for cocos2d game to iPhone/iPad (with and without Retina)
I'm working on a game in cocos2d (1.0.1), my artist sent me psd project files, all 3200x1800 resolution 300ppi. I'm supposed to make it for iPad and iPhone with and without Retina display.
I realised ...
0
votes
3answers
148 views
trying to send javascript to php script using JSON to get packed
I'm using JSON to send the javascript script code over to a php script to get packed(encrypted)
I'm using Dead Edwrd's PHP Javascript Packer http://joliclic.free.fr/php/javascript-packer/en/index.php
...
0
votes
0answers
81 views
Javascript packer have a bad behaviour
By using the javascript packer from SmallSharpTools I realized the following script returns: Missing } in compound statement error
function clock() {
offsetFromStart = Math.floor(fObj.getTime() / ...
4
votes
1answer
332 views
virtual filesystem design
Im starting a protector/packer/binder like project.
the goal is when you have a full app directory with
/images/
/music/
base *.ini files
dlls
exes
you just use packer.exe on it and all these ...
1
vote
1answer
1k views
Installing PAR::Packer on Windows, dmake error 255
I am trying to create a binary of a perl script for Windows, and I cannot afford commercial applications such as perl2exe and Active Perl Dev Kit (I am aware there are trial versions).
Because of ...
1
vote
1answer
106 views
Which lines need semicolons for Dean Edwards Javascript packer?
So his help site states that "All statements, including function declarations, must be correctly terminated with semi-colons."
But in this sample code, he specifically say not to end the if statement ...
1
vote
1answer
275 views
Pack Javascript code without ending semicolon?
So I read this guide a while ago and I stopped using semicolons after every line statement in Javascript.
I want to show my SaaS application to a company hoping for some contract work. Most of the ...
3
votes
3answers
462 views
Javascript minification and shrinking variables with PHP
I've been looking around SO for a JavaScript obfuscation script of some kind, note that I'm not looking for a compressor, I need an obfuscation script/code that will shrink the JavaScript files I have ...
0
votes
1answer
491 views
Packer detection of PE files
I want to know how detectors like Peid exe tools or protectid detect the packer/protection of pe files. I thought maybe some constant values when a program is packed, but i dont know well. Can someone ...
0
votes
1answer
364 views
standalone javascript minifier (such as single-package zero-dependency version of packer)
I'm trying to find a single-packaged javascript minifier written in javascript for use outside of the browser.
I've normally gone with Dean Edward's /packer/, however, after further inspection of the ...
-3
votes
3answers
1k views
JavaScript Minifier [duplicate]
Possible Duplicate:
Searching a good Javascript Minifier.
I am working on several javascript files that I would like to minify, but not pack. What is the best minifier out there? ...
6
votes
4answers
490 views
Testing out the performance gain of compressing JavaScript code
I have used 5 JavaScript compressors to compress a JavaScript library (JSMin, YUI compressor, Packer, closure compiler and UglifyJS)
Now I know that closure compiler is the winner in reducing the ...
0
votes
2answers
173 views
; Missing Error after Packing Prototype
After using Packer (http://dean.edwards.name/packer/) I end up throwing a
missing ; after (the long packer string). I have no idea of the what and why.
possible fix and explanation please?
...
1
vote
1answer
271 views
I cannot find the packer of the executable
There is this executable that is packed however neither peid nor protection_id nor RDG tell me what it is, as they dont know.
How do i go about finding the packer?
Or what if its' custom made?
2
votes
2answers
1k views
Checking if an ELF is packed with UPX in Linux
I have zero knowledge of how the ELF format works or how to access its headers and data via code, however I need to check whether an ELF binary has been compressed (packed?) with UPX for Linux.
...
2
votes
2answers
371 views
How do I run a PAR packed file in Windows Vista or Windows 7 running with higher privileges?
Does anyone know how to make a PAR packed Perl application run with higher privileges?
I've read that there must be somewhere some kind of manifest file, but how should this file look like and how to ...
0
votes
2answers
197 views
How to find some code to detect code packer?
I wanna check lots of execution files (*.exe) that made by packer or compilers.
So I need a library or anything like that which could tell me witch compiler or packer has made the *.exe files.
I ...
1
vote
3answers
427 views
Behaviour of Packer, YUI compressor etc
I'm trying to understand how all these tools work since, as far as I know, they change the name of variables to achieve a better compression.
Do they also change the name of properties of objects? I ...
-1
votes
3answers
3k views
javascript/jquery: code packer/obfuscator [duplicate]
Possible Duplicates:
How can I obfuscate JavaScript?
What do you use to minimize and compress JavaScript libraries?
hi all,
2 questions:
i'd like to compress my code, anyone knows ...
9
votes
5answers
5k views
javascript packer versus minifier
I was wondering what the differences/benefits of the packer vs the minifier were, i.e. Should you deploy a packed or minified version in your web app?
Example code:
var layout = {
NAVVISIBLE : ...
1
vote
2answers
426 views
YSlow says my JavaScript file is no longer cached after combining 5 files and packing them
I started with 5 normal human-readable JavaScript files - they were around 10 KB in total.
After using YSlow, I decided to merge the 5 files and pack them using Dean Edwards' packer. Now I have 1 ...
1
vote
3answers
396 views
Minifiable version of Prototype
Is there a version of the Prototype framework that is either packable or already packed at the highest compression level with Dean Edward's packer and is tested to work?
Packer: ...
1
vote
2answers
380 views
Use Packer AND YUI Compressor?
I've been looking for a way to easily compress my .js locally before deployment. I finally found a command line batch script that works with YUICompressor and Packer.
The problem I was having was ...
16
votes
2answers
7k views
Is it bad to Base62 encode a javascript file?
I just found Dean Edwards javascript packer here:
http://dean.edwards.name/packer/
It has a couple of options,
Base62 encode
Shrink variables
To test it I took the latest version of jquery ...
0
votes
2answers
465 views
VBScript Compressor / Packer
I'm looking for a VbScript compressor / packer. Basically I want to shorten the VBScript code.
Could you recommend a tool for this?