From 8626bee9a69fb706094a50732d7180a850acb464 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 13 Nov 2018 15:49:57 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d53a7d..29f7135 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ `demumble` demangles both POSIX and Visual Studio symbols. It runs on both POSIX and Windows. - $ ./demumble _Z4funcPci + $ demumble _Z4funcPci func(char*, int) - $ ./demumble "?Fx_i@@YAHP6AHH@Z@Z" - int __cdecl Fx_i(int (__cdecl*)(int)) + $ demumble '?Fx_i@@YAHP6AHH@Z@Z' + int __cdecl Fx_i(int (__cdecl *)(int)) ## Download @@ -53,7 +53,7 @@ Cross-platform: demumble runs on Windows. demumble can demangle Windows-style symbols (also when running on non-Windows). $ demumble '??2@YAPEAX_K@Z' - void * __ptr64 __cdecl operator new(unsigned __int64) + void * __cdecl operator new(unsigned __int64) $ c++filt '??2@YAPEAX_K@Z' ??2@YAPEAX_K@Z