• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

assembly

  1. dEEpEst

    TCM Security - Assembly 101 2025-04-19 3GB

    Course Overview Welcome to Assembly 101! This course will teach you how computers work down to the lowest level and how to write and read the human readable version of the 1s and 0s they speak in - Assembly. The course starts with an introduction on how computers perform computations using...
  2. Krondo

    Hello, I have just started to get interested in reverse engineering and I want to improve.

    I am working on long-loaded C++, C#, Python languages and thanks to the cyber security training I received, I was introduced to reverse engineering. I think I can find a place in this forum.
  3. itsMe

    Reverse Engineering Arm Assembly Internals and Reverse Engineering 2023

    Description Provides readers with a solid foundation in Arm assembly internals and reverse-engineering fundamentals as the basis for analyzing and securing billions of Arm devices Finding and mitigating security vulnerabilities in Arm devices is the next critical internet security frontier—Arm...
  4. itsMe

    Reverse Engineering dnSpy v6.2 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  5. itsMe

    Reverse Engineering dnSpy v6.2 RC2 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  6. itsMe

    Reverse Engineering dnSpy v6.2 RC1 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  7. itsMe

    .NET JIEJIE.NET V1.2 - An open source tool to obfuscation .NET assembly file

    JieJie.NET An open source tool to encrypt .NET assembly file, help people protect theirs copyright. Jie(2)Jie(4) in chinese is a kind of transparet magic protect shield. V1.2 Add type and member's rename. Hidden content
  8. itsMe

    Arm assembly for Hackers

    An introduction to basic Arm Instructions What you'll learn     Arm assembly Requirements     A pc Description Hello all, Welcome to the Arm assembly for Hackers course. This is a short course on the basic instructions in the arm architecture .This course can help you build a strong...
  9. itsMe

    Reverse Engineering PE-Packer: Windows x86 PE file packer written in C & Microsoft Assembly

    PE-Packer PE-Packer is a simple packer for Windows PE files. The new PE file after packing can obstruct the process of reverse engineering. It will do the following things when packing a PE file:     Transforming the original import table.     Encrypting sections.     Clearing section names...
  10. itsMe

    Reverse Engineering dnSpy: v6.1.8 - .NET debugger, decompiler & assembly editor

    Introduction dnSpy is a tool to reverse engineer .NET assemblies, including .NET debugger, a decompiler and an assembly editor. This tool can be easily extended by writing custom and your own plugin. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies without...
  11. itsMe

    Reverse Engineering dnSpy v6.1.7 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  12. itsMe

    Reverse Engineering dnSpy v6.1.4 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  13. itsMe

    Reverse Engineering dnSpy v6.1.3 - .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  14. itsMe

    Reverse Engineering dnSpy v6.1.2 .NET assembly editor, decompiler, and debugger

    dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing...
  15. itsMe

    .NET dotPeek: .NET Decompiler & Assembly Browser v3.1

    Hidden content dotPeek can decompile any .NET assemblies into equivalent C# code and optionally show the underlying IL code. Libraries, executables and more dotPeek can work with a variety of formats, such as libraries (.dll), executables (.exe), and metadata files (.winmd). dotPeek can also...
Back
Top