Viktor Oreshkin

Results 167 comments of Viktor Oreshkin

@marquiz I expected it to be reviewed to know if I should continue working on it. Realistically -- I don't think I'll work on it in close future.

@marquiz @fmuyassarov sure, feel free to use it, it's signed off anyways and is under Apache-2.0 :)

There's a missing icon maybe, but that's all. Another issue is that source code is really outdated: latest version is 4.7.3 and sources are for 3.3 version.

You can request it on [XDA](https://forum.xda-developers.com/xposed/modules/native-clip-board-beta-t2784682)

It was made using Eclipse. Import it via Android Studio, then add following lines to the end of build.gradle for module. ``` dependencies { compile 'com.android.support:appcompat-v7:25.1.1' compile 'com.melnykov:floatingactionbutton:1.3.0' compile 'com.afollestad.material-dialogs:core:0.9.3.0'...

Just put in unslid address, it would add leaked kaslr slide to it. https://github.com/ninjaprawn/async_awake-fun/blob/2576281e82f3f71699c726f112bf4335924182ed/async_wake_ios/symbols.c#L144 However, this project does not use device-specific offsets at all -- they're only used by "poc...

What do you mean by PIC? ASLR? Leaking ASLR shift is important step of exploitation, there are many methods of doing it :)

Ah, position independent code. PIC is just a requirement to make ASLR possible.

@ashraf008 Try to comment out these https://github.com/ninjaprawn/async_awake-fun/blob/master/async_wake_ios/async_wake.c#L731-L734

Open devices & simulators, view device logs, Select all logs and delete them. Start the app, get panic, grab the report from the same menu and share it