decompiler

how can i modify package name of decompiled apk? [closed]

孤人 提交于 2019-12-14 00:14:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I have decompiled a voip calling apk file with Apktool and i tried to change itz package name... But i getting error that unfortunately app stopped`... What i did that search the package name inside the all files (root dir)and replace every occurrence with new package name by with notepad ++... Here problem is

Decompile protected C# [closed]

我的梦境 提交于 2019-12-13 09:55:59
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago . I have a C# program and i want to decompile it, i used [ILSpy & NetReflector] and everything worked fine the program was decompiled but the source was encrypted or protected in a way because all the .cs file doesn't content the exact code that i want. I tried the decompiling on other programs and

How can I decompile Linux binaries from Windows?

情到浓时终转凉″ 提交于 2019-12-12 19:15:14
问题 How can I decompile Linux binaries (*.so) from Windows? Thanks. 回答1: You can try Boomerang; you will need to build it first from source as the provided binaries don't cover this case. If you absolutely refuse to compile anything, try the binary distribution for Linux and run it in a virtual Linux machine on Windows. 来源: https://stackoverflow.com/questions/1558370/how-can-i-decompile-linux-binaries-from-windows

General purpose utility or library for compiling/decompiling binary data files?

穿精又带淫゛_ 提交于 2019-12-12 09:56:51
问题 I have various binary file formats which I need to dump to some kind of text format, edit and then recompile (possibly to a slightly different version of the binary format). Of course I could write a bunch of utility code in C/C++ to do this kind of thing, and maybe leverage a library for the text side of things (XML or JSON or whatever), but this is a task pattern that keeps cropping up in my work and it seems to me that there probably ought to exist already some kind of general purpose tool

How do you create an XML/XSLT DEcompiler?

我们两清 提交于 2019-12-11 23:39:45
问题 I am working on a new project that has a system that builds an XML file and assorted XSLT files for the stylesheets. If I want to take the completed page in the browser and modify it - and then decompile it into its component parts - how would one do it? 回答1: You mean you want to reverse the transformation? So if the XML contains the prices of all your products, and the HTML displays their sum, you want the user to be able to change the total, and you go back and recompute the prices of all

setContentView shows number; how can I find layout after decompile code?

南楼画角 提交于 2019-12-11 09:43:57
问题 I have decompiled an apk code by using apktool. The code which I got contains setContentView(2130903087); My question is how can I find the layout name from this line. 回答1: At first convert this decimal number into hexadecimal. Then,after decompile the dex file, you will get R.java file inside your decompiled code. In that search for the hexadecimal number, you will get the layout file. 回答2: Apktool uses smali to disassemble applications. The code line you wrote was not produced by apktool.

Is there software akin to an “ultimate” decompiler that will work for any language?

微笑、不失礼 提交于 2019-12-11 06:51:56
问题 I do not know what language a program was written in, but I'd like to find a decompiler that can decompile its source code and find it out what language it was written in. If it is made in pascal, c, bas, vb, qb or something this way and decode/save as a readable .src Something like exe2bin or exe2src I have a coupple DOS-programs, I think were made in pascal. I need to decompile these programs so I can make them a Win32 application. 回答1: Hexrays http://www.hex-rays.com/decompiler.shtml is a

I want to decompile an Angular 7 built app

让人想犯罪 __ 提交于 2019-12-11 06:05:13
问题 I built an Angular app using ng build. I have the built version but I accidently deleted my code. Is there any way I can get my code back from my build version? 回答1: Simple answer is NO . But if you really want to do it. Step 1: Deploy the app code in the Dist folder Step 2: Use Google Chrome Developer tools F12 . Step 3: Under debugger tab, look under webpack -> src you will see all typescript files. you can copy and paste the code provided which would help you to at least build the

Why there is no oracle Forms or Reports decompiler ? (Technically)

与世无争的帅哥 提交于 2019-12-11 00:08:06
问题 I cant understand why I can't find such tool (oracle Forms or Reports decompiler) It's very valuable because many enterprises use oracle based systems. Does anyone know what's special in the .FMX or .REP format files structure that prevents building a decompiler for them ? 回答1: Given the $1.3bn award they just got against SAP for intellectual property infringement, Oracle are probably not the best people to pick on. Either a company has its own in-house developed systems, including source

How can I properly install and invoke 'r2snow' radare2 decompiler?

狂风中的少年 提交于 2019-12-10 18:31:51
问题 I have spent the past several hours attempting to install a decompiler with no success. Since I've recently been using radare2 as a disassembler, I figured using the associated decompiler package would work well. After finding out that radeco and radeco-lib aren't currently stable enough to build, I used their package manager r2pm to finally install the r2snow BASH script in ~/.local/share/radare2/prefix/bin . But now I cannot figure out how to run it to decompile a binary! The error message