超实用!微信PC端图片dat转jpg格式简易Python程序

PC端微信会将图片进行异或加密再存储,把原本可以快乐jpg的全部搞成dat格式。某一天我想在PC端想找几个有用的历史图片,发现dat没法打开,研究了一下,搞到了dat转jpg的py代码,如有侵权立删。

就这种简单方法,在百度和知乎还有人忽悠交几十块钱去买他的转化程序,互联网时代割韭菜钱也来得太快了吧?我们不能被忽悠,下面这个python3的代码,复制到你自己的编译器,只需要修改一下导入和导出的文件路径,run一下就全部自动给出来了,免费的。

但是有个条件,这玩意儿对你有用,以后就多访问望江雁的网站。请记住我的域名xianghonghuang.cn,以后还会持续出一些有用的技术贴,即使不炒股、不玩音乐、对文学没兴趣,你来我这也可以掌握真枪实弹的技术。

import os
into_path = r'E:\wendang\WeChat Files\wxid_wa8ztuagwm9q32\FileStorage\Image\2020-07'  #请将想导入的dat文件的路径复制到引号里面,修改此处代码				
out_path = r"E:\jpgs"  #运行代码前记得修改导出路径,此处是导出到E盘的jpgs空文件夹下

def imageDecode(f, fn):
    dat_read = open(f, "rb")  
    xo = Format(f)  							
    out = out_path + fn + ".jpg"  					
    print("导出文件的路径{}".format(out), end='\n\n')
    png_write = open(out, "wb")  				
    dat_read.seek(0)  								

    for now in dat_read:  							
        for nowByte in now:
            newByte = nowByte ^ xo  				
            png_write.write(bytes([newByte])) 

    dat_read.close()
    png_write.close()


def findFile(f):
    fsinfo = os.listdir(f) 		 					
    print(fsinfo)
    for fn in fsinfo:  								
        temp_path = os.path.join(f, fn)  			
        if os.path.isfile(temp_path):  
            print('导入的文件路径是{}'.format(temp_path))
            fn = fn[:-4]  							
            imageDecode(temp_path, fn)  			
        else:
            pass

def Format(f):
    dat_r = open(f, "rb")
    try:
        a = [(0x89, 0x50, 0x4e), (0x47, 0x49, 0x46), (0xff, 0xd8, 0xff)]
        for now in dat_r:
            for xor in a:
                i = 0
                res = []
                nowg = now[:3]						
                for nowByte in nowg:
                    res.append(nowByte ^ xor[i])	
                    i += 1
                if res[0] == res[1] == res[2]:	
                    return res[0]					
    except:
        pass
    finally:
        dat_r.close()

if __name__ == '__main__':
    findFile(into_path)

87,497人评论了“超实用!微信PC端图片dat转jpg格式简易Python程序”

  1. I loved as much as you will receive carried out right here. The sketch is attractive, your authored material stylish. nonetheless, you command get bought an nervousness over that you wish be delivering the following. unwell unquestionably come more formerly again as exactly the same nearly very often inside case you shield this increase.

    https://limefilm.cc/

  2. Hey there are using WordPress for your blog platform? I’m new to the blog world but I’m trying to get started and set up my own. Do you require any html coding knowledge to make your own blog? Any help would be really appreciated!

    https://cinemarus.ru/

  3. В нашем мире, где диплом становится началом отличной карьеры в любом направлении, многие ищут максимально простой путь получения качественного образования. Наличие официального документа об образовании сложно переоценить. Ведь диплом открывает двери перед людьми, желающими вступить в профессиональное сообщество или продолжить обучение в университете.
    В данном контексте мы предлагаем максимально быстро получить этот важный документ. Вы имеете возможность купить диплом нового или старого образца, и это становится удачным решением для человека, который не смог завершить образование или утратил документ. Все дипломы производятся аккуратно, с максимальным вниманием ко всем деталям, чтобы в итоге получился 100% оригинальный документ.
    Преимущества подобного подхода заключаются не только в том, что вы оперативно получите диплом. Весь процесс организовывается удобно, с профессиональной поддержкой. Начиная от выбора нужного образца до грамотного заполнения личных данных и доставки в любой регион страны — все находится под абсолютным контролем опытных специалистов.
    Для тех, кто пытается найти быстрый способ получения необходимого документа, наша услуга предлагает отличное решение. Заказать диплом – значит избежать долгого обучения и сразу переходить к достижению собственных целей, будь то поступление в университет или начало карьеры.
    diplomvam.ru

  4. I urge you stay away from this site. The experience I had with it was only frustration along with doubts about scamming practices. Exercise extreme caution, or even better, find a trustworthy site to fulfill your requirements.

  5. I highly advise to avoid this platform. My personal experience with it was nothing but frustration as well as concerns regarding scamming practices. Be extremely cautious, or better yet, look for an honest service for your needs.

  6. I strongly recommend stay away from this site. The experience I had with it has been only disappointment and doubts about fraudulent activities. Exercise extreme caution, or even better, find an honest service for your needs.

  7. I highly advise steer clear of this site. My own encounter with it has been purely dismay along with suspicion of scamming practices. Exercise extreme caution, or better yet, seek out an honest service to meet your needs.

  8. I urge you to avoid this platform. My own encounter with it has been nothing but disappointment as well as suspicion of scamming practices. Proceed with extreme caution, or alternatively, find a trustworthy platform to fulfill your requirements.

สล็อตแตกง่าย进行回复 取消回复

您的电子邮箱地址不会被公开。

hg欢迎第8444位访客,您的IP是: 18.222.125.171
粤ICP备2021078811号