History log of /third_party/elfio/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
65042b1821-May-2024 openharmony_ci <120357966@qq.com>

!20 【部件化治理】各部件改造支持独立编译
Merge pull request !20 from Aurora/wh0511_elfio


.clang-format
.github/workflows/c-cpp.yml
.github/workflows/codeql-analysis.yml
.gitignore
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
BUILD.gn
CMakeLists.txt
LICENSE
LICENSE.txt
OAT.xml
README-OH.md
README.OpenSource
README.md
bundle.json
c_wrapper/elf_types_c_wrapper.hpp
c_wrapper/elfio_c_wrapper.cpp
c_wrapper/elfio_c_wrapper.h
cmake/elfioConfig.cmake.in
doc/elfio.docx
doc/elfio.pdf
doc/images/annot-close.png
doc/images/annot-open.png
doc/images/blank.png
doc/images/callouts/1.gif
doc/images/callouts/1.png
doc/images/callouts/1.svg
doc/images/callouts/10.gif
doc/images/callouts/10.png
doc/images/callouts/10.svg
doc/images/callouts/11.gif
doc/images/callouts/11.png
doc/images/callouts/11.svg
doc/images/callouts/12.gif
doc/images/callouts/12.png
doc/images/callouts/12.svg
doc/images/callouts/13.gif
doc/images/callouts/13.png
doc/images/callouts/13.svg
doc/images/callouts/14.gif
doc/images/callouts/14.png
doc/images/callouts/14.svg
doc/images/callouts/15.gif
doc/images/callouts/15.png
doc/images/callouts/15.svg
doc/images/callouts/16.svg
doc/images/callouts/17.svg
doc/images/callouts/18.svg
doc/images/callouts/19.svg
doc/images/callouts/2.gif
doc/images/callouts/2.png
doc/images/callouts/2.svg
doc/images/callouts/20.svg
doc/images/callouts/21.svg
doc/images/callouts/22.svg
doc/images/callouts/23.svg
doc/images/callouts/24.svg
doc/images/callouts/25.svg
doc/images/callouts/26.svg
doc/images/callouts/27.svg
doc/images/callouts/28.svg
doc/images/callouts/29.svg
doc/images/callouts/3.gif
doc/images/callouts/3.png
doc/images/callouts/3.svg
doc/images/callouts/30.svg
doc/images/callouts/4.gif
doc/images/callouts/4.png
doc/images/callouts/4.svg
doc/images/callouts/5.gif
doc/images/callouts/5.png
doc/images/callouts/5.svg
doc/images/callouts/6.gif
doc/images/callouts/6.png
doc/images/callouts/6.svg
doc/images/callouts/7.gif
doc/images/callouts/7.png
doc/images/callouts/7.svg
doc/images/callouts/8.gif
doc/images/callouts/8.png
doc/images/callouts/8.svg
doc/images/callouts/9.gif
doc/images/callouts/9.png
doc/images/callouts/9.svg
doc/images/caution.gif
doc/images/caution.png
doc/images/caution.svg
doc/images/caution.tif
doc/images/colorsvg/caution.svg
doc/images/colorsvg/home.svg
doc/images/colorsvg/important.svg
doc/images/colorsvg/next.svg
doc/images/colorsvg/note.svg
doc/images/colorsvg/prev.svg
doc/images/colorsvg/tip.svg
doc/images/colorsvg/up.svg
doc/images/colorsvg/warning.svg
doc/images/draft.png
doc/images/home.gif
doc/images/home.png
doc/images/home.svg
doc/images/important.gif
doc/images/important.png
doc/images/important.svg
doc/images/important.tif
doc/images/next.gif
doc/images/next.png
doc/images/next.svg
doc/images/note.gif
doc/images/note.png
doc/images/note.svg
doc/images/note.tif
doc/images/prev.gif
doc/images/prev.png
doc/images/prev.svg
doc/images/tip.gif
doc/images/tip.png
doc/images/tip.svg
doc/images/tip.tif
doc/images/toc-blank.png
doc/images/toc-minus.png
doc/images/toc-plus.png
doc/images/up.gif
doc/images/up.png
doc/images/up.svg
doc/images/warning.gif
doc/images/warning.png
doc/images/warning.svg
doc/images/warning.tif
doc/site/index.htm
doc/site/style.css
elfio/elf_types.hpp
elfio/elfio.hpp
elfio/elfio_array.hpp
elfio/elfio_demo.cpp
elfio/elfio_dump.hpp
elfio/elfio_dynamic.hpp
elfio/elfio_header.hpp
elfio/elfio_modinfo.hpp
elfio/elfio_note.hpp
elfio/elfio_relocation.hpp
elfio/elfio_section.hpp
elfio/elfio_segment.hpp
elfio/elfio_strings.hpp
elfio/elfio_symbols.hpp
elfio/elfio_utils.hpp
elfio/elfio_version.hpp
elfio/elfio_versym.hpp
examples/CMakeLists.txt
examples/add_section/CMakeLists.txt
examples/add_section/add_section.cpp
examples/anonymizer/CMakeLists.txt
examples/anonymizer/anonymizer.cpp
examples/c_wrapper/CMakeLists.txt
examples/c_wrapper/c_example.c
examples/c_wrapper/elfio_c_wrapper.cpp
examples/c_wrapper/elfio_c_wrapper.h
examples/elfdump/CMakeLists.txt
examples/elfdump/elfdump.cpp
examples/proc_mem/CMakeLists.txt
examples/proc_mem/proc_mem.cpp
examples/sudo_gdb.sh
examples/tutorial/CMakeLists.txt
examples/tutorial/tutorial.cpp
examples/write_obj/CMakeLists.txt
examples/write_obj/write_obj.cpp
examples/writer/CMakeLists.txt
examples/writer/writer.cpp
tests/CMakeLists.txt
tests/ELFIOTest.cpp
tests/ELFIOTest1.cpp
tests/ELFIOTest2.cpp
tests/elf_examples/64bitLOAD.elf
tests/elf_examples/ARMSCII-8.so
tests/elf_examples/arm_v7m_test_debug.elf
tests/elf_examples/arm_v7m_test_release.elf
tests/elf_examples/asm
tests/elf_examples/asm.lst
tests/elf_examples/asm.o
tests/elf_examples/asm.readelf
tests/elf_examples/asm.s
tests/elf_examples/asm64
tests/elf_examples/asm64.lst
tests/elf_examples/asm64.o
tests/elf_examples/crash-060833f08dc14d1712428742b3cad7af17b36bb7
tests/elf_examples/crash-7d695153fd8052529d480c2352d4ada33a44bada
tests/elf_examples/crash-b82f05b0b25c8fdc98480e6d76b6d5f9164ae2bc
tests/elf_examples/crash-e1ce7cecf01cf800397a4302854d9d76fa19763c
tests/elf_examples/crash-e3c41070342cf84dea077356ddbb8ebf4326a601
tests/elf_examples/crash.elf
tests/elf_examples/ctors
tests/elf_examples/elf_header_i386_32.elf
tests/elf_examples/entropy.so
tests/elf_examples/hello.c
tests/elf_examples/hello_32
tests/elf_examples/hello_32.o
tests/elf_examples/hello_32.txt
tests/elf_examples/hello_32_o.txt
tests/elf_examples/hello_64
tests/elf_examples/hello_64.o
tests/elf_examples/hello_64.txt
tests/elf_examples/hello_64_o.txt
tests/elf_examples/hello_arm
tests/elf_examples/hello_arm.o
tests/elf_examples/hello_arm_stripped
tests/elf_examples/helloworld.rpx
tests/elf_examples/libfunc.so
tests/elf_examples/libfunc32.so
tests/elf_examples/ls
tests/elf_examples/ls.readelf
tests/elf_examples/main
tests/elf_examples/main32
tests/elf_examples/mismatched_segments.elf
tests/elf_examples/null_endianess_convertor
tests/elf_examples/ppc-32bit-specimen3.elf
tests/elf_examples/read_write_arm_elf32_input
tests/elf_examples/startup.eln
tests/elf_examples/startup_orig.eln
tests/elf_examples/test_ppc
tests/elf_examples/test_ppc.cpp
tests/elf_examples/test_ppc.o
tests/elf_examples/test_ppc.txt
tests/elf_examples/test_ppc_o.txt
tests/elf_examples/write_exe_i386_32_match
tests/elf_examples/write_exe_i386_32_work_dump.txt
tests/elf_examples/write_obj_i386_32_match.o
tests/elf_examples/write_obj_i386_64_match.o
tests/elf_examples/zavl.ko
tests/elfio_fuzzer.cpp
tests/runELFtests