Git Product home page Git Product logo

ev4-decrypt-tool's Introduction

Ev4-Decrypt-Tool

一个用于解码 .ev4 格式文件的工具,该工具无需密钥即可将 .ev4 解码为 .mp4

文件说明

  • ev4-decrypt-tool:解码工具文件
  • batch-example.bat:批处理脚本样例

使用说明

1 单文件解码

命令行窗口打开ev4-decrypt-tool目录

image-1

image-2

在命令行窗口中输入 decrypt+空格 ,再将所需转码.ev4文件拖拽至命令行窗口,按下回车

image-3

image-4

2 批量解码

在.ev4文件所在目录下新建batch.bat脚本文件,代码参考如下:

@echo off
setlocal EnableDelayedExpansion
for /f %%i in ('"dir /a/s/b/on *.ev4"') do (
	cd C:\Users\DreamCatcher\Desktop\ev4-decrypt-tool    # 修改ev4-decrypt-tool所在路径
	start decrypt.exe %%i
	timeout /nobreak /t 3
)

image-5

双击执行.bat脚本,batch.bat所在目录及子目录下的所有.ev4文件均成功解码

image-6

image-7

ev4-decrypt-tool's People

Contributors

theolee4b avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.