Results 6 comments of Данил

> BTW, did you solve the problem you had before (NameError: name 'train_loader' is not defined)? i guess that should be used just like run.ipynb, but dataset issue still is...

> but dataset issue still is not solved ok, solved by [other issue](https://github.com/jaketae/deep-malware-detection/issues/1#issuecomment-813789434)

u can try add black foreground after theme init: ```Python # Set the initial theme self.root.tk.call('source', 'Gui/Theme/forest-dark.tcl') ttk.Style().theme_use('forest-dark') # add this self.root.option_add('*foreground', 'black') ``` or just use light theme)

> However, it makes more problems, as now the menulist and some other elements are not readable anymore.... yes, I know. but I would say at least more readable in...

I guess you need new jni libs. Try to replace current ones (in app/libs) by this - [libs.zip](https://github.com/user-attachments/files/20190893/libs.zip).

well, ofc I try to patch this and check > I suggest that you patch `AbstractJimpleBasedICFG.isExitStmt` to check whether `body` is null and return `false` if this is the case...