objdiff-wasm 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,42 @@
25
25
  }
26
26
  ]
27
27
  },
28
+ {
29
+ "id": "demangler",
30
+ "type": "choice",
31
+ "default": "auto",
32
+ "name": "Demangler",
33
+ "description": "Which demangler should be used to demangle each symbol.",
34
+ "items": [
35
+ {
36
+ "value": "auto",
37
+ "name": "Auto",
38
+ "description": "Try to automatically guess the mangling format."
39
+ },
40
+ {
41
+ "value": "none",
42
+ "name": "None",
43
+ "description": "Disable demangling."
44
+ },
45
+ {
46
+ "value": "codewarrior",
47
+ "name": "CodeWarrior"
48
+ },
49
+ {
50
+ "value": "itanium",
51
+ "name": "Itanium"
52
+ },
53
+ {
54
+ "value": "msvc",
55
+ "name": "MSVC"
56
+ },
57
+ {
58
+ "value": "gnu_legacy",
59
+ "name": "GNU g++ (Legacy)",
60
+ "description": "Use the old GNU mangling ABI. Used up to g++ 2.9.x"
61
+ }
62
+ ]
63
+ },
28
64
  {
29
65
  "id": "analyzeDataFlow",
30
66
  "type": "boolean",
@@ -158,6 +194,10 @@
158
194
  "value": "o32",
159
195
  "name": "O32"
160
196
  },
197
+ {
198
+ "value": "o64",
199
+ "name": "O64"
200
+ },
161
201
  {
162
202
  "value": "n32",
163
203
  "name": "N32"
@@ -165,6 +205,14 @@
165
205
  {
166
206
  "value": "n64",
167
207
  "name": "N64"
208
+ },
209
+ {
210
+ "value": "eabi32",
211
+ "name": "eabi32"
212
+ },
213
+ {
214
+ "value": "eabi64",
215
+ "name": "eabi64"
168
216
  }
169
217
  ]
170
218
  },
@@ -247,6 +295,7 @@
247
295
  "name": "General",
248
296
  "properties": [
249
297
  "functionRelocDiffs",
298
+ "demangler",
250
299
  "spaceBetweenArgs",
251
300
  "combineDataSections",
252
301
  "combineTextSections"
@@ -268,26 +317,17 @@
268
317
  {
269
318
  "id": "mips",
270
319
  "name": "MIPS",
271
- "properties": [
272
- "mips.abi",
273
- "mips.instrCategory",
274
- "mips.registerPrefix"
275
- ]
320
+ "properties": ["mips.abi", "mips.instrCategory", "mips.registerPrefix"]
276
321
  },
277
322
  {
278
323
  "id": "ppc",
279
324
  "name": "PowerPC",
280
- "properties": [
281
- "ppc.calculatePoolRelocations",
282
- "analyzeDataFlow"
283
- ]
325
+ "properties": ["ppc.calculatePoolRelocations", "analyzeDataFlow"]
284
326
  },
285
327
  {
286
328
  "id": "x86",
287
329
  "name": "x86",
288
- "properties": [
289
- "x86.formatter"
290
- ]
330
+ "properties": ["x86.formatter"]
291
331
  }
292
332
  ]
293
333
  }
Binary file
package/dist/objdiff.js CHANGED
@@ -1851,8 +1851,8 @@ function dataHover(arg0, arg1, arg2) {
1851
1851
  const $init = (()=>{
1852
1852
  let gen = function*() {
1853
1853
  const module0 = fetchCompile(new URL('./objdiff.core.wasm', import.meta.url));
1854
- const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwADBQQBAAAABAUBcAEEBAccBQEwAAABMQABATIAAgEzAAMIJGltcG9ydHMBAAoxBBEAIAAgASACIAMgBEEAEQEACwkAIABBAREAAAsJACAAQQIRAAALCQAgAEEDEQAACwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM3LjA');
1855
- const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwACJAUAATAAAQABMQAAAAEyAAAAATMAAAAIJGltcG9ydHMBcAEEBAkKAQBBAAsEAAECAwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM3LjA');
1854
+ const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwADBQQBAAAABAUBcAEEBAccBQEwAAABMQABATIAAgEzAAMIJGltcG9ydHMBAAoxBBEAIAAgASACIAMgBEEAEQEACwkAIABBAREAAAsJACAAQQIRAAALCQAgAEEDEQAACwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM5LjA');
1855
+ const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwACJAUAATAAAQABMQAAAAEyAAAAATMAAAAIJGltcG9ydHMBcAEEBAkKAQBBAAsEAAECAwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM5LjA');
1856
1856
  ({ exports: exports0 } = yield instantiateCore((yield module1)));
1857
1857
  ({ exports: exports1 } = yield instantiateCore((yield module0), {
1858
1858
  '[export]objdiff:core/diff': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objdiff-wasm",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "A local diffing tool for decompilation projects.",
5
5
  "author": {
6
6
  "name": "Luke Street",