当前位置:网站首页>DLL decompile (decompile encrypted DLL)
DLL decompile (decompile encrypted DLL)
2022-07-28 21:06:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
DLL to C Decompile Tools , It can be DLL Convert to compileable C/C++ Code . When you lose DLL Source code of , You can use DLL to C. Can handle DLL Convert back to compiled code . And it has the function of generating data structures and disassembling code segments . The biggest difference from other decompilation or disassembly tools is : The generated code can be compiled and run directly . It can generate data structures for all data segments and disassemble code segments . It can also generate function relation trees , Then you can easily export DLL Specified characteristics required in . It can convert assembly code into C Code ,C The code is also compileable .
It looks good . And this is just a new tool , It is estimated that it will be further improved in the future . Those who are interested can try .
Product features :
take DLL Convert to compileable C/C++ Code
Generate data structures for all data segments
Generate module definition file
Disassemble the code segment
Disassembly structure mode
Full mode disassembly
Full structure disassembly
Disassemble in annotation mode
Precision mode disassembly
Initialize the import address table in dynamic mode
Initialize the import address table in static mode
Initialize the import address table with the direct address
Attached tools decompile file analyzer
Generate function relation tree
Export all functions
Output only the specified function
Create debugging tools
Dynamic logarithmic function call
Automatically identify all used function parameters and local variables
Export without any analysis DLL Any feature in
C Automatic recognition of language static library functions
Convert assembly code to C Code
Usage method :
Simple disassembly code :
Decompiled code :
Just click “ Start conversion ” Button , You can get DLL Compileability of C/C++ Code .
Add the output file to the project .
Then you can call the new code .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/128654.html Link to the original text :https://javaforall.cn
边栏推荐
- mysql梳理复习内容--附思维导图
- C language function program example (super complete)
- MoCo V2:MoCo系列再升级
- Integrating database Ecology: using eventbridge to build CDC applications
- 有奖征文 | 2022 云原生编程挑战赛征稿活动开启
- DeiT:注意力Attention也能蒸馏
- mysql还有哪些自带的函数呢?别到处找了,看这个就够了。
- Deit: attention can also be distilled
- Record an error in runtime. Getruntime().Exec ("command")
- Lazada店铺如何产号高效补单?(测评自养号技术详解篇)
猜你喜欢

Explain various coordinate systems in unity in detail

Space shooting Lesson 10: score (painting and writing)

【TiDB】txt文档导入数据库,这样做真的很高效

九鑫智能正式加入openGauss社区

MoCo V3:视觉自监督迎来Transformer

Unity foundation 6-rotation

A 58 year old native of Anhui Province, he has become the largest IPO investor in Switzerland this year

Lazada店铺如何产号高效补单?(测评自养号技术详解篇)

作业 ce

Efficientformer: lightweight vit backbone
随机推荐
How do we do full link grayscale on the database?
一名在读研究生的自白:我为什么会沉迷于openGauss 社区?
Report redirect after authorized login on wechat official account_ The problem of wrong URI parameters
(转)冒泡排序及优化详解
蓝队入门之效率工具篇
智能家居行业发展,密切关注边缘计算和小程序容器技术
Thinking and summary of R & D Efficiency
Unity foundation 4 common plug-ins
Meaning of disk status of EMC DataDomain
protobuf 中基础数据类型的读写
Laser slam:logo-loam --- code compilation, installation and gazebo test
速卖通测评自养号,国外环境如何搭建?需要多少成本?
How can enterprises successfully complete cloud migration?
作业 ce
【周周有奖】云原生编程挑战赛“边缘容器”赛道邀你来战!
EfficientFormer:轻量化ViT Backbone
Redis 3.0 source code analysis - data structure and object SDS list Dict
Cause analysis of restart of EMC cx4-120 SPB controller
Algorithm interview high frequency problem solving guide [1]
dll反编译(反编译加密dll)