abynim / Sketch-Headers

Headers from Sketch app exported using class-dump
463 stars 74 forks source link

This file does not contain any Objective-C runtime information. #26

Open wushiwein119 opened 3 years ago

wushiwein119 commented 3 years ago

when i run "class-dump -H sketchtool -o /output" , show error "This file does not contain any Objective-C runtime information." . please help me

abynim commented 3 years ago

Yeah it seems like sketchtool is a different kind of executable and class-dump is unable to read it. You might need to use a disassembler to peek at the headers instead of using class-dump.

I'm curious why you're looking for sketchtool headers though.

wushiwein119 commented 3 years ago

Yeah it seems like sketchtool is a different kind of executable and class-dump is unable to read it. You might need to use a disassembler to peek at the headers instead of using class-dump.

I'm curious why you're looking for sketchtool headers though.

sorry, my mistake, I use "class-dump -H Sketch -o /output"