mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-19 16:08:02 +03:00
Reorganize PE format code into separate files in PE namespace
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using X86Disassembler.PE;
|
||||
|
||||
namespace X86Disassembler
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
// Path to the DLL file to disassemble
|
||||
private const string DllPath = @"C:\Windows\SysWOW64\msvcrt.dll"; // Example path, replace with your target DLL
|
||||
private const string DllPath = @"C:\Program Files (x86)\Nikita\Iron Strategy\Terrain.dll"; // Example path, replace with your target DLL
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user