is it possible to unbake an MXO/MXE to look at the source?

lysdexic's icon

is it possible to unbake an MXO/MXE to look at the source?

Roman Thilenius's icon

hopper disassembler.

it is all only made out of 1,s 1s, and 0s anyway.

lysdexic's icon

thanks Roman.

only really trying to look at the source of some objects to fill missing gaps in the API documentation. fingers crossed for an update on that.

mzed's icon

No. MXO/MXE are binaries.

Which objects are you trying to figure out? Some are in the SDK.

lysdexic's icon

Many of the examples in the SDK are fantastic and super helpful, just having difficulty mostly around attributes and object_method calls ie: knowing what symbols to use to send objects messages to get information back.