fedora, libflashplayer.so, 한글 플래시로 떡칠된 사이트 잘 보기

bushi의 이미지

(강좌라기 보단 팁에 가깝지만 마땅한 포럼이 없네요.)

fedora10 에서 가능한 방법이고 다른 버전은 구조를 알 수 없어 적용가능성이 불확실합니다.

뒤져보게 된 발단은 narusas 님이 올리신 Adobe Flash plugin 폰트 로딩 메모리 누수 버그 라는 글 입니다.
(아무리 검색해봐도 딱히 이거다 싶은 해결책을 찾질 못하겠습니다)

필요한 파일들은 저 글의 댓글에 있으며, 혹 업데이트를 하더라도 저 댓글의 것을 업데이트하겠습니다.

ubuntu 는 firefox 자체에 LD_PRELOAD 를 먹여야하지만,
fedora 는 npviewer 라는 wrapper 에만 적용하면 되므로 비용대비 효과가 쓸만합니다.
(gentoo 에서도 nspluginwrapper 패키지가 사용되는 것을 보면 ubuntu 용 패키지도 있을거라 생각하지만... 잘 모르겠습니다)

nspluginwrapper 패키지를 설치하면 /usr/lib/nspluginwrapper/npviewer.sh 파일이 생깁니다.
파일을 편집기로 열어서 살펴보면 이미 LD_PRELOAD 를 사용하도록 하는 다른 경우를 볼 수 있습니다.
그 주변에 다음과 같은 내용을 삽입합니다.

if test -n "$2"; then
    if test "${2%libflashplayer.so}" != "$2"; then
        if test -n "$LD_PRELOAD"; then
            LD_PRELOAD="$LD_PRELOAD:$NPW_VIEWER_DIR/libftmgrwrapper.so"
        else
            LD_PRELOAD="$NPW_VIEWER_DIR/libftmgrwrapper.so"
        fi
        export LD_PRELOAD
    fi
fi

저 위에 링크한 글의 댓글에서 flash_wrap 를 다운로드해서 빌드한 뒤
libftmgrwrapper.so 파일을 /usr/lib/nspluginwrapper/ 디렉토리에 복사합니다.

끝입니다.
http://traffic.local.naver.com/Traffic_browser/SubWayLine/ 등에 접속하고 pmap 으로 npviewer.bin 을 살펴보시면 확실합니다.

flash_wrap 에 사용된 rbtree.[ch] 는 GPL 이며 리눅스 커널에서 복사했고, 불필요한 심볼 export를 막기위해 조금 수정했습니다.
R-B tree 가 필요할 정도의 일까지는 아닌 것을 나중에야 알게 됐는데, 굳이 고칠 이유도 없어서 그냥 사용했습니다.

Forums: 
bushi의 이미지

ubuntu 에서 nspluginwrapper 패키지를 설치할 경우,
/usr/lib/nspluginwrapper/noarch/npviewer 스크립트를 수정하면 되고,
.so 는 /usr/lib/nspluginwrapper/i386/linux/ 등의 위치에 두면 됩니다.

OTL

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.