Ltrace (original) (raw)

About DBpedia

ltrace is a debugging utility in Linux, used to display the calls a userspace application makes to shared libraries. It does this by hooking into the dynamic loading system, allowing it to insert shims which display the parameters which the applications uses when making the call, and the return value which the library call reports. ltrace can also trace Linux system calls. Because it uses the dynamic library hooking mechanism, ltrace cannot trace calls to libraries which are statically linked directly to the target binary. Since 0.7.3, ltrace can also trace calls to libraries which are loaded using dlopen.

Property Value
dbo:abstract ltrace is a debugging utility in Linux, used to display the calls a userspace application makes to shared libraries. It does this by hooking into the dynamic loading system, allowing it to insert shims which display the parameters which the applications uses when making the call, and the return value which the library call reports. ltrace can also trace Linux system calls. Because it uses the dynamic library hooking mechanism, ltrace cannot trace calls to libraries which are statically linked directly to the target binary. Since 0.7.3, ltrace can also trace calls to libraries which are loaded using dlopen. (en) ltrace는 사용자 공간 애플리케이션의 공유 라이브러리에 대한 호출을 보여주는데 사용되는 리눅스의 디버깅 유틸리티이다. 이것은 동적 로딩 시스템을 후킹함으로써 가능해지며, 애플리케이션이 호출 시에 사용하는 파라미터들과 라이브러리 호출이 리포트하는 반환 값을 보여주는 (shim)들을 삽입한다. ltrace는 또한 리눅스 시스템 호출을 트레이스할 수 있다. 이것이 동적 라이브러리 후킹 메커니즘을 사용하기 때문에, ltrace는 대상 바이너리에 직접적으로 정적 링크된 호출들을 트레이스할 수 없다. (ko) ltrace – narzędzie analizy kodu badające interakcję programu z używanymi przez niego bibliotekami dzielonymi (shared libraries). (pl)
dbo:wikiPageExternalLink http://latrace.sourceforge.net/latrace.html https://www.kernel.org/doc/ols/2007/ols2007v1-pages-41-52.pdf http://linux.die.net/man/1/ltrace https://web.archive.org/web/20080913185728/http:/www.linuxsymposium.org/
dbo:wikiPageID 14416685 (xsd:integer)
dbo:wikiPageLength 3379 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1023458235 (xsd:integer)
dbo:wikiPageWikiLink dbc:Unix_programming_tools dbr:User_space dbr:Debugging dbr:Dynamic_loading dbr:Library_(computing) dbr:X_Toolkit_Intrinsics dbr:Linux dbr:Strace dbr:Parameter_(computer_programming) dbr:Unistd.h dbr:DTrace dbr:Return_statement dbr:SystemTap dbr:Truss_(Unix) dbr:C_standard_library dbr:Ktrace dbr:X_Window_System_protocols_and_architecture dbr:Xterm dbr:System_call dbr:Shim_(computing) dbr:Dlopen dbr:Static_library
dbp:wikiPageUsesTemplate dbt:Mono dbt:Multiple_issues dbt:No_footnotes dbt:Official_website dbt:Primary_sources dbt:Lowercase dbt:Unix-stub
dcterms:subject dbc:Unix_programming_tools
gold:hypernym dbr:Utility
rdfs:comment ltrace is a debugging utility in Linux, used to display the calls a userspace application makes to shared libraries. It does this by hooking into the dynamic loading system, allowing it to insert shims which display the parameters which the applications uses when making the call, and the return value which the library call reports. ltrace can also trace Linux system calls. Because it uses the dynamic library hooking mechanism, ltrace cannot trace calls to libraries which are statically linked directly to the target binary. Since 0.7.3, ltrace can also trace calls to libraries which are loaded using dlopen. (en) ltrace는 사용자 공간 애플리케이션의 공유 라이브러리에 대한 호출을 보여주는데 사용되는 리눅스의 디버깅 유틸리티이다. 이것은 동적 로딩 시스템을 후킹함으로써 가능해지며, 애플리케이션이 호출 시에 사용하는 파라미터들과 라이브러리 호출이 리포트하는 반환 값을 보여주는 (shim)들을 삽입한다. ltrace는 또한 리눅스 시스템 호출을 트레이스할 수 있다. 이것이 동적 라이브러리 후킹 메커니즘을 사용하기 때문에, ltrace는 대상 바이너리에 직접적으로 정적 링크된 호출들을 트레이스할 수 없다. (ko) ltrace – narzędzie analizy kodu badające interakcję programu z używanymi przez niego bibliotekami dzielonymi (shared libraries). (pl)
rdfs:label Ltrace (en) Ltrace (ko) Ltrace (pl)
owl:sameAs freebase:Ltrace yago-res:Ltrace wikidata:Ltrace dbpedia-ko:Ltrace dbpedia-pl:Ltrace https://global.dbpedia.org/id/4qdSf
prov:wasDerivedFrom wikipedia-en:Ltrace?oldid=1023458235&ns=0
foaf:homepage http://www.ltrace.org
foaf:isPrimaryTopicOf wikipedia-en:Ltrace
is dbo:wikiPageWikiLink of dbr:Ftrace dbr:Strace dbr:DTrace dbr:Ptrace
is foaf:primaryTopic of wikipedia-en:Ltrace