吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 4612|回复: 9
收起左侧

[Disassemblers] Relyze2.8

[复制链接]
yinfuxiang 发表于 2017-8-4 19:37
本帖最后由 yinfuxiang 于 2017-8-5 09:42 编辑

这货更新居然很快,都到2.8了.
                                                                           Interactive Software Analysis                                                                        
Relyze lets you reverse engineer and analyze native x86, x64 and ARM software                                                                                                                                                                                                        
        
                                                               
                                                               
Highlights                                                                                                                                                                                                                                                                                                                                                                                                                                                      
Load PE and ELF binaries              
Navigate a binaries structure and discover how it is composed. Visualise the data and enrich the analysis with symbols.                                                                                                                                                 Analyze x86, x64 and ARM code                                                                       
Let the analysis reconstruct control flow graphs, resolve indirect calls, generate references, discover stack variables and more.                                                                                                                                    Interactive Analysis                                                                        
Modify and annotate the analysis as you work. Explore the relationships between code and data with interactive control flow, call and reference graphs.                                                                                              Binary Diffing                                                                       
Perform a differential analysis against two binaries and explore their similarities and differences.                                                                                                                                                                                      Modern Interface                                                                        
Relyze employs a sleek modern interface with a flat UI design ethos in order to bring the analysis to centre stage.                                                                                                                                                        Plugin Framework                                                                        
A rich Ruby plugin framework lets you expand the capabilities of Relyze with your own plugins.                                                                                                                                                                                    Analyze and explore PE and ELF binaries                                                                       
Relyze has extensive coverage for Portable Executable (PE) and Executable and Linking Format (ELF) binaries, letting you understand a binaries composition and leverage this rich meta data for analysis. Symbol formats such as PDB, embedded COFF, STAB and MAP files can also be loaded to further enrich the disassembly and analysis. Object files and object archives are also supported.                                                                                                                                                                                            




                                                                                                                                                                                                                                                                                                                                     First look                                                                       
Use the analysis overview to get a quick insight into a binary. Displaying information about the file, its associated hashes, embed file information, available security mitigations, analysis information, entropy graphs and any embedded security certificates.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Visualise the data                                                                       
Use the entropy graph to identify packed or encrypted data and other anomalies. The entropy graph overlays corresponding file sections and is interactive so you can navigate into the structure or code views in order to learn more.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Explore the structure                                                                       
Drill down into a files structure in order to see exactly how it is composed. Explore the structure further with the hex editor, decoding and searching for data on the fly. You can also leverage custom decoders to manipulate portions of data.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Analyze x86, x64 and ARM code                                                                        
Relyze lets you disassemble and analyze x86, x64 and ARM code, and comes with support for the latest instruction set extensions. The plugin framework exposes full access to the disassembler so you can script it as you need.   
                                                                                                                                




                                                                                                                                                                                                                                                                                                                                     Multi Threaded Analysis                                                                       
Relyze can perform parallel analysis and utilize all available processor cores, allowing you to blaze through large binaries and complete the analysis as fast as possible.                                                                                                                                                                                                             




                                                                                                                                                                                                                                                                                                                                     Edit the code                                                                       
With a built-in assembler for every supported architecture, you can edit an instruction on the fly and patch the binary. The analysis will reprocess the changed instructions in order to update the analysis. The plugin framework exposes full access to the assembler so you can script it as you need.                                                                                                                                                                                                                                                                                                                                    




                                                                                                                                                                                                                                                                                                                                     Navigate control flow graphs                                                                        
Relyze visualizes functions with interactive control flow graphs, allowing you to navigate a functions code paths and interact with local variables, instructions and other properties.                                                                                                                                                                                            




                                                                                                                                                                                                                                                                                                                                     Navigate Call Graphs                                                                        
Generate and explore interactive call graphs using multiple graph layout algorithms. Our DirectX based hardware accelerated graph rendering engine allows you to explore large complex graphs with a buttery smooth interface.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Function analysis                                                                     
  Automatic analysis identifies functions, their parameters and other meta data such as calling conventions. A functions local variables are automatically analyzed and displayed in the functions control flow graph so you can interact with them, discovering references to locals, updating their data types and more.                                                                                                                                                                                                                                                                                                                      




                                                                                                                                                                                                                                                                                                                                    See all the code paths                                                                       
Get the complete control flow graph for a function with automatic jump table and exception handler analysis. Discover code paths that would otherwise not be visible.                                                                                                                                                                                                            




                                                                                                                                                                                                                                                                                                                                     Resolve indirect calls                                                                       
