並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 9 件 / 9件

新着順 人気順

Decompileの検索結果1 - 9 件 / 9件

  • デコンパイルに特化した大規模言語モデル「LLM4Decompile」の登場

    3つの要点 ✔️ デコンパイルに特化した初のオープンソースモデル「LLM4Decompile」を開発 ✔️ モデルに新しい学習目的を導入し、デコンパイルの精度向上を実現 ✔️ 再コンパイルと再実行可能性に焦点を当てたデコンパイルのための初の標準化されたベンチマークを構築 LLM4Decompile: Decompiling Binary Code with Large Language Models written by Hanzhuo Tan, Qi Luo, Jing Li, Yuqun Zhang (Submitted on 8 Mar 2024) Comments: Published on arxiv. Subjects: Programming Languages (cs.PL); Computation and Language (cs.CL) code: 本記事で使用してい

      デコンパイルに特化した大規模言語モデル「LLM4Decompile」の登場
    • Java Optimize and Decompile Environment (JODE)

      Introduction JODE is a java package containing a decompiler and an optimizer for java. This package is freely available under the GNU GPL. The bytecode package and the core decompiler is now under GNU Lesser General Public License, so you can integrate it in your project. The decompiler reads in class files and produces something similar to the original java file. Of course this can't be perfect:

      • Decompile classes.dex in .apk - Shanghai Android Laboratory

        $ ~/android-sdk-linux_x86-1.5_r3/platforms/android-1.5/tools/dexdump \ Processing './classes.dex'... Opened './classes.dex', DEX version '035' Class #0            -   Class descriptor  : 'Lcom/example/helloandroid/HelloAndroid;'   Access flags      : 0x0001 (PUBLIC)   Superclass        : 'Landroid/app/Activity;'   Interfaces        -   Static fields     -   Instance fields   -   Direct methods    

        • GitHub - Laurelai/decompile-dump: Partial stuxnet source decompiled with hexrays, if anyone has better decompile tools feel free to contribute better versions.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - Laurelai/decompile-dump: Partial stuxnet source decompiled with hexrays, if anyone has better decompile tools feel free to contribute better versions.
          • What’s in that .wasm? Introducing: wasm-decompile · V8

            Show navigation We have a growing number of compilers and other tools that generate or manipulate .wasm files, and sometimes you might want to have a look inside. Maybe you’re a developer of such a tool, or more directly, you’re a programmer targeting Wasm, and wondering what the generated code looks like, for performance or other reasons. Problem is, Wasm is rather low-level, much like actual ass

            • APK decompiler - decompile Android .apk ✓ ONLINE ✓

              apktool If you need to extract and decode resources to nearly original form, use apktool: tool to extract resources from the apk It does not decompile original Java source code and works much faster. The limit on number of jobs is not applicable. Jadx Android application package (APK) is the package file format used to distribute and install application software onto Google's Android operating sys

              • http://boirucreadar.bloggersdelight.dk/2018/04/06/decompile-ex4-to-mq4-mt4-build-600/

                • Naoログ : [Android] APK Multi-Toolでframework-res.apkをDecompile

                  2012年01月19日14:03 カテゴリAndroidGalaxy Tab 7.0 Plus SC-02D [Android] APK Multi-Toolでframework-res.apkをDecompile - - - - - 2012/09/09追記 - - - - - APK Multi-Tool v1.0.9に更新しました。 framework-res.apkの編集も可能です。 [Android][SC-02D] Galaxy Tab 7 Plusで非公式テザリング(mopera) http://blog.livedoor.jp/cn221283/archives/51078716.html - - - - - - - - - - - - - - - - - - - - - - - 昔の記事に書いたように、Apk Managerを使えば色々なApkを弄れます。 [Galaxy

                  • jarファイル(Java)をdecompileする方法する方法まとめ - kapieciiのブログ

                    jarファイルを解析する場面に出くわしました。 これまでは「jd-gui」を使っていたのですが、ソースコードの取得中に処理が止まる現象が発生したので、「jd-gui」以外の方法について調べました。 発生したエラーコードを含め、今後のためにメモを残しておきます。 目次 ツール jd-gui jad jadx 参考URL 関連本 ツール jd-gui java-decompiler.github.io GUI環境があり、特に説明を見なくても操作ができるくらいシンプルに使えます。 しかし、GUIメニューから「save all resources」jarから復元したjavaコードを保存しようとすると、途中で処理が止まることがありました。 2019/10月時点での最新バージョンは、1.6.3で、1.6.2でも同じ問題が発生することを確認しています。 調べてみると、この問題は数年前からstack ov

                      jarファイル(Java)をdecompileする方法する方法まとめ - kapieciiのブログ
                    1