You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os.environ['UNICORN_LOG_DETAIL_LEVEL'] ="1"# full filename with line info
168
+
```
169
+
170
+
Please note that file names are statically compiled in and can reveal the paths
171
+
of the file system used during compilation.
172
+
173
+
## My code does not do what I would expect - is this a bug?
174
+
175
+
Please create an github issue and provide as much details as possible.
176
+
177
+
-[ ] Simplified version of your script / source
178
+
- Make sure that "no" external dependencies are needed.
179
+
- E.g. remove additional use of capstone or CTF tools.
180
+
-[ ] Used Unicorn git-hash commit
181
+
- Make sure to exclude any changes of you made in unicorn.
182
+
- Alternativily provide the repo link to your commit.
183
+
-[ ] Detailed explaination what is expected
184
+
- Try to verify if the instructions can be processed by qemu.
185
+
- Dumping the registers of unicorn and qemu helps a lot.
186
+
-[ ] Detailed explaination what is observed
187
+
- Describe what's going on (and what you might think about it).
188
+
-[ ] Output from your executed script
189
+
- You might have additional log messages which could be helpful.
190
+
-[ ] Output from the qemu-logs
191
+
- Try to gather more informations by enabling the qemu logging.
192
+
-[ ] More details
193
+
- Attach more details to help reproduce the bug.
194
+
- Like attaching a repo link to the CTF challenge containing the binary or source code.
195
+
126
196
## I'd like to make contributions, where do I start?
127
197
128
198
See [milestones](https://github.com/unicorn-engine/unicorn/milestones) and [coding convention](https://github.com/unicorn-engine/unicorn/wiki/Coding-Convention
0 commit comments