![]() |
|
[Batch]binary binding - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [Batch]binary binding (/Thread-Batch-binary-binding) |
[Batch]binary binding - 1234hotmaster - 11-30-2010 hi guys since this is my first post on HC i thought i make it a good one ![]() for doing this you need to open Run and type in "cmd" without quotes. then chose the location of the 2 file's you want to hide/bind togather. for doing that type "cd C:\" which means i'm using C:\ for the location of the 2 files. next for example i want to hide a .rar in a .jpg so i already have my .rar in C:\ and also my .jpg. my .rar will be 1.rar and my .jpg will be 2.jpg and my output file 3.jpg. then type: "copy /B 1.rar + 2.jpg 3.jpg" and press enter. if you see a message saying that 2 file's copied mean's its done if not means you didn't do something right. for opening the .rar hidden inside the .jpg you need to right click the .jpg and click Open with then select WinRAR and wham! you see your files in the rar file ![]() ( you can also use this to move porn in a .rar and then hide the .rar in a picture )hope you liked it credits go to Patchy RE: [cool] batch binary binding - Th3Proph3t - 12-02-2010 Pretty neat, that is the really cool way of doing things, lol. For the show off know it alls in the community. I've been learning some extra .bat commands lately. I am gonna do a little practice on some when I get home and put up some code. RE: [cool] batch binary binding - 1234hotmaster - 12-03-2010 try batch virus gen's to get pro at batch. like the one you upload earlier
RE: [cool] batch binary binding - syabrembo - 02-22-2011 cool trick... ![]() RE: [Batch]binary binding - dhack92 - 05-05-2011 I keep getting "A required privilege is not held by the client" how can i resolve this? RE: [Batch]binary binding - Jack_Reborn - 05-17-2011 Nice One...the best part is your suggestion of hiding porn stuff ![]() For : RE: [Batch]binary binding I keep getting "A required privilege is not held by the client" how can i resolve this? You probably have to run cmd as an administrator by right click & run as administrator... RE: [Batch]binary binding - TheBeanhacker - 06-05-2012 damn, looks like you got there first, i got the same tut up, but its called "how to hide a file inside of a jpg pic" also, you can encrypt the archive after you have done the "binary binding", as an added layer of protection, this is what i did RE: [Batch]binary binding - Mazech - 12-05-2012 nice one..for Noob like me.. but, it seems i having a problem with it.. i have done it..but it says 1 file copied...supposed it says 2 file copied..any help please? and wanna ask, in the example above, the 3.jpg is not yet exist until the binding process carried out right.. |