Obfuscator does not obfuscate argument name of function pointers
ID0002433:
**This issue was created automatically from Mantis Issue 2433. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0002433 | Frama-C | Plug-in > obfuscator | public | 2019-03-26 | 2019-07-05 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | virgile | **Assigned To** | virgile | **Resolution** | fixed |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C 18-Argon | **Target Version** | Frama-C 19-Potassium | **Fixed in Version** | Frama-C 19-Potassium |
### Description :
Using the code given in attachment, the output of `frama-c -obfuscate obf.c` does leak the name of my_arg, the formal parameter of the function pointer typedef'd as func.
## Attachments
- [obf.c](/uploads/ca38c133057346e3b3415c76f21fd0dd/obf.c)
issue