小编A D*_*Gem的帖子

这个文件格式是什么叫做

我需要解析一个格式如下的文件:

"General"
{
"Description" = "Some Text"
"Version" = "4"
"ProjType" = "1"
}
"Configurations"
{
    "Mice"
    {
    "BuildOutputs" = "BuildProject"
    "OutputFile" = "output.txt"
    }
    "Men"
    {
    "BuildOutputs" = "BuildProject"
    "ChangedSinceLastBuilt" = "True"
    }
}
Run Code Online (Sandbox Code Playgroud)

有谁知道这是什么文件格式?如果它是众所周知的,那么可能已经有了库来帮助解析它.它似乎与JSON类似,但它使用等号而不是冒号而不是逗号强制使用新行.

json file-format

7
推荐指数
1
解决办法
1380
查看次数

IDA - 已发现正sp值错误

我们有一个DLL,我们已经失去了源代码,所以我试图通过IDA Dissembler弄清楚它是如何工作的.但是,似乎有一些我无法访问的功能,因为我收到以下错误:

Decompilation failure:
46AFAF: positive sp value has been found
Run Code Online (Sandbox Code Playgroud)

在IDA网站上看,它有这样的说法:

The stack pointer at the specified address is higher than the initial stack pointer.
Functions behaving so strangely can not be decompiled. If you see that the stack
pointer values are incorrect, modify them with the Alt-K (Edit, Functions, Change
stack pointer) command in IDA. 
Run Code Online (Sandbox Code Playgroud)

http://www.hex-rays.com/products/decompiler/manual/failures.shtml#04

由于我是整个Dissembling场景的新手,任何人都能够提供更多信息,说明是什么原因导致堆栈指针高于初始堆栈指针以及这是否可以修复.谢谢你的时间

ida disassembly

7
推荐指数
1
解决办法
2万
查看次数

标签 统计

disassembly ×1

file-format ×1

ida ×1

json ×1