NewDwarf

Results 26 comments of NewDwarf

@Muirey03 Could you try to switch to the thread from the kernel address space first? Such thread is from the 0xffffff... address space. Use the lldb command 'thread select '....

I can confirm exactly the same issue. ...some additional information: 1. All nvm.* files remain untouched by the restore procedure. 2. The GUI window doesn't show the Apple logo and...

@TrungNguyen1909 Thanks! At the first glance, the ramdisk mounts the root HFS filesystem. But nothing happens after... ``` BSD root: md0, major 3, minor 0 apfs_vfsop_mountroot:2188: apfs: mountroot called! apfs_vfsop_mount:1745:...

@TrungNguyen1909 Any thoughts to debug this issue?

That would be nice to add aarch64 support to be able to reverse engineer the android bootloaders.

@kpwn Are you able to get panic messages from the kernel on the devices via the lightning cable? It would be useful to get such messages from the iPad air2.

> Can you reproduce this problem when building for iOS/MacOS? I don't have Android Studio installed. Linking for macOS looks clear but I am not sure I did everything clearly....

@NeHyci I did some tests to give you details to understand how to fix it. Let's try to reproduce it as simple as possible. Create three source files: header.hpp ```...

@Naville In my understanding, the root of the problem are the header files from STL which has a lot of definitions of small (2-3 lines) template functions which are normally...

@Naville I guess, you meant that we have to do each function as local to the specific compilation unit. So it will be kind of the static function (from the...