-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
288 lines (246 loc) · 6.75 KB
/
Copy path.gitignore
File metadata and controls
288 lines (246 loc) · 6.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# === Secrets ===
.env
# === Private handoff (operational/sensitive — never publish) ===
HANDOFF_PRIVATE.md
HANDOFF_PRIVATE*.md
# === Huge binary files (17GB+) ===
dumps/
ida/*.i64
ida/*.asm
ida/*.id0
ida/*.id1
ida/*.id2
ida/*.nam
ida/*.til
ida/__pycache__/
metadata/
# === External repos (4.9GB, can reclone) ===
external/
# === Archive (historical, 130MB) ===
archive/
# === Large generated outputs (Hex-Rays export can be 100MB+) ===
output/hexrays_export.json
output/hexrays_export_stats.json
output/deobfuscated_dump.json
output/deobfuscated_dump.cs
output/name_mapping.json
output/ida_apply_names.py
output/ida_apply_names_v2.py
output/field_types.json
output/all_community_mappings.json
output/ida_string_refs.json
output/deep_analysis.json
# === Large intermediate data ===
data/precise_dump.json
data/precise_dump.cs
data/full_dump_with_methods.json
data/full_dump_with_methods.cs
data/metadata_strings.json
data/ida_analysis.json
data/field_extract_vas.json
# === Python cache ===
__pycache__/
*.pyc
*.pyo
# === Node ===
node_modules/
# === OS ===
Thumbs.db
.DS_Store
desktop.ini
# === Binaries (keep launch_bypass for reference) ===
tools/launch_bypass_console.exe
# === AI tooling / temp ===
.claude/
condensed.json
sqlite_mcp_server.db
# === Temp scripts (ad-hoc, not pipeline) ===
find_callers_*.py
generate_networkmanager_names.py
generate_predictions.py
process_vrcplayer.py
summarize_vrcplayer.py
temp_*.py
temp_*.txt
vrcplayer_summary.txt
# === Local debug outputs ===
output/trace_auth_capture.txt
output/world_scan_results.json
output/llm_batches/
# === Data backups ===
data/*.bak
# === Memory dumps (multi-GB) ===
tools/VRChat_*_full.dmp
*.dmp
# === Pipeline logs ===
*.log
output/*.log
output/llm_bulk_run*.log
# === Partial/intermediate hash outputs ===
output/method_body_hash_lifts_v2_w*.json
# === Version baselines (large, regenerable) ===
output/v_new_*/
output/v_old_*/
# === New-version backup data ===
data/precise_dump.v_*.json
data/precise_dump_OLD_*.json
data/v_new_*/
data/reverse_struct_report.json
data/struct_layout_verification.json
# === Session-generated intermediate files ===
data/all_ctx_chunks/
data/all_ctx_round2/
data/all_ctx_round3/
data/body_ctx_chunks/
data/llm_context/
data/llm_manual_targets.json
data/final_ctx_chunks/
data/hash_ctx_chunk_*.json
data/hash_method_contexts.json
data/hexrays_target_vas.json
data/strong_ctx_chunks/
ida_new/
ida_new_surgical/
output/v_new_ida/
output/llm_names_chunk_*.json
output/llm_all_chunk_*.json
output/llm_round2_chunk_*.json
output/llm_round3_chunk_*.json
output/llm_final_chunk_*.json
output/llm_body_chunk_*.json
output/llm_classctx_*.json
output/llm_batches_hexrays/
output/gemini_names_round2_000.json
output/gemini_chunk3.json
output/merge_stats.json
output/new_internal_body_propagation.json
output/cross_version_body_fuzzy.json
output/signature_pattern_predictions.json
output/cross_class_propagation.json
output/property_pairs.json
output/vrc_main_deep_names.json
output/vrc_main_deep_report.json
output/vtable_propagation.json
output/weak_class_renames.json
output/field_based_names.json
output/llm_index_propagation.json
output/llm_rule_names.json
output/llm_string_id_names.json
output/llm_oldname_in_strings.json
output/llm_manual_names.json
output/vrc_main_position_match.json
output/old_new_index_match.json
output/old_new_vtable_names.json
output/old_new_bigram_match.json
output/old_new_window_match.json
output/ida_string_based_names.json
output/ida_strings_v2_names.json
output/callgraph_method_names_native.json
output/ida_method_string_names_native.json
output/llm_strong_class_names.json
# === Memory dumps (5GB+ each) ===
tools/VRChat_*.dmp
tools/kernel_minidump_work/
# === Volatility outputs ===
il2cpp_full_dump/
# === BSOD trigger binaries (Sysinternals signed) ===
tools/bsod/NotMyFault*.exe
tools/procdump/*.exe
tools/processhacker/
tools/systeminformer/
# === Volatility temp ===
myeasylog.log
# === Backup precise dumps ===
precise_dump_NEW.json
precise_dump_NEW.cs
field_types_NEW.json
# === Apr 18 baseline backup (large, reproducible) ===
data/apr18_baseline/
# === Empty LLM prediction cache (waiting for API quota) ===
data/llm_field_predictions.json
temp/
# === Root-level junk (temp files, one-off artifacts) ===
batch_*.txt
result.json
tmp_*
json_artifact_summary.json
tool_audit_summary.json
# === Codex/LLM batch working directories (large, regenerable) ===
output/codex_mega_batches/
output/sibling_batches/
output/sibling_preds/
output/llm_batches_hexrays_r2/
# === Cross-version / prediction backups (regenerable, do not version) ===
output/cross_version_method_names.pre_*.json
output/cross_version_method_names.*backup*.json
output/llm_predicted_names.pre_*.json
# === LLM neighbor batches (6K+ files, regenerable) ===
output/llm_batches_neighbor/
# === Audit batches (regenerable) ===
output/audit_batches/
# === Worker logs ===
output/audit_worker_*.log
output/worker_*.log
# === IDA run logs (machine-generated, contain local temp paths) ===
output/ida_logs/
# === Codex task spec scratch files ===
output/_codex_*.md
# === EAC research scratch (lives in private vrc-runtime-re) ===
output/_eac_*.md
# === Field-type naming raw predictions (merged into fieldtype_class_names.json) ===
output/fieldtype_name_predictions*.json
# === June-13+ build extraction (large derived, regenerable) ===
data/precise_dump_jun13.json
data/precise_dump_jun05.json
data/struct_crack_result.json
# stray native build artifacts (kernel/driver scratch)
*.obj
# === Unity6 derived dumps + scratch probes (regenerable, large/throwaway) ===
data/precise_dump_unity6.json
data/precise_dump_prev_*.json
output/unity6_extract.json
tools/probe_*.py
tools/crack_struct_layout.py
tools/extract_jun13_probe.py
提示词.txt
data/precise_dump_prev_nofields_*.json
output/wf_shards/
output/a1_shards/
data/precise_dump_unity6_hq.json
data/precise_dump_unity6_typed.json
output/ft_shards/
output/ft_results/
output/field_type_class_names_detailed.json
output/ft2_shards/
output/ft2_results/
output/mr_shards/
output/mr_results/
output/mp_shards/
output/mp_results/
output/ct_shards/
output/ct_results/
output/cg_shards/
output/cg_results/
output/ca_shards/
output/ca_results/
output/str_shards/
output/str_results/
output/string_signal_raw.json
output/calltarget_signal_raw.json
output/fc_shards
output/fc_results
output/fieldcompose_signal_raw.json
output/fieldname_from_type.json
# === Large decrypted/dump intermediates (binary, reproducible) ===
data/metadata_decrypted.dat
data/*.dat
data/precise_dump_unity6.json
data/precise_dump_unity6_hq.json
output/p2_research/trackB_metadata_decrypted.dat
# === LLM batch scratch dirs that slipped tracking (regenerable) ===
output/llm_batches_hexrays_b/
output/llm_batches_deep_class/
output/neighbor_context_batches/
output/gemini_neighbor_batches/
# === PE section cache (temp) ===
data/_sections_tmp.json