<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>reverse engineering on Everything Cyber</title><link>https://everything-cyber.netlify.app/tags/reverse-engineering/</link><description>Recent content in reverse engineering on Everything Cyber</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 29 Dec 2024 12:49:58 +0530</lastBuildDate><atom:link href="https://everything-cyber.netlify.app/tags/reverse-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>Volatility CheatSheet</title><link>https://everything-cyber.netlify.app/blog/volatility/</link><pubDate>Sun, 29 Dec 2024 12:49:58 +0530</pubDate><guid>https://everything-cyber.netlify.app/blog/volatility/</guid><description>Volatility CheatSheet (Forensics - THM) Description Volatility is a powerful open-source memory forensics framework used by cybersecurity professionals and incident responders to analyse memory dumps. It supports Linux, Windows, and macOS memory analysis and offers a comprehensive set of plugins to extract various types of information, such as processes, network connections, registry keys, and more.
Installation You can download the required package from Volatility&amp;rsquo;s github page. releases
Creating a Symlink</description></item><item><title>Reverse Engineering Binaries - Reversing ELF[THM]</title><link>https://everything-cyber.netlify.app/blog/reverse-elf-thm/</link><pubDate>Sun, 17 Mar 2024 12:49:58 +0530</pubDate><guid>https://everything-cyber.netlify.app/blog/reverse-elf-thm/</guid><description>Binary Reverse Engineering with Reversing Elf Description Reverse engineering is the process of analyzing a product, system, or software to understand its design, architecture, functionality, and behavior, often with the goal of replicating, modifying, or improving it. In the context of software, reverse engineering specifically refers to the analysis of compiled code (binaries) to uncover its original source code or to understand its inner workings.The main goal is to understand the program&amp;rsquo;s logic, identify vulnerabilities, extract useful information, or modify its behavior.</description></item><item><title>Reverse Engineering an API endpoint</title><link>https://everything-cyber.netlify.app/blog/reverse-engineering-api/</link><pubDate>Sun, 17 Dec 2023 12:49:58 +0530</pubDate><guid>https://everything-cyber.netlify.app/blog/reverse-engineering-api/</guid><description>Creating an API documentation of a website from scratch Description Reverse engineering an API assists in discovering potential endpoints for evaluating its functionality, a critical aspect of testing and analysis. When access to official documentation or the API&amp;rsquo;s original codebase is unavailable, these methods enable the manual creation of documentation.
Environment and Tools Used Application
Here I am using Parabank by Parasoft. Parabank is a web application used to demonstrate web, API testing.</description></item></channel></rss>