並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 27 件 / 27件

新着順 人気順

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

  • デコンパイルに特化した大規模言語モデル「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のブログ
                    • デコンパイルに特化した大規模言語モデル「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」の登場
                      • decompile-dump/output at master · Laurelai/decompile-dump

                        A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

                          decompile-dump/output at master · Laurelai/decompile-dump
                        • [COMPLETE GUIDE] How To Decompile/Recompile Apk using ApkMultiTools.

                          This is a fan site dedicated to Galaxy V SM-G313HZ user. In this blog you can find many info for your Samsung Galaxy SM-G313HZ such as Custom ROM, Kernel , Tweaks , Tutorial , and many others usefull apps and guide. If you a Samsung Galaxy V aka Vivalto user , You are in the great places to find more about your devices. Thanks and Keep Learning.

                            [COMPLETE GUIDE] How To Decompile/Recompile Apk using ApkMultiTools.
                          • GitHub - albertan017/LLM4Decompile: Reverse Engineering: Decompiling Binary Code with Large Language Models

                            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 - albertan017/LLM4Decompile: Reverse Engineering: Decompiling Binary Code with Large Language Models
                            • Decompile .class File to .java File using Proycon

                              I have a project that converts .class files to .java file, during the research I've found that Proycon is a java library that helps to do this. unfortunately I couldn't find any proper documentation for Proycon. anybody having experience using this, if yes please tell me which method I have to use for converting .class to .java file and to print it in to console?

                                Decompile .class File to .java File using Proycon
                              • Flash(SWF)の中身を解析編集できるソフトDecompile /SSPlanning

                                Webに表示されているFlashはSWFファイルというものです。このSWFファイルは、Flashの編集ファイルであるFLAファイルからパブリッシュされたものです。そのため、SWFファイルでは、中に書き込まれたscriptを見ることは、できません。 しかし、このFlash(SWF)ファイルの中身を解析できるソフトがあります。

                                • How do I "decompile" Java class files?

                                  Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives Teams Q&A for work Connect and share knowledge within a single location that is structured and easy to search. Learn more about Teams

                                    How do I "decompile" Java class files?
                                  • Flash(SWF)の中身を解析編集できるソフトDecompile /SSPlanning

                                    Webに表示されているFlashはSWFファイルというものです。このSWFファイルは、Flashの編集ファイルであるFLAファイルからパブリッシュされたものです。そのため、SWFファイルでは、中に書き込まれたscriptを見ることは、できません。 しかし、このFlash(SWF)ファイルの中身を解析できるソフトがあります。

                                    • https://vk.com/away.php?to=http%3a%2f%2fmarvaraci.eklablog.com%2fhow-to-decompile-so-file-in-windows-a140090052

                                      • How do I decompile a .NET EXE into readable C# source code?

                                        I wrote a C# application for a client a couple of years ago, but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate C# source code from the EXE?

                                          How do I decompile a .NET EXE into readable C# source code?
                                        • Using Mono Cecil Decompiler within Windbg to decompile « Naveen's Blog

                                          Software dev interested in .NET, windbg and anything on the way I have been hacking Mono lately and one of the coolest projects I have seen is the Mono Decompiler. It’s like Reflector but no UI and an API to decompile. Guess what, even reflector is built on top of Mono Cecil.  Most of times when I have to debug I would end up using  !dumpil  sos command to get  the IL  of the method desc.  I am no

                                          • ACCESS以外のVBAファイル(*.xls, *.doc, *.ppt, もちろん *.mdb も)をデコンパイル(DECOMPILE) できるツールをようやく発見! Decompiles and Compacts: VBADecompiler !: NN Space BLOG-NN空間ブログ

                                            マイナポータルの「表示名またはニックネーム」に絵文字が登録できた (2023/01/01) Windows11 にアップグレードした (2021/11/06) Windows11 にアップグレードしたい (2021/11/06) 寝る前にはストレッチ (2021/11/03) Sysinternals Suite Updated [Sakura's VPS auto Post] (2021/05/27) Sysinternals Suite Updated [Sakura's VPS auto Post] (2021/05/26) Windows 21H1 はこれまでで一番スムーズに使用中のPCに配信・適用された (2021/05/20) Apple文体だとすんなり (2021/05/08) Sysinternals Suite Updated [Sakura's VPS auto Pos

                                            • Decompile ツールいろいろ。 - TrashBox

                                              .NET Reflector の有料化が決まってから、 いろいろ decompile ツールが出てきた。 いろいろ選択肢があるようなので、知りうる限りを以下に纏めてみる。 ツール名 開発元 URL、ほか 解説 .NET Reflector redgate http://reflector.red-gate.com/ 7から完全商用に。6.5を無期限無料版として提供することを決めた JustDecompile telerik http://www.telerik.com/products/decompiling.aspx Beta ながら 永遠に無料であることを謳っている ILSpy SharpDevelop http://wiki.sharpdevelop.net/ilspy.ashx redgateのs商用アナウンスを受けて開発。使い勝手も .NET Reflector 似ている。 do

                                                Decompile ツールいろいろ。 - TrashBox
                                              • how to decompile dll file : nifaka

                                                = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link how to decompile dll file= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = I think you have downloaded the .NET Reflector & this FileGenerator plugin , If you do, Open up the Reflector.exe, Go to View and click Add-Ins, In the Add-Ins window click Add..., Then find

                                                  how to decompile dll file : nifaka
                                                • C#のforeachの仕組み(6) decompileにおけるforとの比較 int[]編 - Qiita

                                                  C#のforeachの仕組み(5) ILにおけるforとの比較 int[]編 の続きです。 概要 前回 、int[]のforeachをilでみたところ、 foreachしていませんでした。 ILSpyでDecompile結果を比較してみます。 ※ILSpyの参考URL http://www.atmarkit.co.jp/fdotnet/dotnettips/1055ilspy/ilspy.html コードとDecompile結果 forのコード。 using System; namespace ConsoleAppArrayFor { class Program { static void Main() { int[] numbers = { 0, 1, 2, 3, 4, 5, 6 }; for (int i = 0; i < numbers.Length; i++) { Console.

                                                    C#のforeachの仕組み(6) decompileにおけるforとの比較 int[]編 - Qiita
                                                  • CODE BLUE 2023参加記:食べて Decompile 寝て 繰り返す - Akatsuki Hackers Lab | 株式会社アカツキ(Akatsuki Inc.)

                                                    セキュリティエンジニアの小竹(aka tkmru)です。 先月、CODE BLUEというセキュリティカンファレンスに行ったので、その参加記を書きました。 このエントリーはAkatsuki Games Advent Calendar 2023の1日目の記事です。 CODE BLUE とは CODE BLUEは、2014年より東京で開催されているセキュリティカンファレンスです。 日本国内で開催されているセキュリティカンファレンスの中では、最大級のカンファレンスです。 去年は「オンライン配信」+「リアル会場」によるハイブリッド開催となっていましたが、今年は会場のみでの開催でした。 去年は登壇者として参加していましたが、今年は去年よりも参加者が増えているように感じました。 Hex Rays社のグッズに心を奪われる 今年のCODE BLUEでは、なんとIDA Proの開発元であるHex Rays社が

                                                      CODE BLUE 2023参加記:食べて Decompile 寝て 繰り返す - Akatsuki Hackers Lab | 株式会社アカツキ(Akatsuki Inc.)
                                                    • 『デコンパイルに特化した大規模言語モデル「LLM4Decompile」の登場』へのコメント

                                                      ブックマークしました ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください Twitterで共有

                                                        『デコンパイルに特化した大規模言語モデル「LLM4Decompile」の登場』へのコメント
                                                      • KotlinからJavaにDecompileする - Qiita

                                                        自分が書いたKotlinがJavaではどうなるか気になりませんか? Android Studioが提供するbyteコードのDecompileでJavaのコードが確認できますので、そのやり方を調べます。 Kotlin Decomplie Android StudioでKotlinプラグインがインストールされていれば、Kotlin Bytecodeの確認ができます。 Tools > Kotlin > Show Kotlin Bytecode Show Kotlin Bytecodeをクリックすると下記のようにKotlin Bytecodeが確認できます。Bytecodeを確認したりJavaコードでの確認が可能です。 上記の画像でDecompileをクリックするとJavaコードでデコンパイルの結果が確認できます。 デコンパイルしてJavaで確認 下記はwhenで作成したサンプルコードです。 wh

                                                          KotlinからJavaにDecompileする - Qiita
                                                        1