我正试图更多地了解可起诉档案的机械设备,但我没有组装法背景。 我是否可以为此目的使用任何方案? 我想能够实时地暂停一个方案,并读一下它当时留下的记忆。 窗口7 32 是否有类似之处? 窗户7 64
增 编
我正试图更多地了解可起诉档案的机械设备,但我没有组装法背景。 我是否可以为此目的使用任何方案? 我想能够实时地暂停一个方案,并读一下它当时留下的记忆。 窗口7 32 是否有类似之处? 窗户7 64
增 编
如果你想要知道PE可起诉者的头部和内班(以及提及ELF),Pyfunc会有一个很好的答案。 他还对集会建议完全正确。
关于您的召集人的要求,我建议,用于“the-fly debugging,进行编码分析和,>Explor/用于分析。 虽然如此,许多人宁可选择使用软设备进行分解。
虽然这些作品用于任何汇编的可执行或图书馆,但像Java或 一样,使用虚拟方式(横跨形轨道编码或解释共同语言)的语文。 该网络框架以不同方式处理。 例如,通过Reflector等软件,网络可轻易加以验证,因为它能够回到高层次的方案拟订语言,而不是欺骗集会。
了解你所处理的内容(软件是用文字书写的,I/O操作等),将使你能更好地发现一个方案设施。 您可使用PEiD,帮助您进行这一分析。
请铭记,拆卸和倒置的工程可能是非法的,取决于你是哪个国家,以及你使用哪一部分软件。 如果无法保证,你就应始终在自己的项目或计划中使用这些软件。
我建议,你在议会方案拟定上功尽弃。
还读到和围绕窗口的可执行格式
Others - http://www.slideshare.net/rety61/a-handson-introduction-to-the-elf-object-file-format
也可以读到以下书籍,其中也使用窗户工具。
Tools like pe reader - http://code.google.com/p/pefile/
Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...
I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...
Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...
Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...
I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...
Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...
Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...
I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...