Logo
Explore Help
Sign In
QuasarApp/LIEF
4
0
Fork 0
You've already forked LIEF
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-11 19:09:33 +00:00
Code Issues Projects Releases Wiki Activity
LIEF/api/python/pyObject.cpp

6 lines
111 B
C++
Raw Normal View History

Refactor some parts of the Architecture: * JSON visitor are located in the format namespace * Visitor are *real* visitor * Visitable class has been renamed to Object * Due to a bug in Visual Studio 2015, we move to VS2017
2018-03-13 16:49:02 +01:00
#include "pyLIEF.hpp"
void init_LIEF_Object_class(py::module& m) {
py::class_<LIEF::Object>(m, "Object");
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 57ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API