Skip to main content

Posts

Showing posts from 2015

Sierra Wireless 330U Unlock

Set this beauty FREE! Unlock it and use it with any SIM you want. Download the program. This unlocker works with ANY Sierra Wireless modem (usb/pcmcia) with just a click! ALL MODELS ARE SUPPORTED! (Not only the one in the picture above!) For any problem, email me and timezone aside, I will promptly answer you and give you a solution! Please READ the included instructions.

TP-LINK Configuration file encrypt and decrypt.

Here we go! TP-Link is another company that thinks that security by obscurity could ever work. If you "backup" the configuration from most TP-Link routers, you will get a .BIN file which is "encrypted". Use this utility below, to decrypt it (so you can edit it) and encrypt it again. Have fun. Drop files here or

Telecom Italia routers configuration file encrypt and decrypt.

Here we go again! Telecom Italia is another company that thinks that security by obscurity could ever work. If you "backup" the configuration from most Telecom Italia routers, you will get a .KRY file which is "encrypted". Use this utility below, to decrypt it (so you can edit it) and encrypt it again. Have fun. Drop files here or

Graphic card burning by malicious program or hacker: possible.

Since furmark has been limited in drivers I searched for a way to  heat up my cards (2x GTX 580 SLI). I came across MSI Kombustor, but I noticed only one card was used. Playing with NVIDIA Inspector I created a profile for kombustor 3 and now both cards are used. Fiddling with the settings I found a way to maximize heat. For example: with my setting (air cooled, stock fans, custom fan curves and fully overclocked cards) using Valley in Extreme HD mode, my temps are 82 for the primary card and 69 for the secondary (after an hour of looping). With kombustor3 and the profile I created, the cards heat with a  steeper curve up and maximize (99 degrees) in a few minutes, then thing get weird and ugly :D If you are interested in further testing here is the setup: 1) MSI Afterburner Version 4.1.0.7013 2) MSI Kombustor 3 (launched clicking the  K in MSI Afterburner: this will run it in windowed furmark mode) 3) NVIDIA Display Drivers 335.23 (which are the fastest for my cards, the

Online Samsung SSD firmware encoder/decoder!

Here is a little program that can obfuscate and deobfuscate Samsung SSD firmware files. I'm against obfuscation because it's a stupid malpractice aimed only to keep off unliterate people. Use as you please and drop me a comment/email if it was useful to you. Drop files here or Donations are welcome.

Samsung SSD firmware encoder/decoder.

Here is a little program that can obfuscate and deobfuscate Samsung SSD firmware files. I'm against obfuscation because it's a stupid malpractice aimed only to keep off unliterate people. Use as you please and drop me a comment/email if it was useful to you. Donations are welcome. #include <stdio.h> #define HI_NIBBLE(b) (((b) >> 4) & 0x0F) #define LO_NIBBLE(b) ((b) & 0x0F) FILE * infile; FILE * infile2; FILE * outfile; int i, j, t; char table[ 2 ][ 16 ] = { { 0x1 , 0x3 , 0x5 , 0x7 , 0x9 , 0xb , 0xd , 0xf , 0xe , 0xc , 0xa , 0x8 , 0x6 , 0x4 , 0x2 , 0x0 }, { 0xf , 0x0 , 0xe , 0x1 , 0xd , 0x2 , 0xc , 0x3 , 0xb , 0x4 , 0xa , 0x5 , 0x9 , 0x6 , 0x8 , 0x7 } }; int main ( int argc, char * argv[]) { if (argc <= 3 ) printf ( "Usage: %s enc/dec infile outfile \n " , argv[ 0 ]); else { infile = fopen (argv[ 2 ], "r" ); outfile = fopen (argv[ 3 ], "w" ); w

Android, no deep sleep problem: SOLVED.

In the last few weeks I noticed a heavy battery drain on my Galaxy Note 3, which has always been perfect battery-wise. After further inspection I noticed that the phone stopped to go to "deep sleep" when it was connected to my home WiFi. I even banned my phone from my LAN, just to exclude any external cause. Nothing changed. I checked the wakelocks and didn't see anything "strange". After a few days of inspecting and testing, I found nothing. But that nothing, meant something: no application was to blame. Apparently it was the O.S. I didn't factory restore my phone, because I "sensed" that restoring the backups I may be facing the same problem again. Excluding the apps, and after checking all settings (and finding nothing was wrong) ,and thinking "out of the box" I came with a "stupid" theory: what if a bug or a glitch messed up some internal settings? What if one of my many tests launching "act