When possible analysis can resolve indirect call targets to give you the complete picture of a functions logic.                                                                                                                                                                                                                                                                                                      




                                                                                                                                                                                                                                                                                                                                     Find everything                                                                        
Quickly search for and identify interesting parts of the analysis or browse through everything. Items such as segments, imports, exports, functions, strings, bookmarks, symbol lines and search results are consolIDAted in a unified location for easy traversal.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Data type analysis                                                                        
Automatic analysis discovers data and identifies suitable data types either through analysis or via assistance from symbols when available. Identify primitive types, strings, complex structures and more.                                                                                                                                                           




                                                                                                                                                                                                                                                                                                                                    Static Library Analysis                                                                        
Automatically identify commonly linked in static library code, such as compiler runtimes, via static library analysis. Identified static library functions are renamed to their original functions names, speeding up your ability to analyze the code.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     



Manage the available data types and create new types by defining them using C/C++ declarations. You can also import C/C++ header files in order to access the data types defined within them. Export the available data types as C/C++ headers for interoperability with your own tools.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                     Visualise relationships                                                                     
  Discover the relationships between code and data with interactive reference graphs. You can generate reference graphs either to specific targets or originating from specific targets. Interact with these reference graphs and navigate through the code and data you discover.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Find paths                                                                        
Use graph path highlighting to discover all the paths between any two nodes in a graph. Identify the shortest path to an interesting code block, or all the potential paths to some data in a reference graph.                                                                                                                                                     




                                                                                                                                                                                                                                                                                                                                    Interactive Binary Diffing                                                                       
Perform a differential analysis against two binaries and discover their differences and similarities. Learn what functions have been modified, removed or added. Perfect for patch analysis when verifying security fixes or when analysing malware variants.                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                     Custom address modes                                                                        
Display and navigate code based on either relative virtual addresses or virtual addresses. Instantly re-base a binary to a new virtual base address, great when you are using Relyze with your debugger and have to deal with address space layout randomization (ASLR).                                                                                                                                                                                                                                                                                                                                        




                                                                                                                                                                                                                                                                                                                                    Expand with plugins                                                                     
  Leverage a rich Ruby plugin framework in order to expand Relyze with new capabilities and perform tailored analysis or research against a binary. An integrated plugin editor lets you quickly test out your ideas and everything runs as expected straight out of the box, no additional configuration or third party libraries required.                                                                                                                                                                                                                                                                                         




                                                                                                                                                                                                                                                                                                                                    Archive everything                                                                        
Use the integrated library manager to archive every file you analyze so you can build up a corpus over time. Apply your archives with custom tags and descriptions in order to easily find and categorize them.                                                                                                                                               




                                                                                                                                                                                                                                                                                                                                     Automated batch analysis*                                                                        
Process large amounts of files via built in batch analysis. Batch analysis runs in parallel in order to blaze through multiple files quickly, automatically tagging and archiving them to your library.                                                                                                                                                                           




                                                                                                                                                                                                                                                                                                                                    Multi tab design                                                                       
Use the GUI's multi tab design to navigate between modules for a fluid analysis experience. Double clicking on an import from one module will navigate you to the corresponding export in another model.                                                                                                                                                    




                                                                                                                                                                                                                                                                                                                                    Custom GUI themes                                                                        
The GUI is fully themeable in order to give you the best viewing experience.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             



                                                                                                                                                                                                                                                                                                                                     Unicode Support                                                                       
The GUI has full Unicode support, allowing you to use Unicode characters in all function and variable names as well as comments and any other user editable portions of the analysis.                                                                                                                                                                                              


     下载页面:  https://www.relyze.com/download.html               




























































本帖被以下淘专辑推荐:

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

smile1110 发表于 2017-8-4 20:42
这排版都什么,

点评

怕不是直接复制黏贴的  发表于 2017-8-5 07:50
 楼主| yinfuxiang 发表于 2017-8-4 19:45
a244688347 发表于 2017-8-4 23:04
 楼主| yinfuxiang 发表于 2017-8-5 09:32

排版越排越乱,打开一次编辑,自动换一次排版,我还啥都没动,排好版,一发出来又完全变样子了,凑合看吧
zqguang3708 发表于 2017-8-5 11:35
这是啥子哟?
Windows10 发表于 2017-8-5 12:46
感谢分享
ZCShou 发表于 2017-8-5 21:33
这个工具不错!有木有破解版的。
lyliucn 发表于 2017-8-6 22:01
这个软件看不出来是做什么的。看不懂。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-4-30 07:55

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表