Explore >> Select a destination


You are here

reverse.put.as
| | blog.timac.org
55.6 parsecs away

Travel
| | CryptedHelloWorld: App with encrypted mach-o sections
| | knight.sc
52.6 parsecs away

Travel
| | When reverse engineering macOS binaries that are written in Objective-C, class-dump is a common tool used to extract Objective-C declarations from the runtime information stored in the Mach-O files. With Swift binaries, since there is Objective-C compatability, sometimes you can extract declarations using class-dump but not always. Swift has a rich set of type metadata itself but the documentation is not up to date. With Swift 5 bringing ABI stability I thought it would be interesting to take a look at the type of metadata availble in Swift binaries.
| | www.m4b.io
76.9 parsecs away

Travel
| | An online electronic journal repository for various projects, topics, tutorials, and other such texts, usually dealing with programming languages, reverse engineering, CS theory, object/binary analysis, formal methods, formal logic, and maybe, sometimes, even philosophy
| | www.abubalay.com
96.9 parsecs away

Travel
| [AI summary] The blog post introduces the dioptre crate, a Rust proc-macro for struct field reflection, and discusses Cell field projection techniques to enable more flexible interior mutability in Rust programs.