Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nico authored Nov 13, 2018
1 parent c9a1e03 commit 8626bee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8626bee

Please sign in to comment.