H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 10, 2022 #1 Is B4X compiler to JAVA remove or keep commented lines? Because almost of my codes are explained by commented lines, so any reversed engineering for it can understand the code!
Is B4X compiler to JAVA remove or keep commented lines? Because almost of my codes are explained by commented lines, so any reversed engineering for it can understand the code!
Erel B4X founder Staff member Licensed User Longtime User May 10, 2022 #2 Comments are removed and cannot be reverse engineered from the compiled bytecode.
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User May 10, 2022 #3 Great, thank you