Giter Site home page Giter Site logo

poc's Introduction

PoC

PoC of CVE/Exploit

poc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

poc's Issues

trying to compile on arm cortex-a72 rpi4 - CVE-2017-5753

Hello,

I am trying to compile code for CVE-2017-5753 on the new rpi4. I have tried using the following:

  1. arm-linux-gnueabihf-gcc -mcpu=cortex-a72 -std=gnu99 source.c
    result:
    source.c: In function ‘timed_read’:
    source.c:39:2: error: unknown register name ‘x5’ in ‘asm’
    asm volatile (
    ^~~

  2. /home/pi/git/aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc -mcpu=cortex-a72 -std=gnu99 source.c
    result:
    bash: /home/pi/git/aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: cannot execute binary file: Exec format error

I had to clone the repo (listed here:https://github.com/najahiiii/aarch64-linux-gnu) to get aarch64-linux-gnu-gcc but it doesn't want to run.

Could you please provide some guidance on how to compile this?

Thank you in advance!

How to build libmpeg2 with ASAN?

As for CVE-2018-9341, could you please tell me how to compile libmpeg2dec and mpeg2dec with asan? How should I modify the makefiles? Thank you very much.

about Multidex

Hello,
I met a little problem, what should I do if it's the case of Multidex.

How to solve the crash in APK which contains multidex?

Hello:
when I use this script to deal with APK which contains 1 dex, it works very well. But when I use it to deal with APK which contains 2 or more dexs, its crash infomation like this:
Failed to find OatDexFile for DexFile /data/app/com.xxx.core-2/base.apk ( canonical path /data/app/com.xxx.core-2/base.apk) with checksum 0xbd3a00fd in OatFile /data/dalvik-cache/arm64/data@[email protected]@[email protected]

java.lang.RuntimeException: Unable to instantiate application com.xxx.core.xxxApplication: java.lang.ClassNotFoundException: Didn't find class "com.xxx.core.xxxApplication" on path: DexPathList[[zip file "/data/app/com.xxx.core-2/base.apk"],nativeLibraryDirectories=[/data/app/com.xxx.core-2/lib/arm64, /vendor/lib64, /system/lib64]]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.