ctypes3 ctypes ][ ctypes 이용해서 shellcode 생성하기 ctypes ][ ctypes 이용해서 shellcode 생성하기 ■ 사용법 2019. 9. 5. ctypes ][ python에서 c 사용하기(ubuntu) ctypes ][ python에서 c 사용하기(ubuntu) ■ 결과 2019. 9. 5. ctypes class ][ python에서 c++ class 사용하기 ctypes class ][ python에서 c++ class 사용하기 ■ git # # https://github.com/SpeeDr00t/code/tree/master/python/0x04-ctypes/0x01-helloworld # # ■ hello.cpp // // // // write by kyoung chip , jang // // g++ -c -fPIC hello.cpp -o hello.o // g++ -shared -Wl,-soname,libhello.so -o libhello.so hello.o // // #include #include #include #include using namespace std; class CHello { private: vector m_vec; public: .. 2017. 10. 8. 이전 1 다음