mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
Update demangle.go
This commit is contained in:
@@ -24,7 +24,7 @@ func demangleCoreSymbol(name string) string {
|
||||
// Example from kernelcache:
|
||||
// ZN18AppleMobileApNonce5startEP9IOService.cold.1
|
||||
if token[0] == 'Z' {
|
||||
token = "_" + token
|
||||
token = "_" + token
|
||||
}
|
||||
|
||||
if demangled := demangle.Do(token, false, false); demangled != token {
|
||||
|
||||
Reference in New Issue
Block a user