
Your mission-critical systems carry the weight of your entire organization. Protecting them shouldn't leave you guessing about hidden vulnerabilities or compliance risks.
Rocket® z/Assure™ Vulnerability Analysis Program (VAP) is a specialized mainframe security solution built to proactively scan and safeguard your most valuable environments. By identifying system-level risks before they become active threats, we partner with you to ensure your infrastructure remains locked down, resilient, and fully compliant. We understand the responsibility of managing enterprise security, and our tool gives you the exact insights you need to confidently eliminate weak points.
Key benefits for your security team:
- Identify and resolve hidden vulnerabilities with deep, automated scanning.
- Protect your mission-critical data from evolving external and internal threats.
- Streamline compliance reporting with clear, actionable security insights.
Take control of your mainframe security. Partner with Rocket Software to protect your digital foundation today.
Learn more
Admin By Request EPM is an endpoint privilege management solution for Windows, macOS, and Linux. It removes permanent local admin rights and grants elevation only when a task requires it, so a compromised account can't take over an entire system. Elevation applies to applications rather than user accounts, and privileges can be delegated by user or group to fit developers, general staff, and third-party contractors alike. Threat and behavioral analytics identify risky users, assets, and software, and every session is logged for auditing. The solution runs from a single portal, works online or offline, and requires no additional servers or databases.
Learn more
dotPeek
Once you've successfully decompiled an assembly, it's possible to save it as a Visual Studio project file (.csproj), which can significantly expedite the process of recovering lost source code from older assemblies. dotPeek offers the capability to locate local source files using PDB files, or alternatively, to retrieve source code from various source servers like Microsoft Reference Source Center or SymbolSource. Additionally, dotPeek functions as a symbol server, providing the necessary information to the Visual Studio debugger for effective assembly code troubleshooting. Many features of dotPeek are derived from ReSharper, including both contextual and non-contextual navigation options, usage searches, and various views for code structure and hierarchy. You can utilize the Find Usages feature to track down every instance of a symbol, whether it be a method, property, local variable, or another type of entity. The Find Results tool window is particularly useful, as it allows you to organize usages, easily navigate among them, and access them directly in the code view area. Overall, dotPeek proves to be an invaluable tool for developers dealing with legacy code and assembly management.
Learn more
IDA Pro
IDA Pro serves as a powerful disassembler that generates execution maps to represent the binary instructions executed by the processor in a symbolic format, specifically assembly language. With the implementation of advanced techniques, IDA Pro is able to translate machine-executable code into assembly language source code, enhancing the readability of complex code. Additionally, its debugging feature incorporates dynamic analysis, allowing it to support various debugging targets and manage remote applications effectively. The tool's cross-platform debugging capabilities facilitate immediate debugging and provide easy connections to both local and remote processes, while also accommodating 64-bit systems and various connection options. Furthermore, IDA Pro empowers human analysts by allowing them to override its decisions or provide hints, ensuring a more intuitive and efficient analysis of binary code. This flexibility significantly enhances the analyst's ability to interact with the disassembler, making the process of analyzing intricate binaries not only more manageable but also more effective overall.
Learn more